diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-07 13:21:10 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-07 13:21:10 +0000 |
commit | 287e8f4d2628506c58b04f205ce2969db0cc06e7 (patch) | |
tree | 7014933aea847c39d0960bb86cf107d947287348 /dev-util/unifdef | |
parent | Stable for x86, wrt bug #477740 (diff) | |
download | gentoo-2-287e8f4d2628506c58b04f205ce2969db0cc06e7.tar.gz gentoo-2-287e8f4d2628506c58b04f205ce2969db0cc06e7.tar.bz2 gentoo-2-287e8f4d2628506c58b04f205ce2969db0cc06e7.zip |
Stable for x86, wrt bug #477592
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-util/unifdef')
-rw-r--r-- | dev-util/unifdef/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/unifdef/unifdef-2.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/unifdef/ChangeLog b/dev-util/unifdef/ChangeLog index d128af9d4141..c4eb07cfd996 100644 --- a/dev-util/unifdef/ChangeLog +++ b/dev-util/unifdef/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/unifdef # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.37 2013/08/06 13:06:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.38 2013/08/07 13:21:10 ago Exp $ + + 07 Aug 2013; Agostino Sarubbo <ago@gentoo.org> unifdef-2.9.ebuild: + Stable for x86, wrt bug #477592 06 Aug 2013; Agostino Sarubbo <ago@gentoo.org> unifdef-2.9.ebuild: Stable for s390, wrt bug #477592 diff --git a/dev-util/unifdef/unifdef-2.9.ebuild b/dev-util/unifdef/unifdef-2.9.ebuild index efa433812813..d091a597a494 100644 --- a/dev-util/unifdef/unifdef-2.9.ebuild +++ b/dev-util/unifdef/unifdef-2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.9.ebuild,v 1.10 2013/08/06 13:06:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.9.ebuild,v 1.11 2013/08/07 13:21:10 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" DOCS=( README ) |