diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-04-25 06:50:18 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-04-25 06:50:18 +0000 |
commit | f27d78f975ecc7177f8ca247e2eba833bcdcf905 (patch) | |
tree | 6412d86b39e4f916bc5ca40041472a49761118b6 /sys-devel/gettext | |
parent | Stable on alpha. (diff) | |
download | historical-f27d78f975ecc7177f8ca247e2eba833bcdcf905.tar.gz historical-f27d78f975ecc7177f8ca247e2eba833bcdcf905.tar.bz2 historical-f27d78f975ecc7177f8ca247e2eba833bcdcf905.zip |
Stable on alpha.
Package-Manager: portage-2.0.51.20
Diffstat (limited to 'sys-devel/gettext')
-rw-r--r-- | sys-devel/gettext/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gettext/gettext-0.14.1-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/gettext/ChangeLog b/sys-devel/gettext/ChangeLog index 54b6b5167b03..161d1972ef80 100644 --- a/sys-devel/gettext/ChangeLog +++ b/sys-devel/gettext/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/gettext # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.87 2005/04/20 04:35:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.88 2005/04/25 06:50:18 kloeri Exp $ + + 25 Apr 2005; Bryan Østergaard <kloeri@gentoo.org> + gettext-0.14.1-r1.ebuild: + Stable on alpha. *gettext-0.14.1-r1 (20 Apr 2005) diff --git a/sys-devel/gettext/gettext-0.14.1-r1.ebuild b/sys-devel/gettext/gettext-0.14.1-r1.ebuild index bc5b643b35c4..48735e98f40c 100644 --- a/sys-devel/gettext/gettext-0.14.1-r1.ebuild +++ b/sys-devel/gettext/gettext-0.14.1-r1.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/sys-devel/gettext/gettext-0.14.1-r1.ebuild,v 1.1 2005/04/20 04:35:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.14.1-r1.ebuild,v 1.2 2005/04/25 06:50:18 kloeri Exp $ inherit eutils gnuconfig toolchain-funcs mono libtool @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ppc ppc-macos ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc-macos ppc64 s390 sh sparc x86" IUSE="emacs nls" DEPEND="" |