diff options
author | Filip Kobierski <fkobi@pm.me> | 2024-07-30 14:08:21 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2024-08-05 20:17:17 +0200 |
commit | 41bd06bf5057c53cee4ae3572d2f38217e9838fc (patch) | |
tree | 11bbf0c4988de8f9805c054426d13771f8238ad5 /sys-devel | |
parent | net-analyzer/trippy: stabilize 0.10.0 for amd64 (diff) | |
download | gentoo-41bd06bf5057c53cee4ae3572d2f38217e9838fc.tar.gz gentoo-41bd06bf5057c53cee4ae3572d2f38217e9838fc.tar.bz2 gentoo-41bd06bf5057c53cee4ae3572d2f38217e9838fc.zip |
sys-devel/native-cctools: remove empty keywords
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/native-cctools/native-cctools-5-r1.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys-devel/native-cctools/native-cctools-5-r1.ebuild b/sys-devel/native-cctools/native-cctools-5-r1.ebuild index 6ebf381895db..30f1682483eb 100644 --- a/sys-devel/native-cctools/native-cctools-5-r1.ebuild +++ b/sys-devel/native-cctools/native-cctools-5-r1.ebuild @@ -1,19 +1,15 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" DESCRIPTION="Host OS native assembler as and static linker ld" HOMEPAGE="https://prefix.gentoo.org/" -SRC_URI="" LICENSE="GPL-2" # actually, we don't know, the wrapper is SLOT="0" - KEYWORDS="~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="" - DEPEND="sys-devel/binutils-config" RDEPEND="${DEPEND}" |