diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-07-28 14:14:13 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-07-28 14:14:13 +0000 |
commit | 36200e4338fc67a232353a94d52e7bfd0bc8118f (patch) | |
tree | d1842c6669ef51f772984dd1d21ee1d776d1569c /x11-libs | |
parent | Stable for x86, wrt bug #477532 (diff) | |
download | gentoo-2-36200e4338fc67a232353a94d52e7bfd0bc8118f.tar.gz gentoo-2-36200e4338fc67a232353a94d52e7bfd0bc8118f.tar.bz2 gentoo-2-36200e4338fc67a232353a94d52e7bfd0bc8118f.zip |
use the proper MULTILIB_USEDEP on zlib
(Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libpciaccess/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libpciaccess/libpciaccess-0.13.2.ebuild | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11-libs/libpciaccess/ChangeLog b/x11-libs/libpciaccess/ChangeLog index 143983cc63bc..1678c1093b2f 100644 --- a/x11-libs/libpciaccess/ChangeLog +++ b/x11-libs/libpciaccess/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libpciaccess # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.88 2013/07/24 00:16:37 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.89 2013/07/28 14:14:13 aballier Exp $ + + 28 Jul 2013; Alexis Ballier <aballier@gentoo.org> libpciaccess-0.13.2.ebuild: + use the proper MULTILIB_USEDEP on zlib *libpciaccess-0.13.2 (24 Jul 2013) diff --git a/x11-libs/libpciaccess/libpciaccess-0.13.2.ebuild b/x11-libs/libpciaccess/libpciaccess-0.13.2.ebuild index cd4f0171512d..e2e6a5f220bc 100644 --- a/x11-libs/libpciaccess/libpciaccess-0.13.2.ebuild +++ b/x11-libs/libpciaccess/libpciaccess-0.13.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.13.2.ebuild,v 1.1 2013/07/24 00:16:37 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.13.2.ebuild,v 1.2 2013/07/28 14:14:13 aballier Exp $ EAPI=5 @@ -12,11 +12,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 IUSE="minimal zlib" DEPEND="!<x11-base/xorg-server-1.5 - zlib? ( - sys-libs/zlib - amd64? ( abi_x86_32? ( - app-emulation/emul-linux-x86-baselibs[development] ) ) - )" + zlib? ( sys-libs/zlib[${MULTILIB_USEDEP}] )" RDEPEND="${DEPEND} sys-apps/hwids" |