diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-09 19:54:25 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-09 19:54:25 +0000 |
commit | bab3417563e1b93ac6e339d1e289f6f17c63d30d (patch) | |
tree | 242a1da0430eb4e921f8f156849ad06bc456ad9d /kde-base/ksplashml | |
parent | Pinpoint virtual/x11 version to less than 7. (diff) | |
download | gentoo-2-bab3417563e1b93ac6e339d1e289f6f17c63d30d.tar.gz gentoo-2-bab3417563e1b93ac6e339d1e289f6f17c63d30d.tar.bz2 gentoo-2-bab3417563e1b93ac6e339d1e289f6f17c63d30d.zip |
Pinpoint virtual/x11 version to less than 7.
(Portage version: 2.1.1_pre2-r6)
Diffstat (limited to 'kde-base/ksplashml')
-rw-r--r-- | kde-base/ksplashml/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/ksplashml/ksplashml-3.5.2.ebuild | 6 | ||||
-rw-r--r-- | kde-base/ksplashml/ksplashml-3.5.3.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/kde-base/ksplashml/ChangeLog b/kde-base/ksplashml/ChangeLog index 1d57937c1320..7a7e64297b22 100644 --- a/kde-base/ksplashml/ChangeLog +++ b/kde-base/ksplashml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/ksplashml # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplashml/ChangeLog,v 1.50 2006/06/01 20:01:17 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplashml/ChangeLog,v 1.51 2006/07/09 19:54:25 flameeyes Exp $ + + 09 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> ksplashml-3.5.2.ebuild, + ksplashml-3.5.3.ebuild: + Pinpoint virtual/x11 version to less than 7. *ksplashml-3.5.3 (01 Jun 2006) diff --git a/kde-base/ksplashml/ksplashml-3.5.2.ebuild b/kde-base/ksplashml/ksplashml-3.5.2.ebuild index b949e38dfcc8..4e91f148c1ec 100644 --- a/kde-base/ksplashml/ksplashml-3.5.2.ebuild +++ b/kde-base/ksplashml/ksplashml-3.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplashml/ksplashml-3.5.2.ebuild,v 1.10 2006/06/01 08:02:41 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplashml/ksplashml-3.5.2.ebuild,v 1.11 2006/07/09 19:54:25 flameeyes 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="xinerama" -RDEPEND="xinerama? ( || ( x11-libs/libXinerama virtual/x11 ) )" +RDEPEND="xinerama? ( || ( x11-libs/libXinerama <virtual/x11-7 ) )" DEPEND="${RDEPEND} - xinerama? ( || ( x11-proto/xineramaproto virtual/x11 ) )" + xinerama? ( || ( x11-proto/xineramaproto <virtual/x11-7 ) )" src_compile() { myconf="${myconf} $(use_with xinerama)" diff --git a/kde-base/ksplashml/ksplashml-3.5.3.ebuild b/kde-base/ksplashml/ksplashml-3.5.3.ebuild index 3ec582faed16..746a69e0272c 100644 --- a/kde-base/ksplashml/ksplashml-3.5.3.ebuild +++ b/kde-base/ksplashml/ksplashml-3.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplashml/ksplashml-3.5.3.ebuild,v 1.1 2006/06/01 20:01:17 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplashml/ksplashml-3.5.3.ebuild,v 1.2 2006/07/09 19:54:25 flameeyes 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="xinerama" -RDEPEND="xinerama? ( || ( x11-libs/libXinerama virtual/x11 ) )" +RDEPEND="xinerama? ( || ( x11-libs/libXinerama <virtual/x11-7 ) )" DEPEND="${RDEPEND} - xinerama? ( || ( x11-proto/xineramaproto virtual/x11 ) )" + xinerama? ( || ( x11-proto/xineramaproto <virtual/x11-7 ) )" src_compile() { myconf="${myconf} $(use_with xinerama)" |