diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-12 16:38:23 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-12 16:38:23 +0000 |
commit | bfe345ca9d325931390d9c79e6b488b939b4f896 (patch) | |
tree | f3d38cdb67f0e03efd99e4c504a755f024891fe9 /dev-util | |
parent | Removed silly restrict, fixes the SRC_URI problem - thanks ciaranm :) (diff) | |
download | gentoo-2-bfe345ca9d325931390d9c79e6b488b939b4f896.tar.gz gentoo-2-bfe345ca9d325931390d9c79e6b488b939b4f896.tar.bz2 gentoo-2-bfe345ca9d325931390d9c79e6b488b939b4f896.zip |
QA: Added parentheses.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/catalyst/catalyst-1.1.10.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/catalyst/catalyst-1.1.10.2.ebuild b/dev-util/catalyst/catalyst-1.1.10.2.ebuild index 8fe241e9b7d7..87d9aec47a7d 100644 --- a/dev-util/catalyst/catalyst-1.1.10.2.ebuild +++ b/dev-util/catalyst/catalyst-1.1.10.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-1.1.10.2.ebuild,v 1.1 2005/07/12 15:31:46 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-1.1.10.2.ebuild,v 1.2 2005/07/12 16:38:23 swegener Exp $ inherit eutils @@ -22,7 +22,7 @@ RDEPEND="dev-lang/python cdr? ( virtual/cdrtools app-misc/zisofs-tools - !mips? >=sys-fs/squashfs-tools-2.1 ) + !mips? ( >=sys-fs/squashfs-tools-2.1 ) ) examples? ( dev-util/livecd-kconfigs dev-util/livecd-specs )" |