commit: 421630ddde61a0a4c49e4a3f53830022d1494e2a Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Jan 19 13:54:41 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Tue Jan 19 13:54:41 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=421630dd
sci-biology/GAL: EAPI bump, fix fetching Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sci-biology/GAL/GAL-0.2.2_p20200508.ebuild | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/sci-biology/GAL/GAL-0.2.2_p20200508.ebuild b/sci-biology/GAL/GAL-0.2.2_p20200508.ebuild index 445b9eaa3..1aa7e99be 100644 --- a/sci-biology/GAL/GAL-0.2.2_p20200508.ebuild +++ b/sci-biology/GAL/GAL-0.2.2_p20200508.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,9 @@ SRC_URI="https://github.com/The-Sequence-Ontology/GAL/archive/${COMMIT}.tar.gz - LICENSE="( GPL-1+ Artistic )" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="" + +RESTRICT="test" DEPEND=" >=dev-lang/perl-5.6.1 @@ -37,9 +39,4 @@ DEPEND=" dev-perl/URI" RDEPEND="${DEPEND}" -S="${WORKDIR}/${PN}_${PV}" - -src_prepare(){ - default - epatch "${FILESDIR}"/Build.PL.patch -} +S="${WORKDIR}/${PN}-${COMMIT}"
