diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-15 09:29:59 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-15 14:42:35 +0200 |
commit | a313cfbe031ac5157bc6b90a3fce61da0fe6e8da (patch) | |
tree | dac7f582a9e7971b3adc337837662c635659341f /app-doc/phrack/phrack-08.ebuild | |
parent | x11-misc/pcmanfm-qt: fix SRC_URI (diff) | |
download | gentoo-a313cfbe031ac5157bc6b90a3fce61da0fe6e8da.tar.gz gentoo-a313cfbe031ac5157bc6b90a3fce61da0fe6e8da.tar.bz2 gentoo-a313cfbe031ac5157bc6b90a3fce61da0fe6e8da.zip |
app-doc/phrack: fix SRC_URI
Closes: https://github.com/gentoo/gentoo/pull/8007
Diffstat (limited to 'app-doc/phrack/phrack-08.ebuild')
-rw-r--r-- | app-doc/phrack/phrack-08.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/phrack/phrack-08.ebuild b/app-doc/phrack/phrack-08.ebuild index aae3293c9a53..d3516502066b 100644 --- a/app-doc/phrack/phrack-08.ebuild +++ b/app-doc/phrack/phrack-08.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -MY_P=${PN}${PV} +MY_P=${PN}${PV:1:2} DESCRIPTION="A Hacker magazine by the community, for the community" HOMEPAGE="http://www.phrack.org/" SRC_URI="http://www.phrack.org/archives/tgz/${MY_P}.tar.gz" |