From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C8171382C5 for ; Thu, 26 Apr 2018 11:22:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54C0AE0877; Thu, 26 Apr 2018 11:22:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31F02E085A for ; Thu, 26 Apr 2018 11:22:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 580F9335C79 for ; Thu, 26 Apr 2018 11:22:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E64629C for ; Thu, 26 Apr 2018 11:22:48 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1524741710.e46b33dd15ecfbf3490237d38ea1b313a677294f.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/checkpolicy/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/checkpolicy/checkpolicy-9999.ebuild X-VCS-Directories: sys-apps/checkpolicy/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: e46b33dd15ecfbf3490237d38ea1b313a677294f X-VCS-Branch: master Date: Thu, 26 Apr 2018 11:22:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a10ea719-b2aa-47ae-a144-e2f8e0843e11 X-Archives-Hash: d34393e4b00df0b4cafdeffca34084b8 commit: e46b33dd15ecfbf3490237d38ea1b313a677294f Author: Jason Zaman gentoo org> AuthorDate: Wed Apr 25 12:19:19 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Thu Apr 26 11:21:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e46b33dd sys-apps/checkpolicy: update live ebuild Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-apps/checkpolicy/checkpolicy-9999.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sys-apps/checkpolicy/checkpolicy-9999.ebuild b/sys-apps/checkpolicy/checkpolicy-9999.ebuild index a354cf27e26..66c08af1f9e 100644 --- a/sys-apps/checkpolicy/checkpolicy-9999.ebuild +++ b/sys-apps/checkpolicy/checkpolicy-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -6,7 +6,7 @@ EAPI="6" inherit toolchain-funcs MY_P="${P//_/-}" -MY_RELEASEDATE="20170804" +MY_RELEASEDATE="20180419" SEPOL_VER="${PV}" SEMNG_VER="${PV}" @@ -44,7 +44,6 @@ src_compile() { src_install() { emake DESTDIR="${D}" \ - LIBSEPOLA="/usr/$(get_libdir)/libsepol.a" \ install if use debug; then @@ -54,5 +53,5 @@ src_install() { } pkg_postinst() { - einfo "This checkpolicy can compile version `checkpolicy -V |cut -f 1 -d ' '` policy." + einfo "This checkpolicy can compile version `checkpolicy -V | cut -f 1 -d ' '` policy." }