diff options
author | Travis Tilley <lv@gentoo.org> | 2004-10-06 23:52:05 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-10-06 23:52:05 +0000 |
commit | e689f4a7a66401174e6dbfcd3cdbb18064e27785 (patch) | |
tree | 7b184ed6656a6239dac330ce827c3594e0516154 /sys-devel/gettext | |
parent | Fix some typos and problems with the init scripts and do a revision bump to p... (diff) | |
download | gentoo-2-e689f4a7a66401174e6dbfcd3cdbb18064e27785.tar.gz gentoo-2-e689f4a7a66401174e6dbfcd3cdbb18064e27785.tar.bz2 gentoo-2-e689f4a7a66401174e6dbfcd3cdbb18064e27785.zip |
back to unstable :|
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 dfa6f6ebe088..fb3b87f3dea4 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.58 2004/10/06 13:05:06 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.59 2004/10/06 23:52:05 lv Exp $ + + 06 Oct 2004; Travis Tilley <lv@gentoo.org> gettext-0.14.1.ebuild: + also back to unstable for amd64 until the linking bugs are fixed 06 Oct 2004; Gustavo Zacarias <gustavoz@gentoo.org> gettext-0.14.1.ebuild: Stable on sparc wrt #66355 diff --git a/sys-devel/gettext/gettext-0.14.1.ebuild b/sys-devel/gettext/gettext-0.14.1.ebuild index 5c3efb9785a3..193d9795b81c 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-2004 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.8 2004/10/06 13:05:06 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.14.1.ebuild,v 1.9 2004/10/06 23:52:05 lv Exp $ inherit eutils gnuconfig gcc mono @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~ppc-macos s390 sparc ~x86" +KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~ppc-macos s390 sparc ~x86" IUSE="bootstrap emacs nls" DEPEND="virtual/libc" |