diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-23 11:47:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-23 13:52:48 +0100 |
commit | f7f3b4a2e5401b2fdac055195a56744e4407c1ec (patch) | |
tree | 24b94f04e47e631874a9aa300ef015802d88d7ed /sys-freebsd/freebsd-bin | |
parent | profiles: Remove profiles for sparc-fbsd (diff) | |
download | gentoo-f7f3b4a2e5401b2fdac055195a56744e4407c1ec.tar.gz gentoo-f7f3b4a2e5401b2fdac055195a56744e4407c1ec.tar.bz2 gentoo-f7f3b4a2e5401b2fdac055195a56744e4407c1ec.zip |
*/*: Remove sparc-fbsd keywords
Diffstat (limited to 'sys-freebsd/freebsd-bin')
-rw-r--r-- | sys-freebsd/freebsd-bin/freebsd-bin-11.1.ebuild | 4 | ||||
-rw-r--r-- | sys-freebsd/freebsd-bin/freebsd-bin-8.2.ebuild | 4 | ||||
-rw-r--r-- | sys-freebsd/freebsd-bin/freebsd-bin-9.1.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-freebsd/freebsd-bin/freebsd-bin-11.1.ebuild b/sys-freebsd/freebsd-bin/freebsd-bin-11.1.ebuild index 37b3ce22d25e..6451fb41815c 100644 --- a/sys-freebsd/freebsd-bin/freebsd-bin-11.1.ebuild +++ b/sys-freebsd/freebsd-bin/freebsd-bin-11.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ SLOT="0" IUSE="" if [[ ${PV} != *9999* ]]; then - KEYWORDS="~amd64-fbsd ~sparc-fbsd ~x86-fbsd" + KEYWORDS="~amd64-fbsd ~x86-fbsd" fi EXTRACTONLY=" diff --git a/sys-freebsd/freebsd-bin/freebsd-bin-8.2.ebuild b/sys-freebsd/freebsd-bin/freebsd-bin-8.2.ebuild index c23585e5b02b..8109d583a454 100644 --- a/sys-freebsd/freebsd-bin/freebsd-bin-8.2.ebuild +++ b/sys-freebsd/freebsd-bin/freebsd-bin-8.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit bsdmk freebsd DESCRIPTION="FreeBSD /bin tools" SLOT="0" -KEYWORDS="~sparc-fbsd ~x86-fbsd" +KEYWORDS="~x86-fbsd" IUSE="" diff --git a/sys-freebsd/freebsd-bin/freebsd-bin-9.1.ebuild b/sys-freebsd/freebsd-bin/freebsd-bin-9.1.ebuild index ff05ef637a63..fdda872991a2 100644 --- a/sys-freebsd/freebsd-bin/freebsd-bin-9.1.ebuild +++ b/sys-freebsd/freebsd-bin/freebsd-bin-9.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit bsdmk freebsd DESCRIPTION="FreeBSD /bin tools" SLOT="0" -KEYWORDS="~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~amd64-fbsd ~x86-fbsd" IUSE="" |