commit: e8f914fb09a14f1cd7a8e82d814edd4ea92dea26
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 19 07:47:59 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Apr 19 08:02:43 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8f914fb
app-editors/bluefish: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
app-editors/bluefish/bluefish-2.2.6.ebuild | 3 ++-
app-editors/bluefish/bluefish-2.2.8.ebuild | 5 +++--
app-editors/bluefish/bluefish-2.2.9.ebuild | 3 ++-
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 f790123c320..2c420dafef1 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 39174cd4a98..4bf7e1880a7 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 0843b46895e..7247ae901c8 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