diff options
author | 2018-01-23 11:47:52 +0100 | |
---|---|---|
committer | 2018-01-23 13:52:48 +0100 | |
commit | f7f3b4a2e5401b2fdac055195a56744e4407c1ec (patch) | |
tree | 24b94f04e47e631874a9aa300ef015802d88d7ed /sys-freebsd/boot0 | |
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/boot0')
-rw-r--r-- | sys-freebsd/boot0/boot0-11.1.ebuild | 4 | ||||
-rw-r--r-- | sys-freebsd/boot0/boot0-8.2.ebuild | 4 | ||||
-rw-r--r-- | sys-freebsd/boot0/boot0-9.1.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-freebsd/boot0/boot0-11.1.ebuild b/sys-freebsd/boot0/boot0-11.1.ebuild index 2f95e76f3e23..6b33a6891f7a 100644 --- a/sys-freebsd/boot0/boot0-11.1.ebuild +++ b/sys-freebsd/boot0/boot0-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 @@ IUSE="bzip2 ieee1394 tftp zfs" # 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/boot0/boot0-8.2.ebuild b/sys-freebsd/boot0/boot0-8.2.ebuild index 1cf02f669187..e797034c7d26 100644 --- a/sys-freebsd/boot0/boot0-8.2.ebuild +++ b/sys-freebsd/boot0/boot0-8.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 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 DESCRIPTION="FreeBSD's bootloader" SLOT="0" -KEYWORDS="~sparc-fbsd ~x86-fbsd" +KEYWORDS="~x86-fbsd" IUSE="bzip2 ieee1394 tftp zfs" diff --git a/sys-freebsd/boot0/boot0-9.1.ebuild b/sys-freebsd/boot0/boot0-9.1.ebuild index df9341b45fd2..54793cef68a1 100644 --- a/sys-freebsd/boot0/boot0-9.1.ebuild +++ b/sys-freebsd/boot0/boot0-9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 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 DESCRIPTION="FreeBSD's bootloader" SLOT="0" -KEYWORDS="~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~amd64-fbsd ~x86-fbsd" IUSE="bzip2 ieee1394 tftp zfs" |