diff options
author | John N. Laliberte <allanonjl@gentoo.org> | 2006-01-28 16:47:15 +0000 |
---|---|---|
committer | John N. Laliberte <allanonjl@gentoo.org> | 2006-01-28 16:47:15 +0000 |
commit | 7385d94300b82aa4b19b3143b5ba9dcee1dba51f (patch) | |
tree | 59c409af21dddaeb953781facc147068293df383 /dev-python/gnome-python-extras | |
parent | Marked ~hppa (bug #119722). (diff) | |
download | gentoo-2-7385d94300b82aa4b19b3143b5ba9dcee1dba51f.tar.gz gentoo-2-7385d94300b82aa4b19b3143b5ba9dcee1dba51f.tar.bz2 gentoo-2-7385d94300b82aa4b19b3143b5ba9dcee1dba51f.zip |
remove without-gtkmozembed ECONF string, fixes #120731
(Portage version: 2.0.54)
Diffstat (limited to 'dev-python/gnome-python-extras')
4 files changed, 9 insertions, 13 deletions
diff --git a/dev-python/gnome-python-extras/ChangeLog b/dev-python/gnome-python-extras/ChangeLog index 08cd81c417e6..e7afa9fdb7da 100644 --- a/dev-python/gnome-python-extras/ChangeLog +++ b/dev-python/gnome-python-extras/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/gnome-python-extras # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.17 2006/01/12 22:54:24 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.18 2006/01/28 16:47:15 allanonjl Exp $ + + 28 Jan 2006; John N. Laliberte <allanonjl@gentoo.org> + gnome-python-extras-2.12.0.ebuild, gnome-python-extras-2.12.1.ebuild: + remove without-gtkmozembed ECONF string, fixes #120731 12 Jan 2006; Saleem Abdulrasool <compnerd@gentoo.org> gnome-python-extras-2.10.2.ebuild, gnome-python-extras-2.12.0.ebuild, diff --git a/dev-python/gnome-python-extras/Manifest b/dev-python/gnome-python-extras/Manifest index b4390c1e6e24..fbda4b10bee0 100644 --- a/dev-python/gnome-python-extras/Manifest +++ b/dev-python/gnome-python-extras/Manifest @@ -4,6 +4,6 @@ MD5 b7b0497a04f349977d259c76f5cc887b files/digest-gnome-python-extras-2.12.0 79 MD5 f6b648dacaa5c2cfe66a073f44957bef files/digest-gnome-python-extras-2.12.1 79 MD5 7b23c53f1b63e82632bff46795e87506 files/gnome-python-extras-nogda.patch 469 MD5 390328416983a72b9d3241bcc005879f gnome-python-extras-2.10.2.ebuild 1678 -MD5 e6b2c6edd07ec2200e1335e980a3c013 gnome-python-extras-2.12.0.ebuild 2096 -MD5 c5dd06a75278061f98f016155dbe8175 gnome-python-extras-2.12.1.ebuild 1849 +MD5 587481d2b329cbc5b78ebafbb9af7f07 gnome-python-extras-2.12.0.ebuild 2007 +MD5 8a86f7a1473de064713fda10632fbe89 gnome-python-extras-2.12.1.ebuild 1760 MD5 7815efa8e3c1eece4b748785c644df85 metadata.xml 243 diff --git a/dev-python/gnome-python-extras/gnome-python-extras-2.12.0.ebuild b/dev-python/gnome-python-extras/gnome-python-extras-2.12.0.ebuild index c8b5360a8045..ec9e653c3296 100644 --- a/dev-python/gnome-python-extras/gnome-python-extras-2.12.0.ebuild +++ b/dev-python/gnome-python-extras/gnome-python-extras-2.12.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.12.0.ebuild,v 1.2 2006/01/12 22:54:24 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.12.0.ebuild,v 1.3 2006/01/28 16:47:15 allanonjl Exp $ inherit eutils gnome2 python @@ -63,10 +63,6 @@ src_compile() { use mozilla && G2CONF="${G2CONF} --with-gtkmozembed=mozilla" fi - if ! use firefox && ! use mozilla; then - G2CONF="${G2CONF} --without-gtkmozembed" - fi - gnome2_src_configure ${G2CONF} emake || die "make failed!" diff --git a/dev-python/gnome-python-extras/gnome-python-extras-2.12.1.ebuild b/dev-python/gnome-python-extras/gnome-python-extras-2.12.1.ebuild index 03d2b8369480..f8cedf7bdf27 100644 --- a/dev-python/gnome-python-extras/gnome-python-extras-2.12.1.ebuild +++ b/dev-python/gnome-python-extras/gnome-python-extras-2.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.12.1.ebuild,v 1.3 2006/01/12 22:54:24 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.12.1.ebuild,v 1.4 2006/01/28 16:47:15 allanonjl Exp $ inherit eutils gnome2 python @@ -50,10 +50,6 @@ src_compile() { use mozilla && G2CONF="${G2CONF} --with-gtkmozembed=mozilla" fi - if ! use firefox && ! use mozilla; then - G2CONF="${G2CONF} --without-gtkmozembed" - fi - gnome2_src_configure ${G2CONF} emake || die "make failed!" |