diff options
author | Sven Vermeulen <swift@gentoo.org> | 2014-11-01 16:13:42 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2014-11-01 16:13:42 +0000 |
commit | 58e42b93f0f516bccdb56597e3e79c6fa264ae6c (patch) | |
tree | 97566fb10935c814ac57e60eeb89a98b646968a7 /sec-policy/selinux-dropbox | |
parent | x11-misc/redshift: GTK+ 3.x with introspection (bug #527540) (diff) | |
download | gentoo-2-58e42b93f0f516bccdb56597e3e79c6fa264ae6c.tar.gz gentoo-2-58e42b93f0f516bccdb56597e3e79c6fa264ae6c.tar.bz2 gentoo-2-58e42b93f0f516bccdb56597e3e79c6fa264ae6c.zip |
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)
Diffstat (limited to 'sec-policy/selinux-dropbox')
-rw-r--r-- | sec-policy/selinux-dropbox/ChangeLog | 5 | ||||
-rw-r--r-- | sec-policy/selinux-dropbox/selinux-dropbox-9999.ebuild | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/sec-policy/selinux-dropbox/ChangeLog b/sec-policy/selinux-dropbox/ChangeLog index 8346269af0c3..0e66f367c2de 100644 --- a/sec-policy/selinux-dropbox/ChangeLog +++ b/sec-policy/selinux-dropbox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sec-policy/selinux-dropbox # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dropbox/ChangeLog,v 1.6 2014/08/22 17:40:02 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dropbox/ChangeLog,v 1.7 2014/11/01 16:13:39 swift Exp $ + + 01 Nov 2014; Sven Vermeulen <swift@gentoo.org> selinux-dropbox-9999.ebuild: + Add KEYWORDS logic in -9999 ebuilds for ease of copying 22 Aug 2014; Sven Vermeulen <swift@gentoo.org> selinux-dropbox-2.20140311-r5.ebuild: diff --git a/sec-policy/selinux-dropbox/selinux-dropbox-9999.ebuild b/sec-policy/selinux-dropbox/selinux-dropbox-9999.ebuild index 373c6b9e3464..a9a357570b8d 100644 --- a/sec-policy/selinux-dropbox/selinux-dropbox-9999.ebuild +++ b/sec-policy/selinux-dropbox/selinux-dropbox-9999.ebuild @@ -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-dropbox/selinux-dropbox-9999.ebuild,v 1.2 2014/08/08 18:49:52 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dropbox/selinux-dropbox-9999.ebuild,v 1.3 2014/11/01 16:13:39 swift Exp $ EAPI="5" IUSE="" @@ -10,7 +10,11 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for dropbox" -KEYWORDS="" +if [[ $PV == 9999* ]] ; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi DEPEND="${DEPEND} sec-policy/selinux-xserver " |