diff options
author | Jason Zaman <perfinion@gentoo.org> | 2015-07-02 18:01:18 +0000 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2015-07-02 18:01:18 +0000 |
commit | 9147d6e5bd6388e5b70bbf9941467cdb19f8f032 (patch) | |
tree | 02e958a8f0e321ac5d80db5eea912b9664e8df8c /sec-policy/selinux-postfix/selinux-postfix-2.20141203-r7.ebuild | |
parent | remove all old versions (diff) | |
download | historical-9147d6e5bd6388e5b70bbf9941467cdb19f8f032.tar.gz historical-9147d6e5bd6388e5b70bbf9941467cdb19f8f032.tar.bz2 historical-9147d6e5bd6388e5b70bbf9941467cdb19f8f032.zip |
Release of 2.20141203-r7
Package-Manager: portage-2.2.18/cvs/Linux x86_64
Manifest-Sign-Key: 0x7EF137EC935B0EAF
Diffstat (limited to 'sec-policy/selinux-postfix/selinux-postfix-2.20141203-r7.ebuild')
-rw-r--r-- | sec-policy/selinux-postfix/selinux-postfix-2.20141203-r7.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sec-policy/selinux-postfix/selinux-postfix-2.20141203-r7.ebuild b/sec-policy/selinux-postfix/selinux-postfix-2.20141203-r7.ebuild new file mode 100644 index 000000000000..2c6fb190730b --- /dev/null +++ b/sec-policy/selinux-postfix/selinux-postfix-2.20141203-r7.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-postfix/selinux-postfix-2.20141203-r7.ebuild,v 1.1 2015/07/02 17:59:41 perfinion Exp $ +EAPI="5" + +IUSE="" +MODS="postfix" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for postfix" + +if [[ $PV == 9999* ]] ; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi |