diff options
author | Zac Medico <zmedico@gentoo.org> | 2020-11-01 10:00:46 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2020-11-01 10:16:52 -0800 |
commit | f79571e680258bc70d022b43a34cfb44f910a44f (patch) | |
tree | 8526277c1dfa9416a3efd21130e27daad5498245 /app-text | |
parent | dev-python/arpeggio: Bump to 1.10.0 (diff) | |
download | gentoo-f79571e680258bc70d022b43a34cfb44f910a44f.tar.gz gentoo-f79571e680258bc70d022b43a34cfb44f910a44f.tar.bz2 gentoo-f79571e680258bc70d022b43a34cfb44f910a44f.zip |
app-text/calibre: add ipv6 to PYTHON_REQ_USE
Closes: https://bugs.gentoo.org/752090
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/calibre/calibre-5.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/calibre/calibre-5.4.2.ebuild b/app-text/calibre/calibre-5.4.2.ebuild index 5f6bcd52277c..6c46bbdb0639 100644 --- a/app-text/calibre/calibre-5.4.2.ebuild +++ b/app-text/calibre/calibre-5.4.2.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6..8} ) -PYTHON_REQ_USE="sqlite,ssl" +PYTHON_REQ_USE="ipv6,sqlite,ssl" inherit bash-completion-r1 desktop toolchain-funcs python-single-r1 xdg-utils |