diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-08-31 10:59:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-08-31 10:59:13 +0200 |
commit | 7be47ab2f3d2a69efa9e6a4fcf485d68d2c205a4 (patch) | |
tree | f4ca81dfc58eedf8eed04a6ea810155eb9967e98 /app-text | |
parent | dev-python/pypy: Apply trivial fix to 7.3.5_p2 (diff) | |
download | gentoo-7be47ab2f3d2a69efa9e6a4fcf485d68d2c205a4.tar.gz gentoo-7be47ab2f3d2a69efa9e6a4fcf485d68d2c205a4.tar.bz2 gentoo-7be47ab2f3d2a69efa9e6a4fcf485d68d2c205a4.zip |
app-text/calibre: dev-lang/python is now ipv6(+)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/calibre/calibre-5.16.1-r1.ebuild (renamed from app-text/calibre/calibre-5.16.1.ebuild) | 2 | ||||
-rw-r--r-- | app-text/calibre/calibre-5.25.0-r2.ebuild (renamed from app-text/calibre/calibre-5.25.0-r1.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-text/calibre/calibre-5.16.1.ebuild b/app-text/calibre/calibre-5.16.1-r1.ebuild index 546774b0f935..97757b4f3eed 100644 --- a/app-text/calibre/calibre-5.16.1.ebuild +++ b/app-text/calibre/calibre-5.16.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..9} ) -PYTHON_REQ_USE="ipv6,sqlite,ssl" +PYTHON_REQ_USE="ipv6(+),sqlite,ssl" inherit bash-completion-r1 desktop toolchain-funcs python-single-r1 xdg-utils diff --git a/app-text/calibre/calibre-5.25.0-r1.ebuild b/app-text/calibre/calibre-5.25.0-r2.ebuild index 419397284072..e0bb47f48186 100644 --- a/app-text/calibre/calibre-5.25.0-r1.ebuild +++ b/app-text/calibre/calibre-5.25.0-r2.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..9} ) -PYTHON_REQ_USE="ipv6,sqlite,ssl" +PYTHON_REQ_USE="ipv6(+),sqlite,ssl" inherit bash-completion-r1 desktop toolchain-funcs python-single-r1 xdg-utils |