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 F335313832F for ; 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 A01BAE0B8D; 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 8B917E0B6C for ; 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 F2995340BE0 for ; 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 E4FC12444 for ; Sun, 7 Aug 2016 17:07:19 +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: <1470589515.b15c3235fb69897dfc046cda035243a8e95a97c0.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libselinux/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libselinux/libselinux-9999.ebuild X-VCS-Directories: sys-libs/libselinux/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: b15c3235fb69897dfc046cda035243a8e95a97c0 X-VCS-Branch: master Date: Sun, 7 Aug 2016 17:07:19 +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: e1defb17-030d-48fc-9829-1d5059ed50df X-Archives-Hash: 7a48b8f3f8b46110e37d8d79e98af38e commit: b15c3235fb69897dfc046cda035243a8e95a97c0 Author: Jason Zaman gentoo org> AuthorDate: Thu Aug 4 18:54:42 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Aug 7 17:05:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b15c3235 sys-libs/libselinux: update to eapi6 Package-Manager: portage-2.2.28 sys-libs/libselinux/libselinux-9999.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-libs/libselinux/libselinux-9999.ebuild b/sys-libs/libselinux/libselinux-9999.ebuild index 8539807..d929bbd 100644 --- a/sys-libs/libselinux/libselinux-9999.ebuild +++ b/sys-libs/libselinux/libselinux-9999.ebuild @@ -2,12 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" -PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 ) +EAPI="6" +PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) USE_RUBY="ruby20 ruby21 ruby22 ruby23" # No, I am not calling ruby-ng -inherit multilib python-r1 toolchain-funcs eutils multilib-minimal +inherit multilib python-r1 toolchain-funcs multilib-minimal MY_P="${P//_/-}" SEPOL_VER="${PV}" @@ -47,11 +47,11 @@ DEPEND="${RDEPEND} src_prepare() { if [[ ${PV} != 9999 ]] ; then # If needed for live builds, place them in /etc/portage/patches - epatch "${FILESDIR}/0005-use-ruby-include-with-rubylibver.patch" - epatch "${FILESDIR}/0007-build-related-fixes-bug-500674-for-2.5.patch" + eapply "${FILESDIR}/0005-use-ruby-include-with-rubylibver.patch" + eapply "${FILESDIR}/0007-build-related-fixes-bug-500674-for-2.5.patch" fi - epatch_user + eapply_user multilib_copy_sources }