diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-01-17 19:46:22 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-01-17 19:46:22 +0000 |
commit | c160744e892caf8193224f427499c559d0802500 (patch) | |
tree | 68913e67812fccdbf293000cfb9c14df8b6a020e /dev-cpp/gnome-vfsmm | |
parent | Moved to net-nntp/gnewspost. (diff) | |
download | gentoo-2-c160744e892caf8193224f427499c559d0802500.tar.gz gentoo-2-c160744e892caf8193224f427499c559d0802500.tar.bz2 gentoo-2-c160744e892caf8193224f427499c559d0802500.zip |
libtoolized
(Portage version: 2.0.51-r12)
Diffstat (limited to 'dev-cpp/gnome-vfsmm')
-rw-r--r-- | dev-cpp/gnome-vfsmm/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/gnome-vfsmm/gnome-vfsmm-2.6.1.ebuild | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/dev-cpp/gnome-vfsmm/ChangeLog b/dev-cpp/gnome-vfsmm/ChangeLog index 3f5bdfb921f7..01a68c9df5ac 100644 --- a/dev-cpp/gnome-vfsmm/ChangeLog +++ b/dev-cpp/gnome-vfsmm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/gnome-vfsmm # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnome-vfsmm/ChangeLog,v 1.7 2005/01/01 17:26:30 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnome-vfsmm/ChangeLog,v 1.8 2005/01/17 19:46:22 blubb Exp $ + + 17 Jan 2005; Simon Stelling <blubb@gentoo.org> gnome-vfsmm-2.6.1.ebuild: + libtoolized 30 May 2004; Danny van Dyk <kugelfang@gentoo.org> gnome-vfsmm-2.6.1.ebuild: Fixing BUG #52389. diff --git a/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.6.1.ebuild b/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.6.1.ebuild index 97442ca15905..ceff3becbc39 100644 --- a/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.6.1.ebuild +++ b/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.6.1.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-cpp/gnome-vfsmm/gnome-vfsmm-2.6.1.ebuild,v 1.6 2005/01/01 17:26:30 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.6.1.ebuild,v 1.7 2005/01/17 19:46:22 blubb Exp $ inherit gnome2 @@ -22,10 +22,6 @@ DEPEND=">=dev-util/pkgconfig-0.12.0 DOCS="AUTHORS COPYING* ChangeLog NEWS README INSTALL" src_compile() { - if [ "${ARCH}" = "amd64" ]; then - aclocal -I scripts - automake -c -f - autoconf - fi + use amd64 && aclocal -I scripts && automake -c -f && autoconf && libtoolize --copy --force gnome2_src_compile } |