diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-01 01:47:07 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-01 02:06:22 +0200 |
commit | b413e6a699705ada86049150796fe8f922bab4b6 (patch) | |
tree | d5bb931be8864a465f628838342024fe7289bfc3 | |
parent | dev-perl/Role-Tiny: x86 stable (bug #667266) (diff) | |
download | gentoo-b413e6a699705ada86049150796fe8f922bab4b6.tar.gz gentoo-b413e6a699705ada86049150796fe8f922bab4b6.tar.bz2 gentoo-b413e6a699705ada86049150796fe8f922bab4b6.zip |
dev-perl/Sys-Virt: x86 stable (bug #667266)
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
-rw-r--r-- | dev-perl/Sys-Virt/Sys-Virt-3.9.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Sys-Virt/Sys-Virt-3.9.1.ebuild b/dev-perl/Sys-Virt/Sys-Virt-3.9.1.ebuild index 024ad6bd89fe..c519c9f010cf 100644 --- a/dev-perl/Sys-Virt/Sys-Virt-3.9.1.ebuild +++ b/dev-perl/Sys-Virt/Sys-Virt-3.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="API for using the libvirt library from Perl" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="test" RDEPEND=">=app-emulation/libvirt-${PV}" |