Skip to content

Commit

Permalink
upd pam_apparmor
Browse files Browse the repository at this point in the history
  • Loading branch information
barzog committed Jun 22, 2017
1 parent 1b1b7b5 commit 9965c8f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions sys-auth/pam_apparmor/pam_apparmor-2.11.0.ebuild
@@ -0,0 +1,22 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/apparmor/apparmor-2.8.4.ebuild,v 1.1 2014/10/15 15:34:32 kensington Exp $

EAPI=5

inherit eutils toolchain-funcs versionator

DESCRIPTION="PAM library for use with AppArmor application security system"
HOMEPAGE="http://wiki.apparmor.net/index.php/Pam_apparmor"
SRC_URI="http://launchpad.net/apparmor/$(get_version_component_range 1-2)/${PV}/+download/apparmor-${PV}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="doc"

DEPEND="=sys-libs/libapparmor-2.11.0"

S=${WORKDIR}/apparmor-${PV}/changehat/pam_apparmor


0 comments on commit 9965c8f

Please sign in to comment.