summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-04-19 09:47:59 +0200
committerDavid Seifert <soap@gentoo.org>2017-04-19 10:02:43 +0200
commite8f914fb09a14f1cd7a8e82d814edd4ea92dea26 (patch)
tree543fe5c1a26743af25152311c58e4fe58bf45fdf /app-editors/bluefish
parentapp-doc/root-docs: [QA] Add missing python metadata variables (diff)
downloadgentoo-e8f914fb09a14f1cd7a8e82d814edd4ea92dea26.tar.gz
gentoo-e8f914fb09a14f1cd7a8e82d814edd4ea92dea26.tar.bz2
gentoo-e8f914fb09a14f1cd7a8e82d814edd4ea92dea26.zip
app-editors/bluefish: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-editors/bluefish')
-rw-r--r--app-editors/bluefish/bluefish-2.2.6.ebuild3
-rw-r--r--app-editors/bluefish/bluefish-2.2.8.ebuild5
-rw-r--r--app-editors/bluefish/bluefish-2.2.9.ebuild3
3 files changed, 7 insertions, 4 deletions
diff --git a/app-editors/bluefish/bluefish-2.2.6.ebuild b/app-editors/bluefish/bluefish-2.2.6.ebuild
index f790123c320e..2c420dafef14 100644
--- a/app-editors/bluefish/bluefish-2.2.6.ebuild
+++ b/app-editors/bluefish/bluefish-2.2.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -17,6 +17,7 @@ LICENSE="GPL-2"
KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
SLOT="0"
IUSE="nls python spell"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="
x11-libs/gtk+:3
diff --git a/app-editors/bluefish/bluefish-2.2.8.ebuild b/app-editors/bluefish/bluefish-2.2.8.ebuild
index 39174cd4a98f..4bf7e1880a76 100644
--- a/app-editors/bluefish/bluefish-2.2.8.ebuild
+++ b/app-editors/bluefish/bluefish-2.2.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -38,7 +38,8 @@ DEPEND="${RDEPEND}
REQUIRED_USE="
gtk2? ( !gtk3 !gucharmap )
- gtk3? ( !gtk2 )"
+ gtk3? ( !gtk2 )
+ python? ( ${PYTHON_REQUIRED_USE} )"
S="${WORKDIR}/${MY_P}"
diff --git a/app-editors/bluefish/bluefish-2.2.9.ebuild b/app-editors/bluefish/bluefish-2.2.9.ebuild
index 0843b46895e2..7247ae901c85 100644
--- a/app-editors/bluefish/bluefish-2.2.9.ebuild
+++ b/app-editors/bluefish/bluefish-2.2.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -17,6 +17,7 @@ LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
SLOT="0"
IUSE="+gtk3 gucharmap nls python spell"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="
gnome-extra/gucharmap:2.90