diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-16 16:28:32 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-16 16:28:32 +0000 |
commit | 8dd934b027ec5bae21801a2f1d0ab03d67a2df4e (patch) | |
tree | c5425f53f1bc0a316eaa430878b57474ce4cf214 /media-sound/vkeybd | |
parent | Use emake -j1 rather than make; bug #278073. (diff) | |
download | gentoo-2-8dd934b027ec5bae21801a2f1d0ab03d67a2df4e.tar.gz gentoo-2-8dd934b027ec5bae21801a2f1d0ab03d67a2df4e.tar.bz2 gentoo-2-8dd934b027ec5bae21801a2f1d0ab03d67a2df4e.zip |
Oops, use P in SRC_URI instead of hardcoding.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/vkeybd')
-rw-r--r-- | media-sound/vkeybd/vkeybd-0.1.18c.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/vkeybd/vkeybd-0.1.18c.ebuild b/media-sound/vkeybd/vkeybd-0.1.18c.ebuild index 516ccf5eea62..ad9e861d3390 100644 --- a/media-sound/vkeybd/vkeybd-0.1.18c.ebuild +++ b/media-sound/vkeybd/vkeybd-0.1.18c.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/vkeybd/vkeybd-0.1.18c.ebuild,v 1.1 2009/07/16 16:26:08 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/vkeybd/vkeybd-0.1.18c.ebuild,v 1.2 2009/07/16 16:28:32 ssuominen Exp $ EAPI=2 inherit eutils toolchain-funcs DESCRIPTION="A virtual MIDI keyboard for X" HOMEPAGE="http://www.alsa-project.org/~iwai/alsa.html" -SRC_URI="http://ftp.suse.com/pub/people/tiwai/vkeybd/vkeybd-0.1.18c.tar.bz2" +SRC_URI="http://ftp.suse.com/pub/people/tiwai/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" |