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

(-)libapparmor-3.0.0.ebuild (-3 / +1 lines)
Lines 14-20 Link Here
14
14
15
DESCRIPTION="Library to support AppArmor userspace utilities"
15
DESCRIPTION="Library to support AppArmor userspace utilities"
16
HOMEPAGE="https://gitlab.com/apparmor/apparmor/wikis/home"
16
HOMEPAGE="https://gitlab.com/apparmor/apparmor/wikis/home"
17
SRC_URI="https://launchpad.net/apparmor/${MY_PV}/${MY_PV}/+download/apparmor-${PV}.tar.gz"
17
SRC_URI="https://launchpad.net/apparmor/${MY_PV}/${PV}/+download/apparmor-${PV}.tar.gz"
18
18
19
LICENSE="GPL-2 LGPL-2.1"
19
LICENSE="GPL-2 LGPL-2.1"
20
SLOT="0"
20
SLOT="0"
Lines 35-42 Link Here
35
35
36
S=${WORKDIR}/apparmor-${PV}/libraries/${PN}
36
S=${WORKDIR}/apparmor-${PV}/libraries/${PN}
37
37
38
PATCHES=( "${FILESDIR}/${PN}-3.0.0-symbol_visibility.patch" )
39
40
# depends on the package already being installed
38
# depends on the package already being installed
41
RESTRICT="test"
39
RESTRICT="test"
42
40

Return to bug 750860