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/checkpolicy/
Date: Thu, 26 Apr 2018 11:22:53
Message-Id: 1524741710.e46b33dd15ecfbf3490237d38ea1b313a677294f.perfinion@gentoo
1 commit: e46b33dd15ecfbf3490237d38ea1b313a677294f
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 25 12:19:19 2018 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 26 11:21:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e46b33dd
7
8 sys-apps/checkpolicy: update live ebuild
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 sys-apps/checkpolicy/checkpolicy-9999.ebuild | 7 +++----
13 1 file changed, 3 insertions(+), 4 deletions(-)
14
15 diff --git a/sys-apps/checkpolicy/checkpolicy-9999.ebuild b/sys-apps/checkpolicy/checkpolicy-9999.ebuild
16 index a354cf27e26..66c08af1f9e 100644
17 --- a/sys-apps/checkpolicy/checkpolicy-9999.ebuild
18 +++ b/sys-apps/checkpolicy/checkpolicy-9999.ebuild
19 @@ -1,4 +1,4 @@
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 @@ -6,7 +6,7 @@ EAPI="6"
26 inherit toolchain-funcs
27
28 MY_P="${P//_/-}"
29 -MY_RELEASEDATE="20170804"
30 +MY_RELEASEDATE="20180419"
31
32 SEPOL_VER="${PV}"
33 SEMNG_VER="${PV}"
34 @@ -44,7 +44,6 @@ src_compile() {
35
36 src_install() {
37 emake DESTDIR="${D}" \
38 - LIBSEPOLA="/usr/$(get_libdir)/libsepol.a" \
39 install
40
41 if use debug; then
42 @@ -54,5 +53,5 @@ src_install() {
43 }
44
45 pkg_postinst() {
46 - einfo "This checkpolicy can compile version `checkpolicy -V |cut -f 1 -d ' '` policy."
47 + einfo "This checkpolicy can compile version `checkpolicy -V | cut -f 1 -d ' '` policy."
48 }