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 A7E7A138825 for ; Sat, 1 Nov 2014 16:14:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 540EBE0A52; Sat, 1 Nov 2014 16:14:00 +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 4EC5FE09F9 for ; Sat, 1 Nov 2014 16:13:44 +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 3CC65340529 for ; Sat, 1 Nov 2014 16:13:43 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 617) id 97E0B93D1; Sat, 1 Nov 2014 16:13:35 +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-mysql: selinux-mysql-9999.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: selinux-mysql-9999.ebuild ChangeLog X-VCS-Directories: sec-policy/selinux-mysql X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141101161335.97E0B93D1@oystercatcher.gentoo.org> Date: Sat, 1 Nov 2014 16:13:35 +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: 09e9540e-182e-4a5d-9427-109cf1649508 X-Archives-Hash: 20e3bacee956cc09a189aa9497f3d8b3 swift 14/11/01 16:13:35 Modified: selinux-mysql-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-mysql/selinux-mysql-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-mysql/selinux-mysql-9999.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-mysql/selinux-mysql-9999.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-mysql/selinux-mysql-9999.ebuild?r1=1.2&r2=1.3 Index: selinux-mysql-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-mysql/selinux-mysql-9999.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- selinux-mysql-9999.ebuild 8 Aug 2014 18:49:35 -0000 1.2 +++ selinux-mysql-9999.ebuild 1 Nov 2014 16:13:35 -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-mysql/selinux-mysql-9999.ebuild,v 1.2 2014/08/08 18:49:35 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mysql/selinux-mysql-9999.ebuild,v 1.3 2014/11/01 16:13:35 swift Exp $ EAPI="5" IUSE="" @@ -10,4 +10,8 @@ DESCRIPTION="SELinux policy for mysql" -KEYWORDS="" +if [[ $PV == 9999* ]] ; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi 1.79 sec-policy/selinux-mysql/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-mysql/ChangeLog?rev=1.79&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-mysql/ChangeLog?rev=1.79&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-mysql/ChangeLog?r1=1.78&r2=1.79 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-mysql/ChangeLog,v retrieving revision 1.78 retrieving revision 1.79 diff -u -r1.78 -r1.79 --- ChangeLog 22 Aug 2014 17:40:09 -0000 1.78 +++ ChangeLog 1 Nov 2014 16:13:35 -0000 1.79 @@ -1,6 +1,9 @@ # ChangeLog for sec-policy/selinux-mysql # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mysql/ChangeLog,v 1.78 2014/08/22 17:40:09 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mysql/ChangeLog,v 1.79 2014/11/01 16:13:35 swift Exp $ + + 01 Nov 2014; Sven Vermeulen selinux-mysql-9999.ebuild: + Add KEYWORDS logic in -9999 ebuilds for ease of copying 22 Aug 2014; Sven Vermeulen selinux-mysql-2.20140311-r5.ebuild: