Gentoo Archives: gentoo-commits

From: Guilherme Amadio <amadio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/openblas/
Date: Thu, 08 Oct 2020 14:19:52
Message-Id: 1602166758.52485c17b59d70d274ff969aee4511b54b8ef7e9.amadio@gentoo
1 commit: 52485c17b59d70d274ff969aee4511b54b8ef7e9
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 8 14:19:18 2020 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 8 14:19:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52485c17
7
8 sci-libs/openblas: fix double prefix
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
12
13 sci-libs/openblas/openblas-0.3.10.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-libs/openblas/openblas-0.3.10.ebuild b/sci-libs/openblas/openblas-0.3.10.ebuild
17 index 9d96c6fa9fd..d7d208f1143 100644
18 --- a/sci-libs/openblas/openblas-0.3.10.ebuild
19 +++ b/sci-libs/openblas/openblas-0.3.10.ebuild
20 @@ -84,7 +84,7 @@ src_test() {
21 }
22
23 src_install() {
24 - emake install DESTDIR="${ED}" OPENBLAS_INCLUDE_DIR='$(PREFIX)'/include/${PN} \
25 + emake install DESTDIR="${D}" OPENBLAS_INCLUDE_DIR='$(PREFIX)'/include/${PN} \
26 OPENBLAS_LIBRARY_DIR='$(PREFIX)'/$(get_libdir)
27 dodoc GotoBLAS_*.txt *.md Changelog.txt