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 D3897139694 for ; Mon, 10 Apr 2017 18:50:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19E2521C075; Mon, 10 Apr 2017 18:50:36 +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 EBFE721C075 for ; Mon, 10 Apr 2017 18:50:35 +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 DFFCF33BEAE for ; Mon, 10 Apr 2017 18:50:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 519F473E6 for ; Mon, 10 Apr 2017 18:50:33 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1491850227.ef9f88ca6824966e79c67613c0d7e2ecb3804ef3.swift@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/policycoreutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/policycoreutils/policycoreutils-2.6-r1.ebuild X-VCS-Directories: sys-apps/policycoreutils/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: ef9f88ca6824966e79c67613c0d7e2ecb3804ef3 X-VCS-Branch: master Date: Mon, 10 Apr 2017 18:50:33 +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: c8331620-bd09-4a98-a07f-df8beb591f11 X-Archives-Hash: 465d7aa6b223685dc9c27f852fd93494 commit: ef9f88ca6824966e79c67613c0d7e2ecb3804ef3 Author: Sven Vermeulen gentoo org> AuthorDate: Mon Apr 10 18:50:05 2017 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Mon Apr 10 18:50:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef9f88ca sys-apps/policycoreutils-2.6-r1: Stabilize Package-Manager: Portage-2.3.3, Repoman-2.3.1 sys-apps/policycoreutils/policycoreutils-2.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/policycoreutils/policycoreutils-2.6-r1.ebuild b/sys-apps/policycoreutils/policycoreutils-2.6-r1.ebuild index 22f9fa00235..c314664a09d 100644 --- a/sys-apps/policycoreutils/policycoreutils-2.6-r1.ebuild +++ b/sys-apps/policycoreutils/policycoreutils-2.6-r1.ebuild @@ -30,7 +30,7 @@ if [[ ${PV} == 9999 ]] ; then else SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz https://dev.gentoo.org/~swift/distfiles/policycoreutils-extra-${EXTRAS_VER}.tar.bz2" - KEYWORDS="~amd64 ~arm64 ~mips ~x86" + KEYWORDS="amd64 ~arm64 ~mips x86" S1="${WORKDIR}/${MY_P}" S2="${WORKDIR}/policycoreutils-extra" S="${S1}"