diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-05 10:14:22 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-05 10:14:22 +0000 |
commit | f8f802057a4f072487781d2737a047bfb171d669 (patch) | |
tree | 14f71bb5765a083dee128053b529ab660d7efb3f /dev-util/unifdef/unifdef-2.6.ebuild | |
parent | Moving package mask from profile to ebuilds in preparation to taking over mai... (diff) | |
download | gentoo-2-f8f802057a4f072487781d2737a047bfb171d669.tar.gz gentoo-2-f8f802057a4f072487781d2737a047bfb171d669.tar.bz2 gentoo-2-f8f802057a4f072487781d2737a047bfb171d669.zip |
ppc64 stable wrt #394069 and fix typing error for ppc entry in ChangeLog
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/unifdef/unifdef-2.6.ebuild')
-rw-r--r-- | dev-util/unifdef/unifdef-2.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/unifdef/unifdef-2.6.ebuild b/dev-util/unifdef/unifdef-2.6.ebuild index 63ad87f85f03..6728d591fc16 100644 --- a/dev-util/unifdef/unifdef-2.6.ebuild +++ b/dev-util/unifdef/unifdef-2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.6 2012/01/04 18:22:57 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.6.ebuild,v 1.7 2012/01/05 10:14:22 ssuominen 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 ) |