diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2017-04-05 23:50:16 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2017-04-05 23:50:16 +0200 |
commit | c74b63d6ec2a5fc72fd0611548d6f2aab41e8592 (patch) | |
tree | 229be451a6c522c86c10dd4178a80e6ba5231e22 | |
parent | dev-python/pynliner: cleanup unused package (diff) | |
download | eva-c74b63d6ec2a5fc72fd0611548d6f2aab41e8592.tar.gz eva-c74b63d6ec2a5fc72fd0611548d6f2aab41e8592.tar.bz2 eva-c74b63d6ec2a5fc72fd0611548d6f2aab41e8592.zip |
gnome-extra/gtkhtml: clean up obsolete/exotic keywords
And bump to EAPI=6
-rw-r--r-- | gnome-extra/gtkhtml/gtkhtml-3.32.2.ebuild | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/gnome-extra/gtkhtml/gtkhtml-3.32.2.ebuild b/gnome-extra/gtkhtml/gtkhtml-3.32.2.ebuild index 87f4afb..0a0d7ab 100644 --- a/gnome-extra/gtkhtml/gtkhtml-3.32.2.ebuild +++ b/gnome-extra/gtkhtml/gtkhtml-3.32.2.ebuild @@ -1,18 +1,17 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="5" -GCONF_DEBUG="no" +EAPI=6 GNOME_TARBALL_SUFFIX="bz2" -inherit eutils gnome2 +inherit gnome2 DESCRIPTION="Lightweight HTML rendering/printing/editing engine" HOMEPAGE="http://projects.gnome.org/evolution/" LICENSE="GPL-2+ LGPL-2+" SLOT="3.14" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" IUSE="" RDEPEND=" @@ -32,12 +31,9 @@ DEPEND="${RDEPEND} x11-proto/xproto " -src_prepare() { - # Fix build with recent glib, bug #436462 - epatch "${FILESDIR}/${P}-g_thread_init.patch" - - ELTCONF="--reverse-deps" gnome2_src_prepare -} +PATCHES=( + "${FILESDIR}"/${P}-g_thread_init.patch +) src_configure() { gnome2_src_configure \ |