diff options
Diffstat (limited to 'sys-freebsd/boot0/boot0-11.1.ebuild')
-rw-r--r-- | sys-freebsd/boot0/boot0-11.1.ebuild | 4 |
1 files changed, 2 insertions, 2 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 |