diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 07:18:45 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 07:18:45 +0000 |
commit | 5f37f4e242ec8c6adc7e80ae8486d16cf9118585 (patch) | |
tree | 468e2a487e210556513993d52a76428d816ce58a /sci-chemistry/ccp4/ccp4-6.0.1-r1.ebuild | |
parent | Drop virtual/x11 references. (diff) | |
download | gentoo-2-5f37f4e242ec8c6adc7e80ae8486d16cf9118585.tar.gz gentoo-2-5f37f4e242ec8c6adc7e80ae8486d16cf9118585.tar.bz2 gentoo-2-5f37f4e242ec8c6adc7e80ae8486d16cf9118585.zip |
Drop virtual/x11 references.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'sci-chemistry/ccp4/ccp4-6.0.1-r1.ebuild')
-rw-r--r-- | sci-chemistry/ccp4/ccp4-6.0.1-r1.ebuild | 24 |
1 files changed, 7 insertions, 17 deletions
diff --git a/sci-chemistry/ccp4/ccp4-6.0.1-r1.ebuild b/sci-chemistry/ccp4/ccp4-6.0.1-r1.ebuild index c267a96041bb..ba8767c1b5fe 100644 --- a/sci-chemistry/ccp4/ccp4-6.0.1-r1.ebuild +++ b/sci-chemistry/ccp4/ccp4-6.0.1-r1.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/sci-chemistry/ccp4/ccp4-6.0.1-r1.ebuild,v 1.6 2007/07/02 03:02:23 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4/ccp4-6.0.1-r1.ebuild,v 1.7 2007/07/22 07:18:45 dberkholz Exp $ inherit fortran eutils gnuconfig toolchain-funcs @@ -52,14 +52,9 @@ IUSE="X" # as do many scripts. app-office/sc can't rename its because that's the name # of the package. RDEPEND="X? ( - || ( - ( - x11-libs/libX11 - x11-libs/libXt - x11-libs/libXaw - ) - virtual/x11 - ) + x11-libs/libX11 + x11-libs/libXt + x11-libs/libXaw ) >=dev-lang/tcl-8.3 >=dev-lang/tk-8.3 @@ -74,14 +69,9 @@ RDEPEND="X? ( !app-office/sc" DEPEND="${RDEPEND} X? ( - || ( - ( - x11-misc/imake - x11-proto/inputproto - x11-proto/xextproto - ) - virtual/x11 - ) + x11-misc/imake + x11-proto/inputproto + x11-proto/xextproto )" S="${WORKDIR}/${PN}-${PV}" |