diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2009-08-28 14:20:28 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2009-08-28 14:20:28 +0000 |
commit | 220c727e7668640c21f715f4611f7ec83182b09a (patch) | |
tree | d86ef8a66ad8788566067c4bed3c12151ec0168e /app-office/abiword/abiword-2.6.8.ebuild | |
parent | Version bump wrt #280089, thanks to Roel Brook for reporting. (diff) | |
download | gentoo-2-220c727e7668640c21f715f4611f7ec83182b09a.tar.gz gentoo-2-220c727e7668640c21f715f4611f7ec83182b09a.tar.bz2 gentoo-2-220c727e7668640c21f715f4611f7ec83182b09a.zip |
Migrate to EAPI 2 in order to nuke built_with_use.
(Portage version: 2.2_rc38/cvs/Linux i686)
Diffstat (limited to 'app-office/abiword/abiword-2.6.8.ebuild')
-rw-r--r-- | app-office/abiword/abiword-2.6.8.ebuild | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/app-office/abiword/abiword-2.6.8.ebuild b/app-office/abiword/abiword-2.6.8.ebuild index 764e49bb55fc..827ceafa2053 100644 --- a/app-office/abiword/abiword-2.6.8.ebuild +++ b/app-office/abiword/abiword-2.6.8.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.6.8.ebuild,v 1.1 2009/03/15 01:00:27 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.6.8.ebuild,v 1.2 2009/08/28 14:20:28 betelgeuse Exp $ -EAPI="1" +EAPI="2" inherit alternatives eutils gnome2 versionator @@ -19,12 +19,13 @@ IUSE="debug gnome spell xml" # FIXME: gsf could probably be conditional +# Pango version so it always has X use flag RDEPEND="dev-libs/popt sys-libs/zlib >=dev-libs/glib-2 >=x11-libs/gtk+-2.6 x11-libs/libXft - >=x11-libs/pango-1.2 + >=x11-libs/pango-1.24.2[X] >=gnome-base/libglade-2 >=gnome-base/libgnomeprint-2.2 >=gnome-base/libgnomeprintui-2.2 @@ -50,11 +51,6 @@ DEPEND="${RDEPEND} # FIXME: --enable-libabiword fails to compile pkg_setup() { - if ! built_with_use --missing true x11-libs/pango X; then - eerror "You must rebuild x11-libs/pango with USE='X'" - die "You must rebuild x11-libs/pango with USE='X'" - fi - G2CONF="${G2CONF} $(use_enable debug) $(use_enable debug symbols) |