summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-09-17 17:12:23 +0200
committerPacho Ramos <pacho@gentoo.org>2016-09-17 17:12:23 +0200
commit1546020476757d99618e32b932335597492fbb08 (patch)
tree38a843b905a84e369f26e5638b222c1d8b6a6623 /app-text
parentpackage.mask: unmask fixed package (diff)
downloadgentoo-1546020476757d99618e32b932335597492fbb08.tar.gz
gentoo-1546020476757d99618e32b932335597492fbb08.tar.bz2
gentoo-1546020476757d99618e32b932335597492fbb08.zip
app-text/cherrytree: python[sqlite] needed (#592626 by Drew)
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-text')
-rw-r--r--app-text/cherrytree/cherrytree-0.37.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-text/cherrytree/cherrytree-0.37.0.ebuild b/app-text/cherrytree/cherrytree-0.37.0.ebuild
index 2b296530f482..a2169f2e3e03 100644
--- a/app-text/cherrytree/cherrytree-0.37.0.ebuild
+++ b/app-text/cherrytree/cherrytree-0.37.0.ebuild
@@ -5,6 +5,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="sqlite"
DISTUTILS_SINGLE_IMPL=true
inherit xdg distutils-r1