diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-07-22 10:38:08 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-07-22 10:38:08 +0000 |
commit | f25d1244b3b5629476d99f98b3cb0441551be8d1 (patch) | |
tree | f877f535ccdf96a96548c7c5828626b66a6b2bb4 /kde-misc | |
parent | Remove virtual/x11 from dependencies. (diff) | |
download | gentoo-2-f25d1244b3b5629476d99f98b3cb0441551be8d1.tar.gz gentoo-2-f25d1244b3b5629476d99f98b3cb0441551be8d1.tar.bz2 gentoo-2-f25d1244b3b5629476d99f98b3cb0441551be8d1.zip |
Removed virtual/x11 dependencies.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/rsibreak/ChangeLog | 8 | ||||
-rw-r--r-- | kde-misc/rsibreak/rsibreak-0.7.0.ebuild | 14 | ||||
-rw-r--r-- | kde-misc/rsibreak/rsibreak-0.8.0.ebuild | 14 |
3 files changed, 18 insertions, 18 deletions
diff --git a/kde-misc/rsibreak/ChangeLog b/kde-misc/rsibreak/ChangeLog index 26262db82b1c..6cc3ebf7d4cf 100644 --- a/kde-misc/rsibreak/ChangeLog +++ b/kde-misc/rsibreak/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-misc/rsibreak -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/rsibreak/ChangeLog,v 1.21 2006/11/21 12:35:36 flameeyes Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/rsibreak/ChangeLog,v 1.22 2007/07/22 10:38:08 philantrop Exp $ + + 22 Jul 2007; Wulf C. Krueger <philantrop@gentoo.org> + rsibreak-0.7.0.ebuild, rsibreak-0.8.0.ebuild: + Removed virtual/x11 dependencies. 21 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> metadata.xml: Give this back to kde herd. diff --git a/kde-misc/rsibreak/rsibreak-0.7.0.ebuild b/kde-misc/rsibreak/rsibreak-0.7.0.ebuild index 7b53d5a3d86a..8e30932de3a0 100644 --- a/kde-misc/rsibreak/rsibreak-0.7.0.ebuild +++ b/kde-misc/rsibreak/rsibreak-0.7.0.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-misc/rsibreak/rsibreak-0.7.0.ebuild,v 1.5 2006/10/01 17:38:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/rsibreak/rsibreak-0.7.0.ebuild,v 1.6 2007/07/22 10:38:08 philantrop Exp $ USE_KEG_PACKAGING="yes" @@ -23,14 +23,12 @@ IUSE="" S="${WORKDIR}/${PN}-${PV/_rc/-rc}" -RDEPEND="|| ( ( - x11-libs/libXext - x11-libs/libX11 - x11-libs/libXScrnSaver - ) <virtual/x11-7 )" +RDEPEND="x11-libs/libXext + x11-libs/libX11 + x11-libs/libXScrnSaver" DEPEND="${RDEPEND} - || ( x11-proto/scrnsaverproto <virtual/x11-7 )" + x11-proto/scrnsaverproto" need-kde 3.3 diff --git a/kde-misc/rsibreak/rsibreak-0.8.0.ebuild b/kde-misc/rsibreak/rsibreak-0.8.0.ebuild index 64e0fb5d0302..b4d74af934e1 100644 --- a/kde-misc/rsibreak/rsibreak-0.8.0.ebuild +++ b/kde-misc/rsibreak/rsibreak-0.8.0.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-misc/rsibreak/rsibreak-0.8.0.ebuild,v 1.4 2007/07/13 05:55:28 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/rsibreak/rsibreak-0.8.0.ebuild,v 1.5 2007/07/22 10:38:08 philantrop Exp $ USE_KEG_PACKAGING="1" @@ -25,13 +25,11 @@ IUSE="" S="${WORKDIR}/${PN}-${PV/_rc/-rc}" -RDEPEND="|| ( ( - x11-libs/libXext - x11-libs/libX11 - x11-libs/libXScrnSaver - ) <virtual/x11-7 )" +RDEPEND="x11-libs/libXext + x11-libs/libX11 + x11-libs/libXScrnSaver" DEPEND="${RDEPEND} - || ( x11-proto/scrnsaverproto <virtual/x11-7 )" + x11-proto/scrnsaverproto" need-kde 3.3 |