Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/quoter/
Date: Fri, 27 Apr 2018 08:03:47
Message-Id: 1524816222.a1a1f4ab5ea7bde2af0e5b531f5a059812c67442.jer@gentoo
1 commit: a1a1f4ab5ea7bde2af0e5b531f5a059812c67442
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 27 08:03:20 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 27 08:03:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a1f4ab
7
8 app-shells/quoter: Respect CC (bug #654108).
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 app-shells/quoter/quoter-3.0_p2-r1.ebuild | 7 +++++--
13 1 file changed, 5 insertions(+), 2 deletions(-)
14
15 diff --git a/app-shells/quoter/quoter-3.0_p2-r1.ebuild b/app-shells/quoter/quoter-3.0_p2-r1.ebuild
16 index a5b0ed2d6f5..4c1901dae04 100644
17 --- a/app-shells/quoter/quoter-3.0_p2-r1.ebuild
18 +++ b/app-shells/quoter/quoter-3.0_p2-r1.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 -inherit vcs-snapshot
24 +inherit toolchain-funcs vcs-snapshot
25
26 DESCRIPTION="Quote arguments or standard input for usage in POSIX shell by eval"
27 HOMEPAGE="https://github.com/vaeth/quoter/"
28 @@ -11,7 +11,10 @@ SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29 LICENSE="MIT"
30 SLOT="0"
31 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
32 -IUSE=""
33 +
34 +src_configure() {
35 + tc-export CC
36 +}
37
38 src_install() {
39 emake DESTDIR="${ED}" install