From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-895966-garchives=archives.gentoo.org@lists.gentoo.org> 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 C3F0213832E for <garchives@archives.gentoo.org>; Sun, 7 Aug 2016 17:07:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A334E0B7C; Sun, 7 Aug 2016 17:07:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79681E0B24 for <gentoo-commits@lists.gentoo.org>; Sun, 7 Aug 2016 17:07:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD1D7340B77 for <gentoo-commits@lists.gentoo.org>; Sun, 7 Aug 2016 17:07:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13FD42449 for <gentoo-commits@lists.gentoo.org>; Sun, 7 Aug 2016 17:07:20 +0000 (UTC) From: "Jason Zaman" <perfinion@gentoo.org> 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" <perfinion@gentoo.org> Message-ID: <1470589521.f7a51b17ad300a2651327b6897171f1620036f11.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: f7a51b17ad300a2651327b6897171f1620036f11 X-VCS-Branch: master Date: Sun, 7 Aug 2016 17:07:20 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 48617c12-67a0-4f47-8bcf-8110025ca278 X-Archives-Hash: f3d62fd79ecb77f44a97634432a1909f commit: f7a51b17ad300a2651327b6897171f1620036f11 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org> AuthorDate: Thu Aug 4 18:51:30 2016 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Sun Aug 7 17:05:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7a51b17 sys-apps/checkpolicy: update to eapi6 Package-Manager: portage-2.2.28 sys-apps/checkpolicy/checkpolicy-9999.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/sys-apps/checkpolicy/checkpolicy-9999.ebuild b/sys-apps/checkpolicy/checkpolicy-9999.ebuild index 3402206..9387cc0 100644 --- a/sys-apps/checkpolicy/checkpolicy-9999.ebuild +++ b/sys-apps/checkpolicy/checkpolicy-9999.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI="6" -inherit toolchain-funcs eutils +inherit toolchain-funcs MY_P="${P//_/-}" MY_RELEASEDATE="20160223" @@ -36,10 +36,6 @@ DEPEND=">=sys-libs/libsepol-${SEPOL_VER} RDEPEND=">=sys-libs/libsemanage-${SEMNG_VER}" -src_prepare() { - epatch_user -} - src_compile() { emake CC="$(tc-getCC)" YACC="bison -y" LIBDIR="\$(PREFIX)/$(get_libdir)" }