diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-01-15 00:26:50 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-01-15 00:26:50 +0000 |
commit | 198d638638dd98227403d994239c9bcbe3b0e595 (patch) | |
tree | 5ac4dda1d203666434e0d6a2e6f2308a431cbb62 /x11-themes/liquid | |
parent | fix bashism to be portable #77842 by Brad House (diff) | |
download | historical-198d638638dd98227403d994239c9bcbe3b0e595.tar.gz historical-198d638638dd98227403d994239c9bcbe3b0e595.tar.bz2 historical-198d638638dd98227403d994239c9bcbe3b0e595.zip |
made dep on a monolithic kde-base package accept the equivalent -meta package from the split ebuilds as an alternative
Diffstat (limited to 'x11-themes/liquid')
-rw-r--r-- | x11-themes/liquid/ChangeLog | 10 | ||||
-rw-r--r-- | x11-themes/liquid/liquid-0.9.7.ebuild | 8 |
2 files changed, 12 insertions, 6 deletions
diff --git a/x11-themes/liquid/ChangeLog b/x11-themes/liquid/ChangeLog index 95b36e927d71..33e402ce4446 100644 --- a/x11-themes/liquid/ChangeLog +++ b/x11-themes/liquid/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-themes/liquid -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/liquid/ChangeLog,v 1.2 2004/10/11 23:26:20 carlo Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/liquid/ChangeLog,v 1.3 2005/01/15 00:22:34 danarmak Exp $ + + 15 Jan 2005; Dan Armak <danarmak@gentoo.org> liquid-0.9.7.ebuild: + Changed dep on a kde-base monolithic package to accept the equivalent split + or -meta package. KDE 3.4 has 'split' packages as well as monolithic, and + either alternative may provide the same files. This dep may have to be + narrowed down in the future to the precise split packages required. 12 Oct 2004; Carsten Lohrke <carlo@gentoo.org> liquid-0.9.7.ebuild: stable on x86 diff --git a/x11-themes/liquid/liquid-0.9.7.ebuild b/x11-themes/liquid/liquid-0.9.7.ebuild index 069e882abe52..036f018cc8c3 100644 --- a/x11-themes/liquid/liquid-0.9.7.ebuild +++ b/x11-themes/liquid/liquid-0.9.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/liquid/liquid-0.9.7.ebuild,v 1.2 2004/10/11 23:26:20 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/liquid/liquid-0.9.7.ebuild,v 1.3 2005/01/15 00:22:34 danarmak Exp $ inherit kde @@ -13,6 +13,6 @@ LICENSE="BSD" KEYWORDS="x86" IUSE="" -DEPEND=">=kde-base/kdebase-3.2*" -RDEPEND=">=kde-base/kdebase-3.2*" +DEPEND="|| ( kde-base/kdebase-meta >=kde-base/kdebase-3.2* )" +RDEPEND="|| ( kde-base/kdebase-meta >=kde-base/kdebase-3.2* )" need-kde 3.2 |