diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-02-05 02:14:49 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-02-05 02:14:49 +0000 |
commit | e837c78463e48a05f2324eeb6f013046495dd1a7 (patch) | |
tree | 729e578fec111964fc76f3b979c49b9c3bdabe32 /x11-themes/activeheart-kwin/activeheart-kwin-1.1.ebuild | |
parent | net-fs/nfs-utils:nfsv4 - Enable support for NFSv4 (diff) | |
download | gentoo-2-e837c78463e48a05f2324eeb6f013046495dd1a7.tar.gz gentoo-2-e837c78463e48a05f2324eeb6f013046495dd1a7.tar.bz2 gentoo-2-e837c78463e48a05f2324eeb6f013046495dd1a7.zip |
Added missing ${PV} to MY_P.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'x11-themes/activeheart-kwin/activeheart-kwin-1.1.ebuild')
-rw-r--r-- | x11-themes/activeheart-kwin/activeheart-kwin-1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-themes/activeheart-kwin/activeheart-kwin-1.1.ebuild b/x11-themes/activeheart-kwin/activeheart-kwin-1.1.ebuild index d6efd61e312b..0df70ce34062 100644 --- a/x11-themes/activeheart-kwin/activeheart-kwin-1.1.ebuild +++ b/x11-themes/activeheart-kwin/activeheart-kwin-1.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/activeheart-kwin/activeheart-kwin-1.1.ebuild,v 1.4 2005/02/03 21:26:56 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/activeheart-kwin/activeheart-kwin-1.1.ebuild,v 1.5 2005/02/05 02:14:49 swegener Exp $ inherit kde -MY_P=kwin-activeheart +MY_P=kwin-activeheart-${PV} S=${WORKDIR}/${MY_P} KLV=11460 @@ -18,4 +18,4 @@ SLOT="0" KEYWORDS="x86 ~amd64 ~ppc" IUSE="" -need-kde 3.2
\ No newline at end of file +need-kde 3.2 |