summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-05-23 16:29:47 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-05-23 16:29:47 +0000
commit6797d3a8a362b31a8a0b9c47d52777428b445740 (patch)
treeb534d0295789efc1992ef5a901ad260eec8dfdff /dev-util/unifdef
parentunifdef command can also be provided by freebsd-ubin, add an or-dependency ov... (diff)
downloadgentoo-2-6797d3a8a362b31a8a0b9c47d52777428b445740.tar.gz
gentoo-2-6797d3a8a362b31a8a0b9c47d52777428b445740.tar.bz2
gentoo-2-6797d3a8a362b31a8a0b9c47d52777428b445740.zip
Replace ~x86-fbsd with -x86-fbsd and add -sparc-fbsd, as this package is not needed there.
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-util/unifdef')
-rw-r--r--dev-util/unifdef/ChangeLog8
-rw-r--r--dev-util/unifdef/unifdef-1.20.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-util/unifdef/ChangeLog b/dev-util/unifdef/ChangeLog
index 729b6dfc6712..3703d7c28e9e 100644
--- a/dev-util/unifdef/ChangeLog
+++ b/dev-util/unifdef/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/unifdef
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.2 2006/12/03 17:47:35 flameeyes Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.3 2007/05/23 16:29:47 flameeyes Exp $
+
+ 23 May 2007; Diego Pettenò <flameeyes@gentoo.org> unifdef-1.20.ebuild:
+ Replace ~x86-fbsd with -x86-fbsd and add -sparc-fbsd, as this package is not
+ needed there.
03 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> unifdef-1.20.ebuild:
Add ~x86-fbsd keyword.
diff --git a/dev-util/unifdef/unifdef-1.20.ebuild b/dev-util/unifdef/unifdef-1.20.ebuild
index f21e2b2e89e0..70c23dc17daa 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
+# Copyright 1999-2007 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.3 2006/12/03 17:47:35 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-1.20.ebuild,v 1.4 2007/05/23 16:29:47 flameeyes 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 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc -sparc-fbsd x86 -x86-fbsd"
IUSE=""
DEPEND=""