diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-02-19 16:01:16 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-02-19 16:01:16 +0000 |
commit | 5f3af737579fbc613cf95c9ccbc33065cc595c84 (patch) | |
tree | 96ec147110fbe3bbc89a9e41ef1000337adfd56f /x11-misc/lineak-kdeplugins | |
parent | stable on amd64. bug 78256 (diff) | |
download | gentoo-2-5f3af737579fbc613cf95c9ccbc33065cc595c84.tar.gz gentoo-2-5f3af737579fbc613cf95c9ccbc33065cc595c84.tar.bz2 gentoo-2-5f3af737579fbc613cf95c9ccbc33065cc595c84.zip |
Fix usage of kde eclasses.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'x11-misc/lineak-kdeplugins')
-rw-r--r-- | x11-misc/lineak-kdeplugins/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.8.2.ebuild | 9 |
2 files changed, 9 insertions, 6 deletions
diff --git a/x11-misc/lineak-kdeplugins/ChangeLog b/x11-misc/lineak-kdeplugins/ChangeLog index 3af812a5a602..6c9881b10080 100644 --- a/x11-misc/lineak-kdeplugins/ChangeLog +++ b/x11-misc/lineak-kdeplugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/lineak-kdeplugins # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-kdeplugins/ChangeLog,v 1.2 2005/01/03 14:00:58 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-kdeplugins/ChangeLog,v 1.3 2005/02/19 15:59:49 greg_g Exp $ + + 19 Feb 2005; Gregorio Guidi <greg_g@gentoo.org> + lineak-kdeplugins-0.8.2.ebuild: + Fix usage of kde eclasses. 03 Jan 2005; Stefan Schweizer <genstef@gentoo.org> lineak-kdeplugins-0.8.2.ebuild: diff --git a/x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.8.2.ebuild b/x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.8.2.ebuild index e75f722584d4..4cf2c2e69f52 100644 --- a/x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.8.2.ebuild +++ b/x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.8.2.ebuild @@ -1,11 +1,9 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.8.2.ebuild,v 1.2 2005/01/03 14:00:58 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.8.2.ebuild,v 1.3 2005/02/19 15:59:49 greg_g Exp $ inherit kde -need-kde 3.2 - MY_PV=${PV/_/} MY_P=${PN/-/_}-${MY_PV} S=${WORKDIR}/${MY_P} @@ -18,5 +16,6 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" -RDEPEND=">x11-misc/lineakd-0.8 - kde-base/kdelibs" +RDEPEND=">x11-misc/lineakd-0.8" + +need-kde 3.2 |