Gentoo Archives: gentoo-commits

From: Guilherme Amadio <amadio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/openctm/
Date: Thu, 31 Aug 2017 14:09:24
Message-Id: 1504188472.4474101d6756ffa9a139856235cd618a3f088418.amadio@gentoo
1 commit: 4474101d6756ffa9a139856235cd618a3f088418
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 31 14:06:22 2017 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 31 14:07:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4474101d
7
8 media-libs/openctm: prefix support
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 media-libs/openctm/openctm-1.0.3.ebuild | 6 +++++-
13 1 file changed, 5 insertions(+), 1 deletion(-)
14
15 diff --git a/media-libs/openctm/openctm-1.0.3.ebuild b/media-libs/openctm/openctm-1.0.3.ebuild
16 index 9cf1a3d49ea..ca73f7094d6 100644
17 --- a/media-libs/openctm/openctm-1.0.3.ebuild
18 +++ b/media-libs/openctm/openctm-1.0.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -39,3 +39,7 @@ src_prepare() {
26 src_compile() {
27 emake CC=$(tc-getCC) CXX=$(tc-getCXX)
28 }
29 +
30 +src_install() {
31 + emake DESTDIR="${ED}" install
32 +}