commit: cb81b17a770b31df2c937149481a33e9b85eb7a0 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sat Mar 6 10:06:05 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sat Mar 6 10:06:05 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=cb81b17a
sci-biology/brat_bw: EAPI bump Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sci-biology/brat_bw/brat_bw-2.0.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-biology/brat_bw/brat_bw-2.0.1.ebuild b/sci-biology/brat_bw/brat_bw-2.0.1.ebuild index 6ffdaa7c0..d6daf3d1f 100644 --- a/sci-biology/brat_bw/brat_bw-2.0.1.ebuild +++ b/sci-biology/brat_bw/brat_bw-2.0.1.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,13 @@ SRC_URI="http://compbio.cs.ucr.edu/brat/downloads/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -IUSE="" KEYWORDS="~amd64 ~x86" DEPEND="" RDEPEND="!sci-biology/brat" src_prepare() { + default sed \ -e "s:-Wl,-O1 : :g" \ -e "s:g++:$(tc-getCXX):g" \
