--- apparmor-profiles-3.0.0-r1.ebuild 2020-11-25 09:39:18.000000000 +0200 +++ apparmor-profiles-3.0.1.ebuild 2020-12-05 13:31:42.960250515 +0200 @@ -7,7 +7,7 @@ DESCRIPTION="A collection of profiles for the AppArmor application security system" HOMEPAGE="https://gitlab.com/apparmor/apparmor/wikis/home" -SRC_URI="https://launchpad.net/apparmor/${MY_PV}/${MY_PV}/+download/apparmor-${PV}.tar.gz" +SRC_URI="https://gitlab.com/apparmor/apparmor/-/archive/v${PV}/apparmor-v${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" @@ -16,12 +16,12 @@ RESTRICT="test" -S=${WORKDIR}/apparmor-${PV}/profiles +S=${WORKDIR}/apparmor-v${PV}/profiles src_install() { if use minimal ; then insinto /etc/apparmor.d - doins -r apparmor.d/{abi,abstractions,tunables} + doins -r apparmor.d/{abstractions,tunables} else default fi