Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/
Date: Mon, 31 Aug 2015 18:44:45
Message-Id: 1441046239.f1f673f75a7083fec91a727600e9e821b0e24cb3.grobian@gentoo
1 commit: f1f673f75a7083fec91a727600e9e821b0e24cb3
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 17:58:06 2015 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 18:37:19 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1f673f7
7
8 dev-vcs/git: add some features availble on Solaris
9
10 Package-Manager: portage-2.2.20-prefix
11
12 dev-vcs/git/git-2.5.0.ebuild | 2 ++
13 dev-vcs/git/git-9999-r3.ebuild | 2 ++
14 2 files changed, 4 insertions(+)
15
16 diff --git a/dev-vcs/git/git-2.5.0.ebuild b/dev-vcs/git/git-2.5.0.ebuild
17 index 352b93a..e78ef89 100644
18 --- a/dev-vcs/git/git-2.5.0.ebuild
19 +++ b/dev-vcs/git/git-2.5.0.ebuild
20 @@ -187,6 +187,8 @@ exportmakeopts() {
21 fi
22 if [[ ${CHOST} == *-solaris* ]]; then
23 myopts+=" NEEDS_LIBICONV=YesPlease"
24 + myopts+=" HAVE_CLOCK_MONOTONIC=1"
25 + myopts+=" HAVE_GETDELIM=1"
26 fi
27
28 has_version '>=app-text/asciidoc-8.0' \
29
30 diff --git a/dev-vcs/git/git-9999-r3.ebuild b/dev-vcs/git/git-9999-r3.ebuild
31 index a5bbc1f..bc14980 100644
32 --- a/dev-vcs/git/git-9999-r3.ebuild
33 +++ b/dev-vcs/git/git-9999-r3.ebuild
34 @@ -188,6 +188,8 @@ exportmakeopts() {
35 fi
36 if [[ ${CHOST} == *-solaris* ]]; then
37 myopts="${myopts} NEEDS_LIBICONV=YesPlease"
38 + myopts="${myopts} HAVE_CLOCK_MONOTONIC=1"
39 + myopts="${myopts} HAVE_GETDELIM=1"
40 fi
41
42 has_version '>=app-text/asciidoc-8.0' \