diff options
author | David Shakaryan <omp@gentoo.org> | 2007-07-22 10:50:48 +0000 |
---|---|---|
committer | David Shakaryan <omp@gentoo.org> | 2007-07-22 10:50:48 +0000 |
commit | da72141eba2d03d6b279baa84cafdf81de10e55c (patch) | |
tree | e4edb1b8156dd2fa0b0527253aa43e177fcd819c /kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild | |
parent | Drop virtual/x11 references. (diff) | |
download | gentoo-2-da72141eba2d03d6b279baa84cafdf81de10e55c.tar.gz gentoo-2-da72141eba2d03d6b279baa84cafdf81de10e55c.tar.bz2 gentoo-2-da72141eba2d03d6b279baa84cafdf81de10e55c.zip |
Remove virtual/x11 from dependencies.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild')
-rw-r--r-- | kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild b/kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild index 16278bf30d18..330991817872 100644 --- a/kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild +++ b/kde-base/kdenetwork/kdenetwork-3.5.5-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/kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild,v 1.17 2007/07/08 10:27:19 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild,v 1.18 2007/07/22 10:50:48 omp Exp $ inherit kde-dist eutils flag-o-matic @@ -21,12 +21,10 @@ BOTH_DEPEND="~kde-base/kdebase-${PV} sametime? ( =net-libs/meanwhile-1.0* ) slp? ( net-libs/openslp ) wifi? ( net-wireless/wireless-tools ) - || ( ( - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXrender - x11-libs/libXScrnSaver - ) <virtual/x11-7 ) + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXrender + x11-libs/libXScrnSaver kernel_linux? ( virtual/opengl )" RDEPEND="${BOTH_DEPEND} @@ -37,12 +35,10 @@ RDEPEND="${BOTH_DEPEND} DEPEND="${BOTH_DEPEND} kernel_linux? ( virtual/os-headers ) - || ( ( - x11-proto/videoproto - x11-proto/xproto - kernel_linux? ( x11-libs/libXv ) - x11-proto/scrnsaverproto - ) <virtual/x11-7 ) + x11-proto/videoproto + x11-proto/xproto + kernel_linux? ( x11-libs/libXv ) + x11-proto/scrnsaverproto dev-util/pkgconfig" PATCHES="${FILESDIR}/kopete-3.5.5-icqfix.patch |