summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-04-26 20:03:05 +0200
committerDavid Seifert <soap@gentoo.org>2017-04-26 20:04:53 +0200
commitc498037a0db64f150100c4d6374c764a69f898af (patch)
tree9f5a2158a067bb18e6d5f34f3c0592c9ddfd86b2
parentdev-libs/judy: Revbump to add static-libs IUSE, new EAPI and multilib (diff)
downloadgentoo-c498037a0db64f150100c4d6374c764a69f898af.tar.gz
gentoo-c498037a0db64f150100c4d6374c764a69f898af.tar.bz2
gentoo-c498037a0db64f150100c4d6374c764a69f898af.zip
dev-libs/zziplib: Switch to python-any-r1
Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r--dev-libs/zziplib/zziplib-0.13.62-r2.ebuild (renamed from dev-libs/zziplib/zziplib-0.13.62-r1.ebuild)7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-libs/zziplib/zziplib-0.13.62-r1.ebuild b/dev-libs/zziplib/zziplib-0.13.62-r2.ebuild
index 7688ff8ebaa2..83d49e733a5f 100644
--- a/dev-libs/zziplib/zziplib-0.13.62-r1.ebuild
+++ b/dev-libs/zziplib/zziplib-0.13.62-r2.ebuild
@@ -2,8 +2,10 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
+
PYTHON_COMPAT=( python2_7 )
-inherit libtool eutils flag-o-matic python-single-r1
+
+inherit libtool eutils flag-o-matic python-any-r1
DESCRIPTION="Lightweight library for extracting data from files archived in a single zip file"
HOMEPAGE="http://zziplib.sourceforge.net/"
@@ -13,13 +15,12 @@ LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~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
- ${PYTHON_DEPS}
sdl? ( >=media-libs/libsdl-1.2.6 )"
DEPEND="${RDEPEND}
+ ${PYTHON_DEPS}
virtual/pkgconfig
test? ( app-arch/zip )"