a quick fix for modular X deps. It needs more of the ()'s..
authorGeorge Shapovalov <george@gentoo.org>
Mon, 27 Mar 2006 13:29:57 +0000 (13:29 +0000)
committerGeorge Shapovalov <george@gentoo.org>
Mon, 27 Mar 2006 13:29:57 +0000 (13:29 +0000)
Package-Manager: portage-2.1_pre6-r5

dev-lang/icon/Manifest
dev-lang/icon/icon-9.4.3.ebuild

index 9d0f4fcf4dc43dfafa89998e2ed1a59aa2a5b7c1..4575bb620fb8567486edc9051f67e8a0f3636c05 100644 (file)
@@ -16,9 +16,9 @@ SHA256 08d180626d40a7eddf76b6790164e01fb81762c35a491789e06ee560279c65f1 files/ic
 MD5 a7105bfe916d7df666490650aa3f6772 icon-9.4.2.ebuild 1446
 RMD160 df1ba8be8d22343f404abda0dded68119e05ab2d icon-9.4.2.ebuild 1446
 SHA256 3e2f0091f720234fd143308d2f1e5e46b78dba7b5e82443df267e351452c55e6 icon-9.4.2.ebuild 1446
-MD5 a9002f1eb8567a459973defacbdfca18 icon-9.4.3.ebuild 2332
-RMD160 75a639850a69f3fc6e5d99c8a113d8ee2f4d36df icon-9.4.3.ebuild 2332
-SHA256 e12e094f35b1a20974246c18a2cf364cd7b38c10f29c5eff51f69910835ce866 icon-9.4.3.ebuild 2332
+MD5 c01d9c25be890a8e23eff2d49a35b34c icon-9.4.3.ebuild 2336
+RMD160 4f56e4a19deabd4646f3809d2e141be09a8169c6 icon-9.4.3.ebuild 2336
+SHA256 49a60ee3b2adc8811e7496337492a3750896d2c31299d72491739c31856a83ff icon-9.4.3.ebuild 2336
 MD5 562c27300ac8f92312980ace689b090c icon-9.40.ebuild 1172
 RMD160 a3f27588016b2cc2b32b4fe468bfe96ff688fc80 icon-9.40.ebuild 1172
 SHA256 173558b0185dfd3ed2867ca160b6681be1145776fe4fdaaed50ac13961c7269d icon-9.40.ebuild 1172
index ea672be9a252a6d8f8a3ef036e38f1110ff9b96f..5f0cf937df457255d126a0de5a220b5e2b5b3654 100644 (file)
@@ -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-lang/icon/icon-9.4.3.ebuild,v 1.2 2006/03/27 12:30:06 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/icon/icon-9.4.3.ebuild,v 1.3 2006/03/27 13:29:57 george Exp $
 
 MY_PV=${PV//./}
 SRC_URI="http://www.cs.arizona.edu/icon/ftp/packages/unix/icon.v${MY_PV}src.tgz"
@@ -14,13 +14,13 @@ IUSE="X iplsrc"
 
 S=${WORKDIR}/icon.v${MY_PV}src
 
-DEPEND="X? || (
+DEPEND="X? || (
                ( x11-proto/xextproto
                        x11-proto/xproto
                        x11-libs/libX11 
                        x11-libs/libXpm
                        x11-libs/libXt )
-               virtual/x11
+               virtual/x11 )
        )
        sys-devel/gcc"