gentoo-full-overlay/sec-policy/selinux-postgresql/selinux-postgresql-2.20161023-r4.ebuild

15 lines
341 B
Bash

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id: 42080577d7b4597bf04a2af723a453eadddb64e8 $
EAPI="6"
IUSE=""
MODS="postgresql"
inherit selinux-policy-2
DESCRIPTION="SELinux policy for postgresql"
if [[ ${PV} != 9999* ]] ; then
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
fi