summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gentoo.org>2017-03-19 13:12:26 +0300
committerAndrew Savchenko <bircoph@gentoo.org>2017-03-19 13:13:59 +0300
commit2ea322cc35bb2d4926bd6637af82e796622bfdd7 (patch)
tree261869db23023ca6baa2acb4d913ed1493ddfad0 /sci-physics/herwig
parentsys-devel/flex: remove duplicate keywords (diff)
downloadgentoo-2ea322cc35bb2d4926bd6637af82e796622bfdd7.tar.gz
gentoo-2ea322cc35bb2d4926bd6637af82e796622bfdd7.tar.bz2
gentoo-2ea322cc35bb2d4926bd6637af82e796622bfdd7.zip
sci-physics/herwig: fix bug 612906
Package-Manager: Portage-2.3.4, Repoman-2.3.2 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Diffstat (limited to 'sci-physics/herwig')
-rw-r--r--sci-physics/herwig/herwig-6.5.21.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-physics/herwig/herwig-6.5.21.ebuild b/sci-physics/herwig/herwig-6.5.21.ebuild
index 64212dee2d1d..bdba3ce914f1 100644
--- a/sci-physics/herwig/herwig-6.5.21.ebuild
+++ b/sci-physics/herwig/herwig-6.5.21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -33,7 +33,7 @@ DEPEND="${RDEPEND}"
S="${WORKDIR}"
src_unpack() {
- cp "${DISTDIR}"/* "${S}"
+ cp "${DISTDIR}/${MY_P}.f,${MY_P}.inc,${MY_PINC}" "${S}" || die
}
src_prepare() {