diff options
author | Travis Tilley <lv@gentoo.org> | 2004-08-04 12:45:28 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-08-04 12:45:28 +0000 |
commit | 30c41fbd04f0af7659f1ad3cf31beeb9c21fb72e (patch) | |
tree | b440775b81314c4408f5aed87b468030e19471f3 /dev-cpp/glibmm/glibmm-2.4.3.ebuild | |
parent | removed amd64 fix that's no longer needed, should close bug 58470 (Manifest r... (diff) | |
download | gentoo-2-30c41fbd04f0af7659f1ad3cf31beeb9c21fb72e.tar.gz gentoo-2-30c41fbd04f0af7659f1ad3cf31beeb9c21fb72e.tar.bz2 gentoo-2-30c41fbd04f0af7659f1ad3cf31beeb9c21fb72e.zip |
removed amd64 fix that's no longer needed, should close bug 58470
Diffstat (limited to 'dev-cpp/glibmm/glibmm-2.4.3.ebuild')
-rw-r--r-- | dev-cpp/glibmm/glibmm-2.4.3.ebuild | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/dev-cpp/glibmm/glibmm-2.4.3.ebuild b/dev-cpp/glibmm/glibmm-2.4.3.ebuild index d739d1018f54..15063a542290 100644 --- a/dev-cpp/glibmm/glibmm-2.4.3.ebuild +++ b/dev-cpp/glibmm/glibmm-2.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/glibmm-2.4.3.ebuild,v 1.2 2004/06/24 21:48:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/glibmm-2.4.3.ebuild,v 1.3 2004/08/04 12:45:28 lv Exp $ inherit gnome2 @@ -18,14 +18,5 @@ DEPEND="${RDEPEND} RDEPEND=">=dev-libs/libsigc++-2.0 >=dev-libs/glib-2.4" -src_compile () { - if [ "${ARCH}" = "amd64" ]; then - aclocal -I scripts - automake -c -f - autoconf - fi - gnome2_src_compile -} - DOCS="AUTHORS CHANGES ChangeLog HACKING PORTING NEWS README TODO" |