diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-12-02 23:26:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-12-02 23:26:27 +0000 |
commit | ab782875429a48b0d2a11d0f6b7b9446ad747714 (patch) | |
tree | 8cedfad2e5f05b26a73aef4e15fdd7b51724c7ef /dev-util/unifdef | |
parent | fix kernel header issues #156534 (diff) | |
download | gentoo-2-ab782875429a48b0d2a11d0f6b7b9446ad747714.tar.gz gentoo-2-ab782875429a48b0d2a11d0f6b7b9446ad747714.tar.bz2 gentoo-2-ab782875429a48b0d2a11d0f6b7b9446ad747714.zip |
stabilize
(Portage version: 2.1.2_rc2-r3)
Diffstat (limited to 'dev-util/unifdef')
-rw-r--r-- | dev-util/unifdef/unifdef-1.20.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/unifdef/unifdef-1.20.ebuild b/dev-util/unifdef/unifdef-1.20.ebuild index a4a2037c53eb..3473a07199c3 100644 --- a/dev-util/unifdef/unifdef-1.20.ebuild +++ b/dev-util/unifdef/unifdef-1.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-1.20.ebuild,v 1.1 2006/10/08 19:32:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-1.20.ebuild,v 1.2 2006/12/02 23:26:27 vapier Exp $ DESCRIPTION="remove #ifdef'ed lines from a file while otherwise leaving the file alone" HOMEPAGE="http://freshmeat.net/projects/unifdef/" @@ -8,7 +8,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" IUSE="" DEPEND="" |