Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 750860 | Differences between
and this patch

Collapse All | Expand All

(-)apparmor-profiles-3.0.0-r1.ebuild (-3 / +3 lines)
Lines 7-13 Link Here
7
7
8
DESCRIPTION="A collection of profiles for the AppArmor application security system"
8
DESCRIPTION="A collection of profiles for the AppArmor application security system"
9
HOMEPAGE="https://gitlab.com/apparmor/apparmor/wikis/home"
9
HOMEPAGE="https://gitlab.com/apparmor/apparmor/wikis/home"
10
SRC_URI="https://launchpad.net/apparmor/${MY_PV}/${MY_PV}/+download/apparmor-${PV}.tar.gz"
10
SRC_URI="https://gitlab.com/apparmor/apparmor/-/archive/v${PV}/apparmor-v${PV}.tar.bz2"
11
11
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
SLOT="0"
13
SLOT="0"
Lines 16-27 Link Here
16
16
17
RESTRICT="test"
17
RESTRICT="test"
18
18
19
S=${WORKDIR}/apparmor-${PV}/profiles
19
S=${WORKDIR}/apparmor-v${PV}/profiles
20
20
21
src_install() {
21
src_install() {
22
	if use minimal ; then
22
	if use minimal ; then
23
		insinto /etc/apparmor.d
23
		insinto /etc/apparmor.d
24
		doins -r apparmor.d/{abi,abstractions,tunables}
24
		doins -r apparmor.d/{abstractions,tunables}
25
	else
25
	else
26
		default
26
		default
27
	fi
27
	fi

Return to bug 750860