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-ubin | |
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-ubin')
4 files changed, 8 insertions, 8 deletions
diff --git a/sys-freebsd/freebsd-ubin/freebsd-ubin-11.1.ebuild b/sys-freebsd/freebsd-ubin/freebsd-ubin-11.1.ebuild index 0aa366c68d63..4a52e0bedec6 100644 --- a/sys-freebsd/freebsd-ubin/freebsd-ubin-11.1.ebuild +++ b/sys-freebsd/freebsd-ubin/freebsd-ubin-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 @@ -14,7 +14,7 @@ LICENSE="BSD zfs? ( CDDL )" # UPSTREAM_PATCHES=() if [[ ${PV} != *9999* ]]; then - KEYWORDS="~amd64-fbsd ~sparc-fbsd ~x86-fbsd" + KEYWORDS="~amd64-fbsd ~x86-fbsd" SRC_URI="${SRC_URI} $(freebsd_upstream_patches)" fi diff --git a/sys-freebsd/freebsd-ubin/freebsd-ubin-8.2-r1.ebuild b/sys-freebsd/freebsd-ubin/freebsd-ubin-8.2-r1.ebuild index cafa7605cf93..8d8780eade8e 100644 --- a/sys-freebsd/freebsd-ubin/freebsd-ubin-8.2-r1.ebuild +++ b/sys-freebsd/freebsd-ubin/freebsd-ubin-8.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=2 @@ -7,7 +7,7 @@ inherit bsdmk freebsd flag-o-matic pam DESCRIPTION="FreeBSD's base system source for /usr/bin" SLOT="0" -KEYWORDS="~sparc-fbsd ~x86-fbsd" +KEYWORDS="~x86-fbsd" IUSE="ar atm audit bluetooth ipv6 kerberos netware nis ssl usb build zfs" LICENSE="BSD zfs? ( CDDL )" diff --git a/sys-freebsd/freebsd-ubin/freebsd-ubin-9.1-r2.ebuild b/sys-freebsd/freebsd-ubin/freebsd-ubin-9.1-r2.ebuild index 2b7bb22a77f1..51d1442d20f2 100644 --- a/sys-freebsd/freebsd-ubin/freebsd-ubin-9.1-r2.ebuild +++ b/sys-freebsd/freebsd-ubin/freebsd-ubin-9.1-r2.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=5 @@ -7,7 +7,7 @@ inherit bsdmk freebsd flag-o-matic pam multilib multibuild multilib-build DESCRIPTION="FreeBSD's base system source for /usr/bin" SLOT="0" -KEYWORDS="~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~amd64-fbsd ~x86-fbsd" IUSE="ar atm audit bluetooth ipv6 kerberos netware nis ssl usb build zfs" LICENSE="BSD zfs? ( CDDL )" diff --git a/sys-freebsd/freebsd-ubin/freebsd-ubin-9.1-r3.ebuild b/sys-freebsd/freebsd-ubin/freebsd-ubin-9.1-r3.ebuild index f292b7e8ba5a..5c516589984e 100644 --- a/sys-freebsd/freebsd-ubin/freebsd-ubin-9.1-r3.ebuild +++ b/sys-freebsd/freebsd-ubin/freebsd-ubin-9.1-r3.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=5 @@ -7,7 +7,7 @@ inherit bsdmk freebsd flag-o-matic pam multilib multibuild multilib-build DESCRIPTION="FreeBSD's base system source for /usr/bin" SLOT="0" -KEYWORDS="~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~amd64-fbsd ~x86-fbsd" IUSE="ar atm audit bluetooth ipv6 kerberos netware nis ssl usb build zfs" LICENSE="BSD zfs? ( CDDL )" |