diff options
author | 2005-01-15 00:12:01 +0000 | |
---|---|---|
committer | 2005-01-15 00:12:01 +0000 | |
commit | 81a18476cfa4118ea51014f812639ffa55a0a160 (patch) | |
tree | 453620e973e9a63342d23acd0e01499d1d4c24ac /net-news/eventwatcher/eventwatcher-0.4.1.ebuild | |
parent | made dep on a monolithic kde-base package accept the equivalent -meta package... (diff) | |
download | historical-81a18476cfa4118ea51014f812639ffa55a0a160.tar.gz historical-81a18476cfa4118ea51014f812639ffa55a0a160.tar.bz2 historical-81a18476cfa4118ea51014f812639ffa55a0a160.zip |
made dep on a monolithic kde-base package accept the equivalent -meta package from the split ebuilds as an alternative
Diffstat (limited to 'net-news/eventwatcher/eventwatcher-0.4.1.ebuild')
-rw-r--r-- | net-news/eventwatcher/eventwatcher-0.4.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-news/eventwatcher/eventwatcher-0.4.1.ebuild b/net-news/eventwatcher/eventwatcher-0.4.1.ebuild index 2a3be0429624..945819c64c38 100644 --- a/net-news/eventwatcher/eventwatcher-0.4.1.ebuild +++ b/net-news/eventwatcher/eventwatcher-0.4.1.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/net-news/eventwatcher/eventwatcher-0.4.1.ebuild,v 1.4 2004/09/28 19:40:25 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/eventwatcher/eventwatcher-0.4.1.ebuild,v 1.5 2005/01/15 00:12:01 danarmak Exp $ inherit kde @@ -15,5 +15,5 @@ KEYWORDS="x86 ~sparc ~ppc ~amd64" IUSE="" -DEPEND="kde-base/kdenetwork" +DEPEND="|| ( kde-base/kdenetwork-meta kde-base/kdenetwork )" need-kde 3 |