2015-01-29 17:27:04 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
2014-05-30 10:17:28 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-11 00:17:55 +03:00
|
|
|
# $Id$
|
2014-05-30 10:17:28 +04:00
|
|
|
EAPI="5"
|
|
|
|
|
|
|
|
IUSE=""
|
|
|
|
MODS="mutt"
|
|
|
|
|
|
|
|
inherit selinux-policy-2
|
|
|
|
|
|
|
|
DESCRIPTION="SELinux policy for mutt"
|
|
|
|
|
2014-12-22 03:03:58 +03:00
|
|
|
if [[ $PV == 9999* ]] ; then
|
|
|
|
KEYWORDS=""
|
|
|
|
else
|
2015-01-29 17:27:04 +03:00
|
|
|
KEYWORDS="amd64 x86"
|
2014-12-22 03:03:58 +03:00
|
|
|
fi
|