diff options
-rw-r--r-- | dev-util/gperf/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/gperf/gperf-3.0.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/gperf/ChangeLog b/dev-util/gperf/ChangeLog index c50a6a2d8efb..5053ba0f4afc 100644 --- a/dev-util/gperf/ChangeLog +++ b/dev-util/gperf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/gperf -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/ChangeLog,v 1.49 2010/04/06 09:21:46 abcd Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/ChangeLog,v 1.50 2011/01/31 08:26:46 grobian Exp $ + + 31 Jan 2011; Fabian Groffen <grobian@gentoo.org> gperf-3.0.4.ebuild: + Marked ~m68k-mint, bug #353075 06 Apr 2010; Jonathan Callen <abcd@gentoo.org> gperf-3.0.4.ebuild: Bump to EAPI=3, add prefix keywords diff --git a/dev-util/gperf/gperf-3.0.4.ebuild b/dev-util/gperf/gperf-3.0.4.ebuild index f67fc84df115..af4b7496f040 100644 --- a/dev-util/gperf/gperf-3.0.4.ebuild +++ b/dev-util/gperf/gperf-3.0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/gperf-3.0.4.ebuild,v 1.9 2010/04/06 09:21:46 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/gperf-3.0.4.ebuild,v 1.10 2011/01/31 08:26:46 grobian Exp $ EAPI="3" @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/gperf/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" src_install() { |