diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-05-15 08:06:47 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-05-15 08:06:47 +0000 |
commit | b017e8de12ed1de3b0f4a85f61505de1cbb85549 (patch) | |
tree | df663a359153e1028352e85a169fd245b6acf430 /dev-util/unifdef | |
parent | Stable on amd64 wrt bug #367269 (diff) | |
download | gentoo-2-b017e8de12ed1de3b0f4a85f61505de1cbb85549.tar.gz gentoo-2-b017e8de12ed1de3b0f4a85f61505de1cbb85549.tar.bz2 gentoo-2-b017e8de12ed1de3b0f4a85f61505de1cbb85549.zip |
Stable on amd64 wrt bug #367271
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/unifdef')
-rw-r--r-- | dev-util/unifdef/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/unifdef/unifdef-2.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-util/unifdef/ChangeLog b/dev-util/unifdef/ChangeLog index 3971088d4dcb..635bc4999f73 100644 --- a/dev-util/unifdef/ChangeLog +++ b/dev-util/unifdef/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/unifdef # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.11 2011/05/14 18:04:24 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.12 2011/05/15 08:06:47 angelos Exp $ + + 15 May 2011; Christoph Mende <angelos@gentoo.org> unifdef-2.3.ebuild: + Stable on amd64 wrt bug #367271 *unifdef-2.6 (14 May 2011) diff --git a/dev-util/unifdef/unifdef-2.3.ebuild b/dev-util/unifdef/unifdef-2.3.ebuild index 9a980e754cdb..d0e2dcda7f2f 100644 --- a/dev-util/unifdef/unifdef-2.3.ebuild +++ b/dev-util/unifdef/unifdef-2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild,v 1.1 2010/09/11 15:49:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.3.ebuild,v 1.2 2011/05/15 08:06:47 angelos Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://dotat.at/prog/unifdef/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -sparc-fbsd -x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -sparc-fbsd -x86-fbsd ~amd64-linux ~x86-linux" IUSE="" src_prepare() { |