diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-07-29 02:08:01 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-07-29 02:08:01 +0000 |
commit | 354cd3ad93363a2829225cdd0f7d00185b1d1c83 (patch) | |
tree | c3cb1a18c53f799920c3a5da33f74173d05ee178 /rox-base | |
parent | Cleanup old version. (diff) | |
download | gentoo-2-354cd3ad93363a2829225cdd0f7d00185b1d1c83.tar.gz gentoo-2-354cd3ad93363a2829225cdd0f7d00185b1d1c83.tar.bz2 gentoo-2-354cd3ad93363a2829225cdd0f7d00185b1d1c83.zip |
fix SRC_URI
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'rox-base')
-rw-r--r-- | rox-base/rox-media/rox-media-0.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rox-base/rox-media/rox-media-0.0.3.ebuild b/rox-base/rox-media/rox-media-0.0.3.ebuild index 3362dc9721b2..d0160c1dc5e0 100644 --- a/rox-base/rox-media/rox-media-0.0.3.ebuild +++ b/rox-base/rox-media/rox-media-0.0.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-media/rox-media-0.0.3.ebuild,v 1.1 2010/07/28 12:25:45 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-media/rox-media-0.0.3.ebuild,v 1.2 2010/07/29 02:08:01 mr_bones_ Exp $ EAPI=3 inherit rox DESCRIPTION="Manage removable drives for ROX and other lightweight desktops" HOMEPAGE="http://rox.sourceforge.net" -SRC_URI="mirrors://gentoo/Media-0.0.3.tar.bz2" +SRC_URI="mirror://gentoo/Media-0.0.3.tar.bz2" LICENSE="GPL-3" SLOT="0" |