diff options
author | David Seifert <soap@gentoo.org> | 2017-04-20 09:42:18 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-20 09:58:54 +0200 |
commit | f27ae7afc0b4086c7cca1ff35df28fd85ef82519 (patch) | |
tree | b8ae2bd7cc4c2d8b35fd96b31b22ce66c673d9df /app-office/gnucash | |
parent | app-office/dia: [QA] Add missing python metadata variables (diff) | |
download | gentoo-f27ae7afc0b4086c7cca1ff35df28fd85ef82519.tar.gz gentoo-f27ae7afc0b4086c7cca1ff35df28fd85ef82519.tar.bz2 gentoo-f27ae7afc0b4086c7cca1ff35df28fd85ef82519.zip |
app-office/gnucash: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-office/gnucash')
-rw-r--r-- | app-office/gnucash/gnucash-2.6.15-r1.ebuild | 1 | ||||
-rw-r--r-- | app-office/gnucash/gnucash-2.6.15.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app-office/gnucash/gnucash-2.6.15-r1.ebuild b/app-office/gnucash/gnucash-2.6.15-r1.ebuild index 04d9c5f9b53e..9cf0d0ea6d36 100644 --- a/app-office/gnucash/gnucash-2.6.15-r1.ebuild +++ b/app-office/gnucash/gnucash-2.6.15-r1.ebuild @@ -15,6 +15,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="chipcard debug +doc gnome-keyring hbci mysql ofx postgres python quotes sqlite" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" # FIXME: rdepend on dev-libs/qof when upstream fix their mess (see configure.ac) # libdbi version requirement for sqlite taken from bug #455134 diff --git a/app-office/gnucash/gnucash-2.6.15.ebuild b/app-office/gnucash/gnucash-2.6.15.ebuild index a805aec2446e..9860cdd822dc 100644 --- a/app-office/gnucash/gnucash-2.6.15.ebuild +++ b/app-office/gnucash/gnucash-2.6.15.ebuild @@ -15,6 +15,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="chipcard debug +doc gnome-keyring hbci mysql ofx postgres python quotes sqlite" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" # FIXME: rdepend on dev-libs/qof when upstream fix their mess (see configure.ac) # libdbi version requirement for sqlite taken from bug #455134 |