diff options
-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 \ |