diff options
author | Zac Medico <zmedico@gentoo.org> | 2019-04-01 22:54:17 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-04-01 22:58:42 -0700 |
commit | 5945e7c86317ee78064b05685ec18b122edf9d8b (patch) | |
tree | 3d5944fcc9a58cc616c408ca87c2bf8e1c88bf31 /app-text/calibre | |
parent | net-mail/notmuch: manpages need USE=doc & mock (diff) | |
download | gentoo-5945e7c86317ee78064b05685ec18b122edf9d8b.tar.gz gentoo-5945e7c86317ee78064b05685ec18b122edf9d8b.tar.bz2 gentoo-5945e7c86317ee78064b05685ec18b122edf9d8b.zip |
app-text/calibre: add dev-python/sip to DEPEND
Reported-by: Arthur Zamarin <arthurzam+gentoo@gmail.com>
Closes: https://bugs.gentoo.org/682152
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-text/calibre')
-rw-r--r-- | app-text/calibre/calibre-3.26.1.ebuild | 3 | ||||
-rw-r--r-- | app-text/calibre/calibre-3.40.1.ebuild | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/app-text/calibre/calibre-3.26.1.ebuild b/app-text/calibre/calibre-3.26.1.ebuild index f761e9c5d83a..c9008b5e8020 100644 --- a/app-text/calibre/calibre-3.26.1.ebuild +++ b/app-text/calibre/calibre-3.26.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -93,6 +93,7 @@ RDEPEND="${COMMON_DEPEND} udisks? ( || ( sys-fs/udisks:2 sys-fs/udisks:0 ) )" DEPEND="${COMMON_DEPEND} >=dev-python/setuptools-23.1.0[${PYTHON_USEDEP}] + dev-python/sip[${PYTHON_USEDEP}] >=virtual/podofo-build-0.9.4 virtual/pkgconfig" diff --git a/app-text/calibre/calibre-3.40.1.ebuild b/app-text/calibre/calibre-3.40.1.ebuild index a35d78bdf209..cd10ca04cdca 100644 --- a/app-text/calibre/calibre-3.40.1.ebuild +++ b/app-text/calibre/calibre-3.40.1.ebuild @@ -95,6 +95,7 @@ RDEPEND="${COMMON_DEPEND} udisks? ( || ( sys-fs/udisks:2 sys-fs/udisks:0 ) )" DEPEND="${COMMON_DEPEND} >=dev-python/setuptools-23.1.0[${PYTHON_USEDEP}] + dev-python/sip[${PYTHON_USEDEP}] >=virtual/podofo-build-0.9.6_pre20171027 virtual/pkgconfig" |