diff options
Diffstat (limited to 'sys-freebsd/freebsd-sbin')
-rw-r--r-- | sys-freebsd/freebsd-sbin/freebsd-sbin-11.1.ebuild | 4 | ||||
-rw-r--r-- | sys-freebsd/freebsd-sbin/freebsd-sbin-8.2-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-freebsd/freebsd-sbin/freebsd-sbin-9.1.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-freebsd/freebsd-sbin/freebsd-sbin-11.1.ebuild b/sys-freebsd/freebsd-sbin/freebsd-sbin-11.1.ebuild index 09b3cbb45f8e..50a513208cb8 100644 --- a/sys-freebsd/freebsd-sbin/freebsd-sbin-11.1.ebuild +++ b/sys-freebsd/freebsd-sbin/freebsd-sbin-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 @@ -10,7 +10,7 @@ SLOT="0" LICENSE="BSD zfs? ( CDDL )" if [[ ${PV} != *9999* ]]; then - KEYWORDS="~amd64-fbsd ~sparc-fbsd ~x86-fbsd" + KEYWORDS="~amd64-fbsd ~x86-fbsd" fi EXTRACTONLY=" diff --git a/sys-freebsd/freebsd-sbin/freebsd-sbin-8.2-r1.ebuild b/sys-freebsd/freebsd-sbin/freebsd-sbin-8.2-r1.ebuild index 430a320ac379..296d68d27277 100644 --- a/sys-freebsd/freebsd-sbin/freebsd-sbin-8.2-r1.ebuild +++ b/sys-freebsd/freebsd-sbin/freebsd-sbin-8.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=2 @@ -6,7 +6,7 @@ EAPI=2 inherit bsdmk freebsd DESCRIPTION="FreeBSD sbin utils" -KEYWORDS="~sparc-fbsd ~x86-fbsd" +KEYWORDS="~x86-fbsd" SLOT="0" SRC_URI="mirror://gentoo/${SBIN}.tar.bz2 diff --git a/sys-freebsd/freebsd-sbin/freebsd-sbin-9.1.ebuild b/sys-freebsd/freebsd-sbin/freebsd-sbin-9.1.ebuild index 31c9d7794de8..85dc8c8e5a78 100644 --- a/sys-freebsd/freebsd-sbin/freebsd-sbin-9.1.ebuild +++ b/sys-freebsd/freebsd-sbin/freebsd-sbin-9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=2 @@ -6,7 +6,7 @@ EAPI=2 inherit bsdmk freebsd multilib DESCRIPTION="FreeBSD sbin utils" -KEYWORDS="~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~amd64-fbsd ~x86-fbsd" SLOT="0" SRC_URI="mirror://gentoo/${SBIN}.tar.bz2 |