diff options
author | Matthieu Sozeau <mattam@gentoo.org> | 2005-04-06 18:41:37 +0000 |
---|---|---|
committer | Matthieu Sozeau <mattam@gentoo.org> | 2005-04-06 18:41:37 +0000 |
commit | 6d0dd2388466a745ad401ec7d3fa422f68989d88 (patch) | |
tree | fff64dcc8759b56ccc3e697d8173d06837b2f7cd /dev-ml/lablgtk | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-6d0dd2388466a745ad401ec7d3fa422f68989d88.tar.gz gentoo-2-6d0dd2388466a745ad401ec7d3fa422f68989d88.tar.bz2 gentoo-2-6d0dd2388466a745ad401ec7d3fa422f68989d88.zip |
Use autodetection instead of disabling features if a flag isn't present. Fix bug #87426.
Diffstat (limited to 'dev-ml/lablgtk')
-rw-r--r-- | dev-ml/lablgtk/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/lablgtk/lablgtk-2.2.0.ebuild | 8 | ||||
-rw-r--r-- | dev-ml/lablgtk/lablgtk-2.4.0.ebuild | 8 |
3 files changed, 7 insertions, 15 deletions
diff --git a/dev-ml/lablgtk/ChangeLog b/dev-ml/lablgtk/ChangeLog index 26444c61714f..1d3216fdf09e 100644 --- a/dev-ml/lablgtk/ChangeLog +++ b/dev-ml/lablgtk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/lablgtk # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/ChangeLog,v 1.28 2005/04/01 04:39:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/ChangeLog,v 1.29 2005/04/06 18:41:37 mattam Exp $ + + 06 Apr 2005; Matthieu Sozeau <mattam@gentoo.org> lablgtk-2.2.0.ebuild, + lablgtk-2.4.0.ebuild: + Use autodetection instead of adding --without-* flags. Fixes bug #87246. 01 Apr 2005; Aron Griffis <agriffis@gentoo.org> lablgtk-2.4.0.ebuild: stable on ia64 diff --git a/dev-ml/lablgtk/lablgtk-2.2.0.ebuild b/dev-ml/lablgtk/lablgtk-2.2.0.ebuild index d6c855d69b21..67b157067686 100644 --- a/dev-ml/lablgtk/lablgtk-2.2.0.ebuild +++ b/dev-ml/lablgtk/lablgtk-2.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-2.2.0.ebuild,v 1.9 2005/03/14 19:39:55 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-2.2.0.ebuild,v 1.10 2005/04/06 18:41:37 mattam Exp $ IUSE="debug doc glade gnome opengl svg" @@ -23,12 +23,6 @@ SLOT="2" KEYWORDS="-amd64 ~x86 ~ppc ~alpha ~ia64" src_compile() { - use gnome || myconf="$myconf - --without-gnomecanvas --without-gnomeui - --without-panel" - use opengl || myconf="$myconf --without-gl" - use svg || myconf="$myconf --without-rsvg" - use glade || myconf="$myconf --without-glade" use debug && myconf="$myconf --enable-debug" econf $myconf || die "configure failed" diff --git a/dev-ml/lablgtk/lablgtk-2.4.0.ebuild b/dev-ml/lablgtk/lablgtk-2.4.0.ebuild index 7b62c6dd4dff..4383ab521794 100644 --- a/dev-ml/lablgtk/lablgtk-2.4.0.ebuild +++ b/dev-ml/lablgtk/lablgtk-2.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-2.4.0.ebuild,v 1.5 2005/04/01 04:39:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-2.4.0.ebuild,v 1.6 2005/04/06 18:41:37 mattam Exp $ IUSE="debug doc glade gnome opengl svg" @@ -23,12 +23,6 @@ SLOT="2" KEYWORDS="amd64 ~x86 ~ppc ~alpha ia64 ~sparc" src_compile() { - use gnome || myconf="$myconf - --without-gnomecanvas --without-gnomeui - --without-panel" - use opengl || myconf="$myconf --without-gl" - use svg || myconf="$myconf --without-rsvg" - use glade || myconf="$myconf --without-glade" use debug && myconf="$myconf --enable-debug" econf $myconf || die "configure failed" |