diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-06-09 16:31:17 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-06-09 16:31:44 -0500 |
commit | 581992d518bbcd54a065dac61830f38041b7f8c1 (patch) | |
tree | 93d9badb8a4e66be6ba1c1b93472a3faf7665e75 /sys-apps/bolt | |
parent | app-vim/omnicppcomplete: keyworded 0.41 for ppc64 (diff) | |
download | gentoo-581992d518bbcd54a065dac61830f38041b7f8c1.tar.gz gentoo-581992d518bbcd54a065dac61830f38041b7f8c1.tar.bz2 gentoo-581992d518bbcd54a065dac61830f38041b7f8c1.zip |
sys-apps/bolt: fix patch checksum error
fixed in place as both a build error and a non-on disk install impacting
change.
error caused by gitlab updating the version of git and changing the
dynamically generated patch. Switched to a more static patch.
Closes: https://bugs.gentoo.org/727650
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'sys-apps/bolt')
-rw-r--r-- | sys-apps/bolt/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/bolt/bolt-0.8-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/bolt/metadata.xml | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/sys-apps/bolt/Manifest b/sys-apps/bolt/Manifest index 9cb76e1b17ca..3b47c23f3da5 100644 --- a/sys-apps/bolt/Manifest +++ b/sys-apps/bolt/Manifest @@ -1,2 +1,2 @@ DIST bolt-0.8.tar.gz 219317 BLAKE2B 9d76f3630d7f690c96447a894e54095deb7a19e46f2b02d7fbd9e584376d6b1a19391007a3a80e293adc8c9de6470279b587807d08006bbc12c7179bf0501e40 SHA512 0fdbc026178a4ca6a8c53aa46933d1c411eb04e350955f8b10c7faff814576d0796dd28e56b968648e549c79cf5fa13d43970d797595af0f66457abaef8ace09 -DIST bolt-210.patch 694 BLAKE2B 237d314aa8e4b1ed92931b5cef3079c23a55eca0cbb15038a92acf49b6563152229ff2bca8b9e30088d24a2ffb6c206dac5f3d73b69531182f0639675af36d56 SHA512 307b7c7efc18d2a22311e15e314604bd7d9721b18dfb8a3bab0e1147c3109c65313c3f7fe788431e64e6b26796b8a1da7f1963f9c2cdd8199d0f54349c2f60ce +DIST bolt-210-r2.patch 369 BLAKE2B 2ee8b084d8a89fac361e434fddaac50a1c10fd412b450dbe496d263d07cbd9961c33b84b04ae8296154ad16c01f6c3ba6599b48649d54c4ceb77d52797eddb53 SHA512 e66787ab18acb9924903ab92bf878e48b4aed39ea6aa18d874121316cb0452a00358a4adde1e7bbd903d682a6a001e20fd573af782db25d6c54b18ffafd29329 diff --git a/sys-apps/bolt/bolt-0.8-r1.ebuild b/sys-apps/bolt/bolt-0.8-r1.ebuild index 816710f173b7..83ece17b667f 100644 --- a/sys-apps/bolt/bolt-0.8-r1.ebuild +++ b/sys-apps/bolt/bolt-0.8-r1.ebuild @@ -8,7 +8,7 @@ inherit meson systemd DESCRIPTION="Userspace system daemon to enable security levels for Thunderbolt 3" HOMEPAGE="https://gitlab.freedesktop.org/bolt/bolt" SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz - https://gitlab.freedesktop.org/bolt/bolt/merge_requests/210.patch -> ${PN}-210.patch" + https://gitlab.freedesktop.org/bolt/bolt/-/commit/5a739574608e5190816b3efd22e75f214c5fe4c4.diff -> ${PN}-210-r2.patch" LICENSE="LGPL-2.1" SLOT="0" @@ -27,7 +27,7 @@ DEPEND=" RDEPEND="${DEPEND}" PATCHES=( - "${DISTDIR}/${PN}-210.patch" + "${DISTDIR}/${PN}-210-r2.patch" ) src_configure() { diff --git a/sys-apps/bolt/metadata.xml b/sys-apps/bolt/metadata.xml index f67393ceb5f7..3ffdeb4af3b5 100644 --- a/sys-apps/bolt/metadata.xml +++ b/sys-apps/bolt/metadata.xml @@ -5,7 +5,4 @@ <email>prometheanfire@gentoo.org</email> <name>Matthew Thode</name> </maintainer> - <longdescription lang="en"> - Userspace system daemon to enable security levels for Thunderbolt 3 on GNU/Linux. - </longdescription> </pkgmetadata> |