diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-01-27 15:11:17 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-01-28 00:50:04 -0500 |
commit | 9fec429d01e4c90f43f0d21347b39044f3c9ebad (patch) | |
tree | 3df3f12e05333b8e8f9a614f8037c34fc9bf5c23 /dev-libs/zziplib | |
parent | dev-python/bandit: bup (diff) | |
download | gentoo-9fec429d01e4c90f43f0d21347b39044f3c9ebad.tar.gz gentoo-9fec429d01e4c90f43f0d21347b39044f3c9ebad.tar.bz2 gentoo-9fec429d01e4c90f43f0d21347b39044f3c9ebad.zip |
dev-libs/zziplib: add REQUIRED_USE (bug #572940)
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-libs/zziplib')
-rw-r--r-- | dev-libs/zziplib/zziplib-0.13.62-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/zziplib/zziplib-0.13.62-r1.ebuild b/dev-libs/zziplib/zziplib-0.13.62-r1.ebuild index 2919e841dd23..b9708d830ac4 100644 --- a/dev-libs/zziplib/zziplib-0.13.62-r1.ebuild +++ b/dev-libs/zziplib/zziplib-0.13.62-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,6 +14,7 @@ LICENSE="|| ( LGPL-2.1 MPL-1.1 )" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc sdl static-libs test" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="sys-libs/zlib sdl? ( >=media-libs/libsdl-1.2.6 )" |