diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2006-07-20 06:45:10 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2006-07-20 06:45:10 +0000 |
commit | 282c77beaf0ffc156f3473bdf61697c84d5dc400 (patch) | |
tree | 3626865d86eac1896eabc5325d7ab1c200ca2f39 /sys-devel | |
parent | Enable histappend option by default #139609 by Trenton D. Adams and add small... (diff) | |
download | gentoo-2-282c77beaf0ffc156f3473bdf61697c84d5dc400.tar.gz gentoo-2-282c77beaf0ffc156f3473bdf61697c84d5dc400.tar.bz2 gentoo-2-282c77beaf0ffc156f3473bdf61697c84d5dc400.zip |
x86 stable
(Portage version: 2.1-r1)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gettext/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gettext/gettext-0.14.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gettext/ChangeLog b/sys-devel/gettext/ChangeLog index f2a4c82ef0b8..1524b5cceb94 100644 --- a/sys-devel/gettext/ChangeLog +++ b/sys-devel/gettext/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gettext # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.104 2006/07/17 06:52:57 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.105 2006/07/20 06:45:10 tsunam Exp $ + + 20 Jul 2006; Joshua Jackson <tsunam@gentoo.org> gettext-0.14.5.ebuild: + Stable x86; bug #140729 17 Jul 2006; Fabian Groffen <grobian@gentoo.org> gettext-0.14.5.ebuild: Marked ppc-macos (bug #140729) diff --git a/sys-devel/gettext/gettext-0.14.5.ebuild b/sys-devel/gettext/gettext-0.14.5.ebuild index 6d485c09aa94..8b21550b152a 100644 --- a/sys-devel/gettext/gettext-0.14.5.ebuild +++ b/sys-devel/gettext/gettext-0.14.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.14.5.ebuild,v 1.11 2006/07/19 16:09:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.14.5.ebuild,v 1.12 2006/07/20 06:45:10 tsunam Exp $ inherit flag-o-matic eutils toolchain-funcs mono libtool elisp-common @@ -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 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 arm hppa ia64 m68k ~mips ~ppc ppc-macos ~ppc64 s390 sh ~sparc x86 ~x86-fbsd" IUSE="emacs nls doc nocxx" DEPEND="virtual/libiconv" |