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 | |
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')
-rw-r--r-- | kde-base/konsole/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/konsole/konsole-3.5.5.ebuild | 17 | ||||
-rw-r--r-- | kde-base/konsole/konsole-3.5.6.ebuild | 15 |
3 files changed, 18 insertions, 20 deletions
diff --git a/kde-base/konsole/ChangeLog b/kde-base/konsole/ChangeLog index f26229236df2..569e83ca8bd1 100644 --- a/kde-base/konsole/ChangeLog +++ b/kde-base/konsole/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/konsole # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/konsole/ChangeLog,v 1.76 2007/05/23 00:47:38 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/konsole/ChangeLog,v 1.77 2007/07/22 10:38:49 omp Exp $ + + 22 Jul 2007; David Shakaryan <omp@gentoo.org> konsole-3.5.5.ebuild, + konsole-3.5.6.ebuild: + Remove virtual/x11 from dependencies. *konsole-3.5.7 (23 May 2007) diff --git a/kde-base/konsole/konsole-3.5.5.ebuild b/kde-base/konsole/konsole-3.5.5.ebuild index e1a81c3e8db3..2d028cba9499 100644 --- a/kde-base/konsole/konsole-3.5.5.ebuild +++ b/kde-base/konsole/konsole-3.5.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.5.ebuild,v 1.10 2006/12/11 11:55:16 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/konsole/konsole-3.5.5.ebuild,v 1.11 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} 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} |