Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/verit/
Date: Fri, 24 Dec 2021 21:17:39
Message-Id: 1640380650.ccac2b00f9940a4e5c155dd94664930ef380e95b.xgqt@gentoo
1 commit: ccac2b00f9940a4e5c155dd94664930ef380e95b
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 24 21:17:23 2021 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 24 21:17:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccac2b00
7
8 sci-mathematics/verit: src_install - default
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
12
13 sci-mathematics/verit/verit-2021.06.2.ebuild | 4 +---
14 1 file changed, 1 insertion(+), 3 deletions(-)
15
16 diff --git a/sci-mathematics/verit/verit-2021.06.2.ebuild b/sci-mathematics/verit/verit-2021.06.2.ebuild
17 index c81020679201..bd4092215917 100644
18 --- a/sci-mathematics/verit/verit-2021.06.2.ebuild
19 +++ b/sci-mathematics/verit/verit-2021.06.2.ebuild
20 @@ -18,11 +18,9 @@ RDEPEND="dev-libs/gmp:="
21 DEPEND="${RDEPEND}"
22
23 src_install() {
24 - emake DESTDIR="${D}" install
25 + default
26
27 mv example examples || die
28 insinto /usr/share/${PN}
29 doins -r examples
30 -
31 - einstalldocs
32 }