diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:38:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:38:33 +0200 |
commit | edec8d231daf71666350609b4720c4ccb4127466 (patch) | |
tree | 3b375d6944f237e9b49b7af97e78eaa32f9078c9 /x11-misc/gccmakedep | |
parent | x11-libs: Remove *-fbsd KEYWORDS (diff) | |
download | gentoo-edec8d231daf71666350609b4720c4ccb4127466.tar.gz gentoo-edec8d231daf71666350609b4720c4ccb4127466.tar.bz2 gentoo-edec8d231daf71666350609b4720c4ccb4127466.zip |
x11-misc: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-misc/gccmakedep')
-rw-r--r-- | x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild | 2 | ||||
-rw-r--r-- | x11-misc/gccmakedep/gccmakedep-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild b/x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild index 4baa9613b0c4..49ae6de71d79 100644 --- a/x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild +++ b/x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then LIVE_DEPEND=">=x11-misc/util-macros-1.18" else SRC_URI="https://www.x.org/releases/individual/util/${P}.tar.bz2" - KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" fi LICENSE="MIT" diff --git a/x11-misc/gccmakedep/gccmakedep-9999.ebuild b/x11-misc/gccmakedep/gccmakedep-9999.ebuild index 567131e90b73..f973a69d1557 100644 --- a/x11-misc/gccmakedep/gccmakedep-9999.ebuild +++ b/x11-misc/gccmakedep/gccmakedep-9999.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then LIVE_DEPEND=">=x11-misc/util-macros-1.18" else SRC_URI="https://www.x.org/releases/individual/util/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" fi LICENSE="MIT" |