diff options
author | 2013-07-21 13:07:53 +0000 | |
---|---|---|
committer | 2013-07-21 13:07:53 +0000 | |
commit | 745c241a9383c16c2d8913461d851c3d170b8248 (patch) | |
tree | efa5f1fc9f2e1b524b7440d7b0a71089cb4cd68a /dev-util/unifdef | |
parent | Stable for amd64, wrt bug #477590 (diff) | |
download | gentoo-2-745c241a9383c16c2d8913461d851c3d170b8248.tar.gz gentoo-2-745c241a9383c16c2d8913461d851c3d170b8248.tar.bz2 gentoo-2-745c241a9383c16c2d8913461d851c3d170b8248.zip |
Stable for amd64, wrt bug #477592
(Portage version: 2.1.12.13/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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 0f2781b3aad1..9e23d2e7150c 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.28 2013/06/08 03:41:40 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.29 2013/07/21 13:07:53 ago Exp $ + + 21 Jul 2013; Agostino Sarubbo <ago@gentoo.org> unifdef-2.9.ebuild: + Stable for amd64, wrt bug #477592 *unifdef-2.9 (08 Jun 2013) diff --git a/dev-util/unifdef/unifdef-2.9.ebuild b/dev-util/unifdef/unifdef-2.9.ebuild index 675ccf9aaa37..88a5e33c40f1 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.1 2013/06/08 03:41:40 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.9.ebuild,v 1.2 2013/07/21 13:07:53 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 ) |