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-utils-3.0.0-r1.ebuild (-2 / +2 lines)
Lines 10-16 Link Here
10
10
11
DESCRIPTION="Additional userspace utils to assist with AppArmor profile management"
11
DESCRIPTION="Additional userspace utils to assist with AppArmor profile management"
12
HOMEPAGE="https://gitlab.com/apparmor/apparmor/wikis/home"
12
HOMEPAGE="https://gitlab.com/apparmor/apparmor/wikis/home"
13
SRC_URI="https://launchpad.net/apparmor/${MY_PV}/${MY_PV}/+download/apparmor-${PV}.tar.gz"
13
SRC_URI="https://gitlab.com/apparmor/apparmor/-/archive/v${PV}/apparmor-v${PV}.tar.bz2"
14
14
15
LICENSE="GPL-2"
15
LICENSE="GPL-2"
16
SLOT="0"
16
SLOT="0"
Lines 38-44 Link Here
38
	virtual/perl-Data-Dumper
38
	virtual/perl-Data-Dumper
39
	virtual/perl-Getopt-Long"
39
	virtual/perl-Getopt-Long"
40
40
41
S=${WORKDIR}/apparmor-${PV}
41
S=${WORKDIR}/apparmor-v${PV}
42
42
43
src_prepare() {
43
src_prepare() {
44
	default
44
	default

Return to bug 750860