diff options
author | 2010-08-21 07:13:40 +0000 | |
---|---|---|
committer | 2010-08-21 07:13:40 +0000 | |
commit | b4e53c221e90eead7ad476f6bfe9335fb9943293 (patch) | |
tree | 7c7585f3307b55a108fdd0682ea5528661fed535 /sys-fs | |
parent | redudant empty line again (diff) | |
download | gentoo-2-b4e53c221e90eead7ad476f6bfe9335fb9943293.tar.gz gentoo-2-b4e53c221e90eead7ad476f6bfe9335fb9943293.tar.bz2 gentoo-2-b4e53c221e90eead7ad476f6bfe9335fb9943293.zip |
fix src_uri too
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/traydevice/traydevice-1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/traydevice/traydevice-1.5.ebuild b/sys-fs/traydevice/traydevice-1.5.ebuild index 34b55abd7e04..1c09c4e117b2 100644 --- a/sys-fs/traydevice/traydevice-1.5.ebuild +++ b/sys-fs/traydevice/traydevice-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/traydevice/traydevice-1.5.ebuild,v 1.2 2010/08/21 07:12:05 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/traydevice/traydevice-1.5.ebuild,v 1.3 2010/08/21 07:13:40 ssuominen Exp $ EAPI=3 @@ -12,7 +12,7 @@ inherit distutils DESCRIPTION="A little desktop application displaying systray icon for UDisks" HOMEPAGE="http://savannah.nongnu.org/projects/traydevice/" -SRC_URI="mirror://nongnu/traydevice/traydevice-1.5.tar.gz" +SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" |