diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-07-23 10:49:47 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-07-23 10:49:47 +0000 |
commit | 86ff5ce64278cd9206e619bc8c08bb9f8cb859a0 (patch) | |
tree | 99cc33dad0d126cd5d07d4350dc32601330efcda /sys-devel | |
parent | Added to macos. (Manifest recommit) (diff) | |
download | gentoo-2-86ff5ce64278cd9206e619bc8c08bb9f8cb859a0.tar.gz gentoo-2-86ff5ce64278cd9206e619bc8c08bb9f8cb859a0.tar.bz2 gentoo-2-86ff5ce64278cd9206e619bc8c08bb9f8cb859a0.zip |
Stable on macos.
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gettext/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gettext/gettext-0.12.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gettext/ChangeLog b/sys-devel/gettext/ChangeLog index e1d0ab79ffa7..4d4b20b91186 100644 --- a/sys-devel/gettext/ChangeLog +++ b/sys-devel/gettext/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gettext # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.47 2004/07/19 17:27:15 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.48 2004/07/23 10:49:47 usata Exp $ + + 23 Jul 2004; Mamoru KOMACHI <usata@gentoo.org> gettext-0.12.1-r1.ebuild: + Stable on macos. 20 Jul 2004; Mamoru KOMACHI <usata@gentoo.org> gettext-0.12.1-r1.ebuild: Fixed file collision on macos diff --git a/sys-devel/gettext/gettext-0.12.1-r1.ebuild b/sys-devel/gettext/gettext-0.12.1-r1.ebuild index e41cc26c8824..70fcf9bf4a49 100644 --- a/sys-devel/gettext/gettext-0.12.1-r1.ebuild +++ b/sys-devel/gettext/gettext-0.12.1-r1.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/sys-devel/gettext/gettext-0.12.1-r1.ebuild,v 1.18 2004/07/19 17:27:15 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.12.1-r1.ebuild,v 1.19 2004/07/23 10:49:47 usata Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~mips alpha arm hppa amd64 ~ia64 s390 ~macos" +KEYWORDS="~x86 ~ppc ~sparc ~mips alpha arm hppa amd64 ~ia64 s390 macos" IUSE="bootstrap emacs nls" DEPEND="virtual/libc" |