diff options
Diffstat (limited to 'sci-physics/thepeg/thepeg-2.2.3.ebuild')
-rw-r--r-- | sci-physics/thepeg/thepeg-2.2.3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-physics/thepeg/thepeg-2.2.3.ebuild b/sci-physics/thepeg/thepeg-2.2.3.ebuild index 7c788bbfb4d2..0d83d03fffcb 100644 --- a/sci-physics/thepeg/thepeg-2.2.3.ebuild +++ b/sci-physics/thepeg/thepeg-2.2.3.ebuild @@ -17,6 +17,7 @@ SRC_URI="https://www.hepforge.org/archive/thepeg/${MY_P}.tar.bz2 ${TEST_URI}/cteq5l.LHgrid ${TEST_URI}/GRV98nlo.LHgrid ${TEST_URI}/MRST2001nlo.LHgrid ) )" +S="${WORKDIR}/${MY_P}" LICENSE="GPL-3" SLOT="0/30" @@ -40,8 +41,6 @@ DEPEND="${CDEPEND} RDEPEND="${CDEPEND} java? ( virtual/jre:1.8 )" -S="${WORKDIR}/${MY_P}" - PATCHES=( "${FILESDIR}"/${PN}-1.8.3-java.patch "${FILESDIR}"/${PN}-2.0.4-gcc6.patch |