diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-01 18:52:57 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-01 18:52:57 +0000 |
commit | c181be5bbab67f58e225291102f2007d20d0c668 (patch) | |
tree | 6e9019f3300aa444f04e441cadfd06c4e04c9765 /sys-apps/hwinfo/hwinfo-18.1.ebuild | |
parent | Restore amd64 keywords on behalf of QA+amd64 teams (diff) | |
download | gentoo-2-c181be5bbab67f58e225291102f2007d20d0c668.tar.gz gentoo-2-c181be5bbab67f58e225291102f2007d20d0c668.tar.bz2 gentoo-2-c181be5bbab67f58e225291102f2007d20d0c668.zip |
ppc stable wrt wrt bug #342753
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/hwinfo/hwinfo-18.1.ebuild')
-rw-r--r-- | sys-apps/hwinfo/hwinfo-18.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-apps/hwinfo/hwinfo-18.1.ebuild b/sys-apps/hwinfo/hwinfo-18.1.ebuild index 23826d5d6ddc..14d00e34757b 100644 --- a/sys-apps/hwinfo/hwinfo-18.1.ebuild +++ b/sys-apps/hwinfo/hwinfo-18.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild,v 1.7 2010/11/01 17:56:18 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild,v 1.8 2010/11/01 18:52:57 ssuominen Exp $ EAPI=2 inherit multilib rpm toolchain-funcs @@ -11,10 +11,11 @@ SRC_URI="http://download.opensuse.org/source/factory/repo/oss/suse/src/${P}-1.9. LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ppc x86" IUSE="" -RDEPEND="dev-libs/libx86emu" +RDEPEND="amd64? ( dev-libs/libx86emu ) + x86? ( dev-libs/libx86emu )" DEPEND="${RDEPEND} sys-devel/flex >=sys-kernel/linux-headers-2.6.17" |