diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2011-12-12 18:51:37 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2011-12-12 18:51:37 +0000 |
commit | 3b1d44d148a649f78bc92f6a722909b7a1cceaa7 (patch) | |
tree | afd5753c494e7af082cf857c6ec7791e4432811f /dev-util/unifdef | |
parent | Stable for AMD64, wrt bug #394073 (diff) | |
download | gentoo-2-3b1d44d148a649f78bc92f6a722909b7a1cceaa7.tar.gz gentoo-2-3b1d44d148a649f78bc92f6a722909b7a1cceaa7.tar.bz2 gentoo-2-3b1d44d148a649f78bc92f6a722909b7a1cceaa7.zip |
Stable for AMD64, wrt bug #394069
(Portage version: 2.1.10.39/cvs/Linux i686)
Diffstat (limited to 'dev-util/unifdef')
-rw-r--r-- | dev-util/unifdef/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/unifdef/unifdef-2.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/unifdef/ChangeLog b/dev-util/unifdef/ChangeLog index ba68261baf7d..0cf9bce2c1af 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.19 2011/12/12 11:59:01 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.20 2011/12/12 18:51:37 ago Exp $ + + 12 Dec 2011; Agostino Sarubbo <ago@gentoo.org> unifdef-2.6.ebuild: + Stable for AMD64, wrt bug #394069 12 Dec 2011; Jeroen Roovers <jer@gentoo.org> unifdef-2.6.ebuild: Stable for HPPA (bug #394069). diff --git a/dev-util/unifdef/unifdef-2.6.ebuild b/dev-util/unifdef/unifdef-2.6.ebuild index 3c06a81e996b..3fb3105dec28 100644 --- a/dev-util/unifdef/unifdef-2.6.ebuild +++ b/dev-util/unifdef/unifdef-2.6.ebuild @@ -1,6 +1,6 @@ # 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.6.ebuild,v 1.2 2011/12/12 11:59:01 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.6.ebuild,v 1.3 2011/12/12 18:51:37 ago Exp $ EAPI=4 inherit toolchain-funcs @@ -11,7 +11,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="" DOCS=( README ) |