diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-05 14:26:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-05 14:28:07 +0200 |
commit | 8a7b48a6603365a2fc0d84a2d02d00789ded7134 (patch) | |
tree | 2f633f67063cb7dede8eca1905b47a0570525b27 /net-misc/netsed | |
parent | dev-util/pkgcheck: version bump to 0.6.7 (diff) | |
download | gentoo-8a7b48a6603365a2fc0d84a2d02d00789ded7134.tar.gz gentoo-8a7b48a6603365a2fc0d84a2d02d00789ded7134.tar.bz2 gentoo-8a7b48a6603365a2fc0d84a2d02d00789ded7134.zip |
*/*: Remove mirror://gentoo rename hack
Replace 'mirror://gentoo/X -> Y' with plain 'mirror://gentoo/Y'. Since
actual filenames are used on the mirrors, the latter is valid for all
packages already.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc/netsed')
-rw-r--r-- | net-misc/netsed/netsed-0.01b-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/netsed/netsed-0.01b-r1.ebuild b/net-misc/netsed/netsed-0.01b-r1.ebuild index e47d88888bc1..3b03ee745c9a 100644 --- a/net-misc/netsed/netsed-0.01b-r1.ebuild +++ b/net-misc/netsed/netsed-0.01b-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 DESCRIPTION="Small tool for altering forwarded network data in real time" HOMEPAGE="http://freshmeat.net/projects/netsed" -SRC_URI="mirror://gentoo/${PN}.tgz -> ${P}.tgz +SRC_URI="mirror://gentoo/${P}.tgz mirror://gentoo/${PN}_0.01c-2.diff.gz" LICENSE="LGPL-2" |