diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-03-07 19:17:11 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-03-07 19:17:11 +0000 |
commit | a2ca15a0a2f2746e6b88325885c0051b61e4200d (patch) | |
tree | 31dba38a5a0699a9016f4106f41ce88910d0ed0e /sys-devel | |
parent | Moved to EAPI=3 for PREFIX support, imported prefix patches from overlay, key... (diff) | |
download | gentoo-2-a2ca15a0a2f2746e6b88325885c0051b61e4200d.tar.gz gentoo-2-a2ca15a0a2f2746e6b88325885c0051b61e4200d.tar.bz2 gentoo-2-a2ca15a0a2f2746e6b88325885c0051b61e4200d.zip |
alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #307423
(Portage version: 2.1.7.17/cvs/Linux ia64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gettext/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gettext/gettext-0.17-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gettext/ChangeLog b/sys-devel/gettext/ChangeLog index 9127f1affd87..7a8c3a75899e 100644 --- a/sys-devel/gettext/ChangeLog +++ b/sys-devel/gettext/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gettext # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.172 2010/03/04 10:36:06 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.173 2010/03/07 19:17:11 armin76 Exp $ + + 07 Mar 2010; Raúl Porcel <armin76@gentoo.org> gettext-0.17-r1.ebuild: + alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #307423 04 Mar 2010; Christian Faulhammer <fauli@gentoo.org> gettext-0.17-r1.ebuild: diff --git a/sys-devel/gettext/gettext-0.17-r1.ebuild b/sys-devel/gettext/gettext-0.17-r1.ebuild index 353d73881afb..df226692fe4f 100644 --- a/sys-devel/gettext/gettext-0.17-r1.ebuild +++ b/sys-devel/gettext/gettext-0.17-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.17-r1.ebuild,v 1.3 2010/03/04 10:36:06 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.17-r1.ebuild,v 1.4 2010/03/07 19:17:11 armin76 Exp $ inherit flag-o-matic eutils multilib toolchain-funcs mono libtool @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3 LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha ~amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="acl doc emacs nls nocxx openmp" DEPEND="virtual/libiconv |