diff options
author | 2003-02-19 21:46:47 +0000 | |
---|---|---|
committer | 2003-02-19 21:46:47 +0000 | |
commit | 1b286bd529748ce03122517c651a5e7225e04d13 (patch) | |
tree | 73fc62e0bfcf3e5ebf53fa2191da44bd1dd49077 /sys-devel/gettext | |
parent | Marked as stable. (diff) | |
download | gentoo-2-1b286bd529748ce03122517c651a5e7225e04d13.tar.gz gentoo-2-1b286bd529748ce03122517c651a5e7225e04d13.tar.bz2 gentoo-2-1b286bd529748ce03122517c651a5e7225e04d13.zip |
add arm keyword to sys-devel ebuilds
Diffstat (limited to 'sys-devel/gettext')
-rw-r--r-- | sys-devel/gettext/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gettext/gettext-0.11.5-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/gettext/ChangeLog b/sys-devel/gettext/ChangeLog index cfe6c3483e92..2dd90455d169 100644 --- a/sys-devel/gettext/ChangeLog +++ b/sys-devel/gettext/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sys-devel/gettext # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.14 2003/02/12 09:14:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.15 2003/02/19 21:46:47 zwelch Exp $ +*gettext-0.11.5-r1 (24 Nov 2002) + 18 Feb 2003; Zach Welch <zwelch@gentoo.org> gettext-0.11.5-r1.ebuild : + Added arm to keywords. + 07 Feb 2003; Guy Martin <gmsoft@gentoo.org> gettext-0.11.5-r1.ebuild : Added hppa to keywords. diff --git a/sys-devel/gettext/gettext-0.11.5-r1.ebuild b/sys-devel/gettext/gettext-0.11.5-r1.ebuild index c1dcad960e3c..22afea618b5d 100644 --- a/sys-devel/gettext/gettext-0.11.5-r1.ebuild +++ b/sys-devel/gettext/gettext-0.11.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.11.5-r1.ebuild,v 1.6 2003/02/13 16:32:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.11.5-r1.ebuild,v 1.7 2003/02/19 21:46:47 zwelch Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU locale utilities" @@ -10,7 +10,7 @@ IUSE="nls" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa arm" src_unpack() { unpack ${A} |