diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-08-13 19:00:24 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-08-13 19:00:24 +0000 |
commit | c7f5ed8a020db9122d6de64a1035916484a4a08e (patch) | |
tree | f667ab273c38b590fca3153e65b1123a1905877a /dev-cpp/libgnomeuimm | |
parent | No longer install pixmap files and additional .desktop file, closes bug #131860. (diff) | |
download | gentoo-2-c7f5ed8a020db9122d6de64a1035916484a4a08e.tar.gz gentoo-2-c7f5ed8a020db9122d6de64a1035916484a4a08e.tar.bz2 gentoo-2-c7f5ed8a020db9122d6de64a1035916484a4a08e.zip |
removed ppc64 from the list of archs running autoconf etc. because it is not longer needed in those versions
(Portage version: 2.1-r2)
Diffstat (limited to 'dev-cpp/libgnomeuimm')
-rw-r--r-- | dev-cpp/libgnomeuimm/ChangeLog | 7 | ||||
-rw-r--r-- | dev-cpp/libgnomeuimm/libgnomeuimm-2.10.0.ebuild | 6 | ||||
-rw-r--r-- | dev-cpp/libgnomeuimm/libgnomeuimm-2.12.0.ebuild | 4 |
3 files changed, 11 insertions, 6 deletions
diff --git a/dev-cpp/libgnomeuimm/ChangeLog b/dev-cpp/libgnomeuimm/ChangeLog index 2bb9031d2581..1a692465143c 100644 --- a/dev-cpp/libgnomeuimm/ChangeLog +++ b/dev-cpp/libgnomeuimm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-cpp/libgnomeuimm # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomeuimm/ChangeLog,v 1.42 2006/07/17 19:10:57 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomeuimm/ChangeLog,v 1.43 2006/08/13 19:00:24 corsair Exp $ + + 13 Aug 2006; Markus Rothe <corsair@gentoo.org> libgnomeuimm-2.10.0.ebuild, + libgnomeuimm-2.12.0.ebuild: + removed ppc64 from the list of archs running autoconf etc. because it is not + longer needed in those versions 17 Jul 2006; Daniel Gryniewicz <dang@gentoo.org> ChangeLog: Marked stable on amd64 for bug #139612 diff --git a/dev-cpp/libgnomeuimm/libgnomeuimm-2.10.0.ebuild b/dev-cpp/libgnomeuimm/libgnomeuimm-2.10.0.ebuild index 9bf3e824c325..1b8426fc6c77 100644 --- a/dev-cpp/libgnomeuimm/libgnomeuimm-2.10.0.ebuild +++ b/dev-cpp/libgnomeuimm/libgnomeuimm-2.10.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomeuimm/libgnomeuimm-2.10.0.ebuild,v 1.2 2005/07/29 16:45:06 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomeuimm/libgnomeuimm-2.10.0.ebuild,v 1.3 2006/08/13 19:00:24 corsair Exp $ inherit gnome2 eutils @@ -25,7 +25,7 @@ DEPEND=">=dev-util/pkgconfig-0.12.0 DOCS="AUTHORS ChangeLog NEWS INSTALL TODO" src_compile() { - if useq amd64 || useq ppc64; then + if useq amd64; then aclocal -I scripts automake -c -f autoconf diff --git a/dev-cpp/libgnomeuimm/libgnomeuimm-2.12.0.ebuild b/dev-cpp/libgnomeuimm/libgnomeuimm-2.12.0.ebuild index 8aa6830618f9..49c158486e1e 100644 --- a/dev-cpp/libgnomeuimm/libgnomeuimm-2.12.0.ebuild +++ b/dev-cpp/libgnomeuimm/libgnomeuimm-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-cpp/libgnomeuimm/libgnomeuimm-2.12.0.ebuild,v 1.12 2006/07/15 03:31:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomeuimm/libgnomeuimm-2.12.0.ebuild,v 1.13 2006/08/13 19:00:24 corsair Exp $ inherit gnome2 eutils @@ -24,7 +24,7 @@ DEPEND=">=dev-util/pkgconfig-0.12.0 DOCS="AUTHORS ChangeLog NEWS INSTALL TODO" src_compile() { - if useq amd64 || useq ppc64; then + if useq amd64; then aclocal -I scripts automake -c -f autoconf |