diff options
author | Tom Gall <tgall@gentoo.org> | 2004-07-17 22:01:57 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-07-17 22:01:57 +0000 |
commit | e71fca956d774131d47a7c998927ffec5c732dbb (patch) | |
tree | 9ee21d715bef0ac892de1defc71dbb206c11e94e /dev-util/gperf | |
parent | ChangeLog fixes (Manifest recommit) (diff) | |
download | gentoo-2-e71fca956d774131d47a7c998927ffec5c732dbb.tar.gz gentoo-2-e71fca956d774131d47a7c998927ffec5c732dbb.tar.bz2 gentoo-2-e71fca956d774131d47a7c998927ffec5c732dbb.zip |
stable on ppc64, bug #55804
Diffstat (limited to 'dev-util/gperf')
-rw-r--r-- | dev-util/gperf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/gperf/gperf-3.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/gperf/ChangeLog b/dev-util/gperf/ChangeLog index 0c939aa1a0c8..8e1daa348231 100644 --- a/dev-util/gperf/ChangeLog +++ b/dev-util/gperf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/gperf # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/ChangeLog,v 1.20 2004/07/05 23:25:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/ChangeLog,v 1.21 2004/07/17 22:01:57 tgall Exp $ + + 17 Jul 2004; Tom Gall <tgall@gentoo.org> gperf-3.0.1.ebuild: + stable on ppc64, bug #55804 05 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> gperf-2.7.2.ebuild: Fix depend (bug #56184); don't assign default to S diff --git a/dev-util/gperf/gperf-3.0.1.ebuild b/dev-util/gperf/gperf-3.0.1.ebuild index 1570a8b519a8..ff9b76bd6137 100644 --- a/dev-util/gperf/gperf-3.0.1.ebuild +++ b/dev-util/gperf/gperf-3.0.1.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-util/gperf/gperf-3.0.1.ebuild,v 1.9 2004/07/02 05:08:27 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/gperf-3.0.1.ebuild,v 1.10 2004/07/17 22:01:57 tgall Exp $ DESCRIPTION="A perfect hash function generator." SRC_URI="ftp://ftp.gnu.org/pub/gnu/gperf/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.gnu.org/software/gperf/gperf.html" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc sparc alpha amd64 ~hppa mips" +KEYWORDS="x86 ~ppc sparc alpha amd64 ~hppa mips ppc64" IUSE="" DEPEND="virtual/libc" |