commit: 3bc08ce7d421fe58a2b03e7c06255e1fc8b0fb16 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Aug 22 07:32:26 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Aug 22 08:04:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bc08ce7
app-editors/bluefish: Eradicate python2 support Closes: https://bugs.gentoo.org/735208 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-editors/bluefish/bluefish-2.2.10.ebuild | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/app-editors/bluefish/bluefish-2.2.10.ebuild b/app-editors/bluefish/bluefish-2.2.10.ebuild index dba37b3e1c6..324637670ba 100644 --- a/app-editors/bluefish/bluefish-2.2.10.ebuild +++ b/app-editors/bluefish/bluefish-2.2.10.ebuild @@ -3,9 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -inherit autotools gnome2-utils python-single-r1 xdg-utils +inherit autotools gnome2-utils xdg-utils MY_P=${P/_/-} @@ -16,8 +14,7 @@ HOMEPAGE="http://bluefish.openoffice.nl/" 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} )" +IUSE="+gtk3 gucharmap nls spell" RDEPEND=" sys-libs/zlib @@ -26,7 +23,6 @@ RDEPEND=" x11-libs/gtk+:3 gucharmap? ( gnome-extra/gucharmap:2.90 ) ) - python? ( ${PYTHON_DEPS} ) spell? ( >=app-text/enchant-1.4:0 )" DEPEND="${RDEPEND} dev-libs/libxml2:2 @@ -48,8 +44,6 @@ pkg_setup() { ewarn "gucharmap USE flag requires the gtk3 USE flag being enabled." ewarn "Disabling charmap plugin." fi - - use python && python-single-r1_pkg_setup } PATCHES=( @@ -71,7 +65,7 @@ src_configure() { $(usex gtk3 "$(use_with gucharmap charmap)" '--without-charmap') \ $(use_enable nls) \ $(use_enable spell spell-check) \ - $(use_enable python) + --disable-python } src_install() {
