diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-05-15 10:41:18 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-05-15 10:41:18 +0000 |
commit | dfa29c84bd5446300eac297f7af45cbda23a7e97 (patch) | |
tree | e72b6603495754451b4071f58dc2dce695afa51b /x11-themes | |
parent | Stable on x86. (diff) | |
download | gentoo-2-dfa29c84bd5446300eac297f7af45cbda23a7e97.tar.gz gentoo-2-dfa29c84bd5446300eac297f7af45cbda23a7e97.tar.bz2 gentoo-2-dfa29c84bd5446300eac297f7af45cbda23a7e97.zip |
Correct dependencies (#92649).
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/crystal/ChangeLog | 5 | ||||
-rw-r--r-- | x11-themes/crystal/crystal-0.9.2.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/x11-themes/crystal/ChangeLog b/x11-themes/crystal/ChangeLog index 1c79e47a90f1..5cc6669f334a 100644 --- a/x11-themes/crystal/ChangeLog +++ b/x11-themes/crystal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/crystal # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/crystal/ChangeLog,v 1.11 2005/04/28 11:26:23 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/crystal/ChangeLog,v 1.12 2005/05/15 10:41:18 greg_g Exp $ + + 15 May 2005; Gregorio Guidi <greg_g@gentoo.org> crystal-0.9.2.ebuild: + Correct dependencies (#92649). 28 Apr 2005; Konstantin Arkhipov <voxus@gentoo.org> -crystal-0.9.1.ebuild, crystal-0.9.2.ebuild: diff --git a/x11-themes/crystal/crystal-0.9.2.ebuild b/x11-themes/crystal/crystal-0.9.2.ebuild index e0b6ce7f3a80..bb933a86c94c 100644 --- a/x11-themes/crystal/crystal-0.9.2.ebuild +++ b/x11-themes/crystal/crystal-0.9.2.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/crystal/crystal-0.9.2.ebuild,v 1.2 2005/04/28 11:26:23 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/crystal/crystal-0.9.2.ebuild,v 1.3 2005/05/15 10:41:18 greg_g Exp $ inherit kde -need-kde 3.2 KLV="13969" DESCRIPTION="KDE native window decoration with transparent titlebar, buttons and borders" @@ -14,3 +13,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~ppc amd64" IUSE="" + +DEPEND="|| ( kde-base/kwin kde-base/kdebase )" + +need-kde 3.2 |