diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-09-17 17:12:23 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-09-17 17:12:23 +0200 |
commit | 1546020476757d99618e32b932335597492fbb08 (patch) | |
tree | 38a843b905a84e369f26e5638b222c1d8b6a6623 /app-text/cherrytree | |
parent | package.mask: unmask fixed package (diff) | |
download | gentoo-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/cherrytree')
-rw-r--r-- | app-text/cherrytree/cherrytree-0.37.0.ebuild | 1 |
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 |