diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-12-14 09:12:33 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-12-14 09:12:33 +0000 |
commit | feb60fbed7c744e8702291d83f6145ed7ac1cfd2 (patch) | |
tree | 76e95a0e6e8c821c009db8d67c2a3e17a1e5b5e3 /dev-util/unifdef | |
parent | x86 stable wrt bug #394275 (diff) | |
download | gentoo-2-feb60fbed7c744e8702291d83f6145ed7ac1cfd2.tar.gz gentoo-2-feb60fbed7c744e8702291d83f6145ed7ac1cfd2.tar.bz2 gentoo-2-feb60fbed7c744e8702291d83f6145ed7ac1cfd2.zip |
x86 stable wrt bug #394069
(Portage version: 2.1.10.11/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 0cf9bce2c1af..8ac421320901 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.20 2011/12/12 18:51:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.21 2011/12/14 09:12:33 phajdan.jr Exp $ + + 14 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> unifdef-2.6.ebuild: + x86 stable wrt bug #394069 12 Dec 2011; Agostino Sarubbo <ago@gentoo.org> unifdef-2.6.ebuild: Stable for AMD64, wrt bug #394069 diff --git a/dev-util/unifdef/unifdef-2.6.ebuild b/dev-util/unifdef/unifdef-2.6.ebuild index 3fb3105dec28..6739481fdca1 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.3 2011/12/12 18:51:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.6.ebuild,v 1.4 2011/12/14 09:12:33 phajdan.jr 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 ) |