Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/semodule-utils/
Date: Thu, 26 Apr 2018 11:22:55
Message-Id: 1524741718.cdc4889a608e33e70771748d4fc6f2ef56769f60.perfinion@gentoo
1 commit: cdc4889a608e33e70771748d4fc6f2ef56769f60
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 25 12:20:21 2018 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 26 11:21:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdc4889a
7
8 sys-apps/semodule-utils: update live ebuild
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 sys-apps/semodule-utils/semodule-utils-9999.ebuild | 10 +++-------
13 1 file changed, 3 insertions(+), 7 deletions(-)
14
15 diff --git a/sys-apps/semodule-utils/semodule-utils-9999.ebuild b/sys-apps/semodule-utils/semodule-utils-9999.ebuild
16 index 67891e9cf81..821f4f48c48 100644
17 --- a/sys-apps/semodule-utils/semodule-utils-9999.ebuild
18 +++ b/sys-apps/semodule-utils/semodule-utils-9999.ebuild
19 @@ -1,11 +1,11 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="6"
25
26 inherit toolchain-funcs
27
28 -MY_RELEASEDATE="20170804"
29 +MY_RELEASEDATE="20180419"
30 SEPOL_VER="${PV}"
31 SELNX_VER="${PV}"
32
33 @@ -40,14 +40,10 @@ src_prepare() {
34 }
35
36 src_compile() {
37 - emake \
38 - CC="$(tc-getCC)" \
39 - LIBDIR="\$(PREFIX)/$(get_libdir)"
40 + emake CC="$(tc-getCC)"
41 }
42
43 src_install() {
44 emake DESTDIR="${D}" \
45 - LIBDIR="\$(PREFIX)/$(get_libdir)" \
46 - LIBSEPOLA="/usr/$(get_libdir)/libsepol.a" \
47 install
48 }