summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-04-15 09:29:59 +0200
committerDavid Seifert <soap@gentoo.org>2018-04-15 14:42:35 +0200
commita313cfbe031ac5157bc6b90a3fce61da0fe6e8da (patch)
treedac7f582a9e7971b3adc337837662c635659341f /app-doc/phrack/phrack-02.ebuild
parentx11-misc/pcmanfm-qt: fix SRC_URI (diff)
downloadgentoo-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-02.ebuild')
-rw-r--r--app-doc/phrack/phrack-02.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/phrack/phrack-02.ebuild b/app-doc/phrack/phrack-02.ebuild
index aae3293c9a53..d3516502066b 100644
--- a/app-doc/phrack/phrack-02.ebuild
+++ b/app-doc/phrack/phrack-02.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"