diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-09-28 07:19:20 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-09-28 07:19:20 +0000 |
commit | 47a782b1a1bfee2f855096391ffcceed5c4e1347 (patch) | |
tree | 9eefb53396b3882e5ef03e767823aa97190ea168 /net-irc | |
parent | Stable on mips. (diff) | |
download | gentoo-2-47a782b1a1bfee2f855096391ffcceed5c4e1347.tar.gz gentoo-2-47a782b1a1bfee2f855096391ffcceed5c4e1347.tar.bz2 gentoo-2-47a782b1a1bfee2f855096391ffcceed5c4e1347.zip |
fix SRC_URI typo
(Portage version: 2.1.3.9)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/supybot-plugins/supybot-plugins-20060723.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/supybot-plugins/supybot-plugins-20060723.ebuild b/net-irc/supybot-plugins/supybot-plugins-20060723.ebuild index f3353deb67a4..1f57c703abee 100644 --- a/net-irc/supybot-plugins/supybot-plugins-20060723.ebuild +++ b/net-irc/supybot-plugins/supybot-plugins-20060723.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot-plugins/supybot-plugins-20060723.ebuild,v 1.1 2007/09/26 20:01:30 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot-plugins/supybot-plugins-20060723.ebuild,v 1.2 2007/09/28 07:19:20 mr_bones_ Exp $ inherit python @@ -9,7 +9,7 @@ MY_P="${MY_PNAME}-${PV}" DESCRIPTION="Official set of extra plugins for Supybot" HOMEPAGE="http://supybot.com" -SRC_URI="mirrors://sourceforge/supybot/${MY_P}.tar.bz2" +SRC_URI="mirror://sourceforge/supybot/${MY_P}.tar.bz2" LICENSE="BSD" SLOT="0" |