From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id ADE6E138825 for ; Sat, 1 Nov 2014 16:16:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DA77E0AFB; Sat, 1 Nov 2014 16:14:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0A3CE0AFA for ; Sat, 1 Nov 2014 16:13:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A51EE3404FE for ; Sat, 1 Nov 2014 16:13:55 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 617) id 50479937B; Sat, 1 Nov 2014 16:13:41 +0000 (UTC) From: "Sven Vermeulen (swift)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, swift@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sec-policy/selinux-evolution: selinux-evolution-9999.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: selinux-evolution-9999.ebuild ChangeLog X-VCS-Directories: sec-policy/selinux-evolution X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141101161341.50479937B@oystercatcher.gentoo.org> Date: Sat, 1 Nov 2014 16:13:41 +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: 2b09eefe-1db8-4e26-8334-0cd996290599 X-Archives-Hash: 91c8c79118b9d1ffb17d32c3d4a2c928 swift 14/11/01 16:13:41 Modified: selinux-evolution-9999.ebuild ChangeLog Log: Add KEYWORDS logic in -9999 ebuilds for ease of copying (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47) Revision Changes Path 1.3 sec-policy/selinux-evolution/selinux-evolution-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-evolution/selinux-evolution-9999.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-evolution/selinux-evolution-9999.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-evolution/selinux-evolution-9999.ebuild?r1=1.2&r2=1.3 Index: selinux-evolution-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-evolution/selinux-evolution-9999.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- selinux-evolution-9999.ebuild 8 Aug 2014 18:50:02 -0000 1.2 +++ selinux-evolution-9999.ebuild 1 Nov 2014 16:13:41 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-evolution/selinux-evolution-9999.ebuild,v 1.2 2014/08/08 18:50:02 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-evolution/selinux-evolution-9999.ebuild,v 1.3 2014/11/01 16:13:41 swift Exp $ EAPI="5" IUSE="" @@ -10,7 +10,11 @@ DESCRIPTION="SELinux policy for evolution" -KEYWORDS="" +if [[ $PV == 9999* ]] ; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi DEPEND="${DEPEND} sec-policy/selinux-xserver " 1.47 sec-policy/selinux-evolution/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-evolution/ChangeLog?rev=1.47&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-evolution/ChangeLog?rev=1.47&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-evolution/ChangeLog?r1=1.46&r2=1.47 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-evolution/ChangeLog,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- ChangeLog 22 Aug 2014 17:40:00 -0000 1.46 +++ ChangeLog 1 Nov 2014 16:13:41 -0000 1.47 @@ -1,6 +1,9 @@ # ChangeLog for sec-policy/selinux-evolution # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-evolution/ChangeLog,v 1.46 2014/08/22 17:40:00 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-evolution/ChangeLog,v 1.47 2014/11/01 16:13:41 swift Exp $ + + 01 Nov 2014; Sven Vermeulen selinux-evolution-9999.ebuild: + Add KEYWORDS logic in -9999 ebuilds for ease of copying 22 Aug 2014; Sven Vermeulen selinux-evolution-2.20140311-r5.ebuild: