diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-08 18:08:30 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-08 18:08:30 +0000 |
commit | 9eaf6d5415cdd0301bc4d50827d24be3617cf1c7 (patch) | |
tree | 7aed3fccbf5030986aedbffc6584018f42bb178a /sys-devel/gettext | |
parent | Updated to VMware 5.0 final and made some minor cleanups to the vmware 4.5.2 ... (diff) | |
download | gentoo-2-9eaf6d5415cdd0301bc4d50827d24be3617cf1c7.tar.gz gentoo-2-9eaf6d5415cdd0301bc4d50827d24be3617cf1c7.tar.bz2 gentoo-2-9eaf6d5415cdd0301bc4d50827d24be3617cf1c7.zip |
Stable on ppc.
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-devel/gettext')
-rw-r--r-- | sys-devel/gettext/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gettext/gettext-0.14.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gettext/ChangeLog b/sys-devel/gettext/ChangeLog index bf620f739205..f17c1126e4bc 100644 --- a/sys-devel/gettext/ChangeLog +++ b/sys-devel/gettext/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gettext # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.82 2005/04/03 19:05:36 j4rg0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.83 2005/04/08 18:07:45 hansmi Exp $ + + 08 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> gettext-0.14.1.ebuild: + Stable on ppc. 03 Apr 2005; Lina Pezzella <j4rg0n@gentoo.org> gettext-0.14.1.ebuild, gettext-0.14.2.ebuild: diff --git a/sys-devel/gettext/gettext-0.14.1.ebuild b/sys-devel/gettext/gettext-0.14.1.ebuild index 4eb2e9b26596..ed7cd008fc5b 100644 --- a/sys-devel/gettext/gettext-0.14.1.ebuild +++ b/sys-devel/gettext/gettext-0.14.1.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.ebuild,v 1.30 2005/04/03 19:05:36 j4rg0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.14.1.ebuild,v 1.31 2005/04/08 18:07:45 hansmi 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="" |