diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2007-04-29 17:16:08 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2007-04-29 17:16:08 +0000 |
commit | f49de9115db4a9f005f7b96e4ab300d6771f42b6 (patch) | |
tree | 0237834a83dcae68f46f4da49cf235ac9127aef5 /kde-base/ksplashml | |
parent | removing dev-haskell/buddha from p.mask as that package has now been removed (diff) | |
download | historical-f49de9115db4a9f005f7b96e4ab300d6771f42b6.tar.gz historical-f49de9115db4a9f005f7b96e4ab300d6771f42b6.tar.bz2 historical-f49de9115db4a9f005f7b96e4ab300d6771f42b6.zip |
Remove virtual/x11 dependency.
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'kde-base/ksplashml')
-rw-r--r-- | kde-base/ksplashml/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/ksplashml/ksplashml-3.5.6.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/kde-base/ksplashml/ChangeLog b/kde-base/ksplashml/ChangeLog index 4ad0613a23b5..63beb97d8572 100644 --- a/kde-base/ksplashml/ChangeLog +++ b/kde-base/ksplashml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/ksplashml # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplashml/ChangeLog,v 1.69 2007/02/04 02:58:06 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplashml/ChangeLog,v 1.70 2007/04/29 17:13:30 carlo Exp $ + + 29 Apr 2007; Carsten Lohrke <carlo@gentoo.org> ksplashml-3.5.6.ebuild: + Remove virtual/x11 dependency. 04 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> -ksplashml-3.5.2.ebuild: diff --git a/kde-base/ksplashml/ksplashml-3.5.6.ebuild b/kde-base/ksplashml/ksplashml-3.5.6.ebuild index f3b4aed4322f..8c59347c9ed3 100644 --- a/kde-base/ksplashml/ksplashml-3.5.6.ebuild +++ b/kde-base/ksplashml/ksplashml-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/ksplashml/ksplashml-3.5.6.ebuild,v 1.1 2007/01/16 21:23:25 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplashml/ksplashml-3.5.6.ebuild,v 1.2 2007/04/29 17:13:30 carlo Exp $ KMNAME=kdebase MAXKDEVER=$PV @@ -11,10 +11,10 @@ DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not of KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="kdehiddenvisibility xinerama" -RDEPEND="xinerama? ( || ( x11-libs/libXinerama <virtual/x11-7 ) )" +RDEPEND="xinerama? ( x11-libs/libXinerama )" DEPEND="${RDEPEND} - xinerama? ( || ( x11-proto/xineramaproto <virtual/x11-7 ) )" + xinerama? ( x11-proto/xineramaproto )" src_compile() { myconf="${myconf} $(use_with xinerama)" |