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/fusionx-aqua | |
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/fusionx-aqua')
-rw-r--r-- | x11-themes/fusionx-aqua/ChangeLog | 10 | ||||
-rw-r--r-- | x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild | 4 |
2 files changed, 10 insertions, 4 deletions
diff --git a/x11-themes/fusionx-aqua/ChangeLog b/x11-themes/fusionx-aqua/ChangeLog index 764ceeed3e98..deded5eb86b7 100644 --- a/x11-themes/fusionx-aqua/ChangeLog +++ b/x11-themes/fusionx-aqua/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-themes/fusionx-aqua -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fusionx-aqua/ChangeLog,v 1.5 2004/07/03 20:11:39 carlo Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fusionx-aqua/ChangeLog,v 1.6 2005/01/15 00:21:57 danarmak Exp $ + + 15 Jan 2005; Dan Armak <danarmak@gentoo.org> fusionx-aqua-1.1.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. 03 Jul 2004; Carsten Lohrke <carlo@gentoo.org> fusionx-aqua-1.1.ebuild: QA: need-kde after R/DEPEND diff --git a/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild b/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild index 2a27ffee7fcb..2680aa9f6979 100644 --- a/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild +++ b/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild,v 1.10 2005/01/10 21:55:15 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild,v 1.11 2005/01/15 00:21:57 danarmak Exp $ inherit kde @@ -16,7 +16,7 @@ KEYWORDS="x86 ppc ~sparc ~alpha amd64" LICENSE="GPL-2" IUSE="" -DEPEND="kde-base/kdebase" +DEPEND="|| ( kde-base/kdebase-meta kde-base/kdebase )" need-kde 3.1 src_compile() { |