Skip to content

Commit

Permalink
app-editors/bluefish: [QA] Add missing python metadata variables
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.5, Repoman-2.3.2
  • Loading branch information
SoapGentoo committed Apr 19, 2017
1 parent 5fd8607 commit e8f914f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion app-editors/bluefish/bluefish-2.2.6.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
5 changes: 3 additions & 2 deletions app-editors/bluefish/bluefish-2.2.8.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -38,7 +38,8 @@ DEPEND="${RDEPEND}

REQUIRED_USE="
gtk2? ( !gtk3 !gucharmap )
gtk3? ( !gtk2 )"
gtk3? ( !gtk2 )
python? ( ${PYTHON_REQUIRED_USE} )"

S="${WORKDIR}/${MY_P}"

Expand Down
3 changes: 2 additions & 1 deletion app-editors/bluefish/bluefish-2.2.9.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit e8f914f

Please sign in to comment.