diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-08-06 19:39:16 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-08-06 19:39:16 +0000 |
commit | b3eb4abc0c69e9fd78747caf5ed580f16b5ccdb8 (patch) | |
tree | c9d7f61df13343ab9d2b89a9919157c1a0d4ad4c /dev-util | |
parent | Keyworded ~x86-fbsd, #141142 thanks to Robert Annessi (diff) | |
download | gentoo-2-b3eb4abc0c69e9fd78747caf5ed580f16b5ccdb8.tar.gz gentoo-2-b3eb4abc0c69e9fd78747caf5ed580f16b5ccdb8.tar.bz2 gentoo-2-b3eb4abc0c69e9fd78747caf5ed580f16b5ccdb8.zip |
Keyworded ~x86-fbsd, #141142 thanks to Robert Annessi
(Portage version: 2.1.3.3)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/indent/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/indent/indent-2.2.9-r3.ebuild | 4 | ||||
-rw-r--r-- | dev-util/indent/indent-2.2.9-r4.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-util/indent/ChangeLog b/dev-util/indent/ChangeLog index ea70f6cc931d..f2dba56b0614 100644 --- a/dev-util/indent/ChangeLog +++ b/dev-util/indent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/indent # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/ChangeLog,v 1.33 2007/05/30 17:03:27 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/ChangeLog,v 1.34 2007/08/06 19:39:16 uberlord Exp $ + + 06 Aug 2007; Roy Marples <uberlord@gentoo.org> indent-2.2.9-r3.ebuild, + indent-2.2.9-r4.ebuild: + Keyworded ~x86-fbsd, #141142 thanks to Robert Annessi 30 May 2007; Raúl Porcel <armin76@gentoo.org> indent-2.2.9-r3.ebuild: alpha stable wrt #169097 diff --git a/dev-util/indent/indent-2.2.9-r3.ebuild b/dev-util/indent/indent-2.2.9-r3.ebuild index 34066352c1b2..9577460ed27b 100644 --- a/dev-util/indent/indent-2.2.9-r3.ebuild +++ b/dev-util/indent/indent-2.2.9-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/indent-2.2.9-r3.ebuild,v 1.11 2007/05/30 17:03:27 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/indent-2.2.9-r3.ebuild,v 1.12 2007/08/06 19:39:16 uberlord Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/indent/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="nls" DEPEND="nls? ( sys-devel/gettext )" diff --git a/dev-util/indent/indent-2.2.9-r4.ebuild b/dev-util/indent/indent-2.2.9-r4.ebuild index fe94b0454b0a..ff1f8dde2515 100644 --- a/dev-util/indent/indent-2.2.9-r4.ebuild +++ b/dev-util/indent/indent-2.2.9-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/indent-2.2.9-r4.ebuild,v 1.1 2007/05/13 03:03:35 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/indent-2.2.9-r4.ebuild,v 1.2 2007/08/06 19:39:16 uberlord Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/indent/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="nls" DEPEND="nls? ( sys-devel/gettext )" |