commit: 47851791c55a26d03bdc92dd32542b399759161e Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sat Mar 6 10:04:58 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sat Mar 6 10:04:58 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=47851791
sci-biology/brat: EAPI bump Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sci-biology/brat/brat-1.2.4.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/sci-biology/brat/brat-1.2.4.ebuild b/sci-biology/brat/brat-1.2.4.ebuild index 39e29328d..2be8dcf0b 100644 --- a/sci-biology/brat/brat-1.2.4.ebuild +++ b/sci-biology/brat/brat-1.2.4.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit toolchain-funcs @@ -11,13 +11,10 @@ SRC_URI="http://compbio.cs.ucr.edu/${PN}/downloads/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -IUSE="" KEYWORDS="~amd64 ~x86" -DEPEND="" -RDEPEND="" - src_prepare() { + default sed \ -e "s:g++:$(tc-getCXX):g" \ -e "s:-O3:${CFLAGS} ${LDFLAGS}:g" \
