diff options
author | Markus Dittrich <markusle@gentoo.org> | 2006-01-22 16:40:54 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2006-01-22 16:40:54 +0000 |
commit | 1e354725b8c96b3a34a3900a71c26dcaa84d5952 (patch) | |
tree | 60c3ee74854fea7e8f5746c2284bbfd9787bb705 /sci-electronics/spice | |
parent | Multiple fixes, close bugs #98029 and #115775. (diff) | |
download | historical-1e354725b8c96b3a34a3900a71c26dcaa84d5952.tar.gz historical-1e354725b8c96b3a34a3900a71c26dcaa84d5952.tar.bz2 historical-1e354725b8c96b3a34a3900a71c26dcaa84d5952.zip |
Fixed dependencies for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'sci-electronics/spice')
-rw-r--r-- | sci-electronics/spice/ChangeLog | 7 | ||||
-rw-r--r-- | sci-electronics/spice/Manifest | 16 | ||||
-rw-r--r-- | sci-electronics/spice/spice-3.5.5.ebuild | 9 |
3 files changed, 14 insertions, 18 deletions
diff --git a/sci-electronics/spice/ChangeLog b/sci-electronics/spice/ChangeLog index 784d01604f9a..5f6931270fa3 100644 --- a/sci-electronics/spice/ChangeLog +++ b/sci-electronics/spice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-electronics/spice -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/spice/ChangeLog,v 1.2 2004/12/27 21:06:51 swegener Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/spice/ChangeLog,v 1.3 2006/01/22 16:40:54 markusle Exp $ + + 22 Jan 2006; Markus Dittrich <markusle@gentoo.org> spice-3.5.5.ebuild: + Fixed dependencies for modular X. *spice-3.5.5 (27 Dec 2004) diff --git a/sci-electronics/spice/Manifest b/sci-electronics/spice/Manifest index 38972b190065..9fd880c5932a 100644 --- a/sci-electronics/spice/Manifest +++ b/sci-electronics/spice/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 2d5d7a5f4f1bbe172c857c271cfb3e7d ChangeLog 1608 -MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 -MD5 c173699b276d708cc2ad4f5770b6e624 spice-3.5.5.ebuild 1285 +MD5 c650bc4fe2f4a47f383010daa922c182 ChangeLog 1718 MD5 95e9084323d2adf97b66193093ed2262 files/digest-spice-3.5.5 65 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFB0HlxI1lqEGTUzyQRAtjoAJ9sM5ZolEFsphYeMqpb/clLoZfExgCcDyix -nNycscIGgdAACdMaqzT+dnA= -=sQXw ------END PGP SIGNATURE----- +MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 +MD5 ae1b6083ec8a0ea5ce8ea43bb70c59a6 spice-3.5.5.ebuild 1335 diff --git a/sci-electronics/spice/spice-3.5.5.ebuild b/sci-electronics/spice/spice-3.5.5.ebuild index 378426952607..d83a380de28c 100644 --- a/sci-electronics/spice/spice-3.5.5.ebuild +++ b/sci-electronics/spice/spice-3.5.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/spice/spice-3.5.5.ebuild,v 1.1 2004/12/27 20:20:51 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/spice/spice-3.5.5.ebuild,v 1.2 2006/01/22 16:40:54 markusle Exp $ IUSE="" @@ -14,7 +14,10 @@ SLOT="0" KEYWORDS="x86 ~ppc ~amd64" DEPEND="sys-libs/ncurses - virtual/x11" + || ( ( x11-libs/libXaw + x11-proto/xproto + ) + virtual/x11 )" S=${WORKDIR}/${MY_P} |