summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2007-03-21 19:33:43 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2007-03-21 19:33:43 +0000
commitb8d1a8a1438b380c5d797001b2d6e4531820baf4 (patch)
tree27bc27dddf879b8b00dc9cd0776416db33099fd1 /dev-util/catalyst
parentVersion bump, bug 167982 (diff)
downloadgentoo-2-b8d1a8a1438b380c5d797001b2d6e4531820baf4.tar.gz
gentoo-2-b8d1a8a1438b380c5d797001b2d6e4531820baf4.tar.bz2
gentoo-2-b8d1a8a1438b380c5d797001b2d6e4531820baf4.zip
Remove cdr from IUSE since we no longer use it and change the x86-fbsd check to kernel_linux, which is more appropriate.
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-util/catalyst')
-rw-r--r--dev-util/catalyst/ChangeLog6
-rw-r--r--dev-util/catalyst/catalyst-2.0.3.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-util/catalyst/ChangeLog b/dev-util/catalyst/ChangeLog
index 4918aebcfdb9..22768509d6df 100644
--- a/dev-util/catalyst/ChangeLog
+++ b/dev-util/catalyst/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/catalyst
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.165 2007/03/20 17:19:57 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.166 2007/03/21 19:33:43 wolf31o2 Exp $
+
+ 21 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> catalyst-2.0.3.ebuild:
+ Remove cdr from IUSE since we no longer use it and change the x86-fbsd check
+ to kernel_linux, which is more appropriate.
*catalyst-2.0.3 (20 Mar 2007)
diff --git a/dev-util/catalyst/catalyst-2.0.3.ebuild b/dev-util/catalyst/catalyst-2.0.3.ebuild
index f8aa2fbe7cb0..860a7ed366d8 100644
--- a/dev-util/catalyst/catalyst-2.0.3.ebuild
+++ b/dev-util/catalyst/catalyst-2.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.3.ebuild,v 1.1 2007/03/20 17:19:57 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.3.ebuild,v 1.2 2007/03/21 19:33:43 wolf31o2 Exp $
inherit eutils
@@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="ccache cdr"
+IUSE="ccache"
DEPEND=""
RDEPEND="dev-lang/python
@@ -22,7 +22,7 @@ RDEPEND="dev-lang/python
amd64? ( sys-apps/setarch )
ia64? ( sys-fs/dosfstools )
ppc64? ( sys-apps/setarch )
- !x86-fbsd? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 )"
+ kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 )"
pkg_setup() {
if use ccache ; then