diff options
author | David Shakaryan <omp@gentoo.org> | 2007-07-22 10:38:49 +0000 |
---|---|---|
committer | David Shakaryan <omp@gentoo.org> | 2007-07-22 10:38:49 +0000 |
commit | b0fa41a82f8f6649129507cd723f0c7b940011d4 (patch) | |
tree | 8cd83ab2b0471becc080b054dbfce3c9afbd35b4 /kde-base/konsole/konsole-3.5.6.ebuild | |
parent | Removed virtual/x11 dependencies. (diff) | |
download | gentoo-2-b0fa41a82f8f6649129507cd723f0c7b940011d4.tar.gz gentoo-2-b0fa41a82f8f6649129507cd723f0c7b940011d4.tar.bz2 gentoo-2-b0fa41a82f8f6649129507cd723f0c7b940011d4.zip |
Remove virtual/x11 from dependencies.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'kde-base/konsole/konsole-3.5.6.ebuild')
-rw-r--r-- | kde-base/konsole/konsole-3.5.6.ebuild | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/kde-base/konsole/konsole-3.5.6.ebuild b/kde-base/konsole/konsole-3.5.6.ebuild index 37884a611145..8be246a92a26 100644 --- a/kde-base/konsole/konsole-3.5.6.ebuild +++ b/kde-base/konsole/konsole-3.5.6.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/konsole/konsole-3.5.6.ebuild,v 1.1 2007/01/16 21:01:34 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/konsole/konsole-3.5.6.ebuild,v 1.2 2007/07/22 10:38:49 omp Exp $ KMNAME=kdebase MAXKDEVER=$PV @@ -14,16 +14,13 @@ DESCRIPTION="X terminal for use with KDE." KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="kdehiddenvisibility" -RDEPEND=" - || ( ( - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXrender - x11-libs/libXtst - ) <virtual/x11-7 )" +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXrender + x11-libs/libXtst" DEPEND="${RDEPEND} - || ( x11-apps/bdftopcf <virtual/x11-7 )" + x11-apps/bdftopcf" # For kcm_konsole module RDEPEND="${RDEPEND} |