diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-16 10:56:13 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-16 10:56:13 +0000 |
commit | 95eeaf026bce25aba796b0aab31847b01abfde08 (patch) | |
tree | c535220bd78eaadc40c2f4e283a9e609408f256f /gnome-base/gnome-core | |
parent | Move elibtoolize after libtoolize, see bug #106176. (diff) | |
download | gentoo-2-95eeaf026bce25aba796b0aab31847b01abfde08.tar.gz gentoo-2-95eeaf026bce25aba796b0aab31847b01abfde08.tar.bz2 gentoo-2-95eeaf026bce25aba796b0aab31847b01abfde08.zip |
Move elibtoolize at the end of src_unpack so that it's called with the final autotools support. See bug #106176.
(Portage version: 2.0.53)
Diffstat (limited to 'gnome-base/gnome-core')
-rw-r--r-- | gnome-base/gnome-core/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-base/gnome-core/gnome-core-1.4.2-r1.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/gnome-base/gnome-core/ChangeLog b/gnome-base/gnome-core/ChangeLog index 17ed979ff63a..293ebb83d520 100644 --- a/gnome-base/gnome-core/ChangeLog +++ b/gnome-base/gnome-core/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/gnome-core # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core/ChangeLog,v 1.25 2005/05/29 22:29:30 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core/ChangeLog,v 1.26 2005/12/16 10:56:13 flameeyes Exp $ + + 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> + gnome-core-1.4.2-r1.ebuild: + Move elibtoolize at the end of src_unpack so that it's called with the final + autotools support. See bug #106176. 29 May 2005; Mark Loeser <halcy0n@gentoo.org> +files/gnome-core-1.4.2-gcc34.patch, gnome-core-1.4.2-r1.ebuild: diff --git a/gnome-base/gnome-core/gnome-core-1.4.2-r1.ebuild b/gnome-base/gnome-core/gnome-core-1.4.2-r1.ebuild index 810a0226adf4..0655488362f0 100644 --- a/gnome-base/gnome-core/gnome-core-1.4.2-r1.ebuild +++ b/gnome-base/gnome-core/gnome-core-1.4.2-r1.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/gnome-base/gnome-core/gnome-core-1.4.2-r1.ebuild,v 1.13 2005/05/29 22:29:30 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core/gnome-core-1.4.2-r1.ebuild,v 1.14 2005/12/16 10:56:13 flameeyes Exp $ IUSE="kde nls cups" @@ -48,10 +48,10 @@ src_unpack() { > configure.in # Libtoolize - elibtoolize aclocal -I macros automake --add-missing autoconf + elibtoolize } src_compile() { |