Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/ebook-tools/
Date: Thu, 02 Jun 2016 17:03:47
Message-Id: 1464887009.e4701438d0787b5d7932ac30b92deb78b3c04916.kensington@gentoo
1 commit: e4701438d0787b5d7932ac30b92deb78b3c04916
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 2 17:01:57 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 17:03:29 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4701438
7
8 app-text/ebook-tools: add dev-libs/libzip subslot operator
9
10 Package-Manager: portage-2.3.0_rc1
11
12 app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild b/app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild
16 index 6d1374e..8a5713b 100644
17 --- a/app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild
18 +++ b/app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild
19 @@ -17,7 +17,7 @@ IUSE="+lit2epub"
20
21 DEPEND="
22 dev-libs/libxml2
23 - dev-libs/libzip
24 + dev-libs/libzip:=
25 "
26 RDEPEND="${DEPEND}
27 lit2epub? ( app-text/convertlit )