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-3.0.0.ebuild (-2 / +2 lines)
Lines 9-15 Link Here
9
9
10
DESCRIPTION="Userspace utils and init scripts for the AppArmor application security system"
10
DESCRIPTION="Userspace utils and init scripts for the AppArmor application security system"
11
HOMEPAGE="https://gitlab.com/apparmor/apparmor/wikis/home"
11
HOMEPAGE="https://gitlab.com/apparmor/apparmor/wikis/home"
12
SRC_URI="https://launchpad.net/${PN}/${MY_PV}/${MY_PV}/+download/${PN}-${PV}.tar.gz"
12
SRC_URI="https://gitlab.com/apparmor/apparmor/-/archive/v${PV}/apparmor-v${PV}.tar.bz2"
13
13
14
LICENSE="GPL-2"
14
LICENSE="GPL-2"
15
SLOT="0"
15
SLOT="0"
Lines 27-33 Link Here
27
	doc? ( dev-tex/latex2html )
27
	doc? ( dev-tex/latex2html )
28
"
28
"
29
29
30
S=${WORKDIR}/apparmor-${PV}/parser
30
S=${WORKDIR}/apparmor-v${PV}/parser
31
31
32
PATCHES=(
32
PATCHES=(
33
	"${FILESDIR}/${PN}-3.0.0-makefile.patch"
33
	"${FILESDIR}/${PN}-3.0.0-makefile.patch"

Return to bug 750860