mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
*/*: fix BetterCompressionCheck
pkgcheck scan -c BetterCompressionCheck -R FormatReporter --format \
'{category}/{package}/{package}-{version}.ebuild' | xargs sed -i \
'/https:\/\/gitlab/s/tar.gz/tar.bz2/g'
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
@@ -7,7 +7,7 @@ inherit cmake systemd
|
||||
|
||||
DESCRIPTION="A minimal composable infrastructure on top of libudev and libevdev"
|
||||
HOMEPAGE="https://gitlab.com/interception/linux/tools"
|
||||
SRC_URI="https://gitlab.com/interception/linux/tools/-/archive/v${PV}/tools-v${PV}.tar.gz"
|
||||
SRC_URI="https://gitlab.com/interception/linux/tools/-/archive/v${PV}/tools-v${PV}.tar.bz2"
|
||||
|
||||
S="${WORKDIR}/tools-v${PV}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user