diff options
-rw-r--r-- | sys-apps/hwdata-redhat/hwdata-redhat-0.217.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/hwdata-redhat/hwdata-redhat-0.217.ebuild b/sys-apps/hwdata-redhat/hwdata-redhat-0.217.ebuild index 50087ae66629..b37a4fd4e65d 100644 --- a/sys-apps/hwdata-redhat/hwdata-redhat-0.217.ebuild +++ b/sys-apps/hwdata-redhat/hwdata-redhat-0.217.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=0 @@ -17,7 +17,7 @@ HOMEPAGE="https://fedora.redhat.com/projects/config-tools/" SRC_URI="mirror://fedora-dev/releases/9/Everything/source/SRPMS/${MY_P}-${RPMREV}.fc${FCVER}.src.rpm" LICENSE="GPL-2 MIT" SLOT="0" -KEYWORDS="~ppc ~ppc64 ~x86 ~amd64" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="test" RDEPEND="virtual/modutils !sys-apps/hwdata-gentoo" |