Advertisement
tamjan

archlinux-keyring-20240313.ebuild patch

Apr 17th, 2024
575
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 2.28 KB | None | 0 0
  1. diff --git a/app-crypt/archlinux-keyring/Manifest b/app-crypt/archlinux-keyring/Manifest
  2. index a7878e3..6106c1c 100644
  3. --- a/app-crypt/archlinux-keyring/Manifest
  4. +++ b/app-crypt/archlinux-keyring/Manifest
  5. @@ -1 +1 @@
  6. -DIST archlinux-keyring-20240313.tar.gz 1252554 BLAKE2B 2d5e8502baffb79c46628f346562e7cefd64d3f2f2f99c245e81b65a1bc935926ef1a1ee2ed55b501236a090539a76d8a3df32a55bb249f08ddfdbef8c9fad16 SHA512 c01d701cad38cbc03eb154e4e7357c9ccda6fce24b38bb04fe20a4a00188514e5c94a49fb23fc0c3eac6b44a786e4fa6d6a87fe87736eb6088ca0d3e3698ba49
  7. +DIST archlinux-keyring-20240313.tar.gz 1524297 BLAKE2B 3a3c205ad420a3442e9d8efe18508b0e4e20f2e80e768cb75af0be2e49b806edc83458da921e383d97a3660e0c14b3b8b60cedf11b8b5c3223ad95d7a6f721e5 SHA512 8caedebccd31a62264cb7c5e8d4c7f3e326f018b6e9148ab31e19e58a60b64c0ee2a641090c77a40bcfba93ef4ce13132b721241a0404816b40e28da4fd36f9b
  8. diff --git a/app-crypt/archlinux-keyring/archlinux-keyring-20240313.ebuild b/app-crypt/archlinux-keyring/archlinux-keyring-20240313.ebuild
  9. index 572c393..8db8f36 100644
  10. --- a/app-crypt/archlinux-keyring/archlinux-keyring-20240313.ebuild
  11. +++ b/app-crypt/archlinux-keyring/archlinux-keyring-20240313.ebuild
  12. @@ -3,16 +3,18 @@
  13.  
  14.  EAPI="8"
  15.  
  16. +inherit systemd
  17. +
  18.  DESCRIPTION="GnuPG keyring of Archlinux developer keys"
  19.  HOMEPAGE="https://gitlab.archlinux.org/archlinux/archlinux-keyring/-/releases"
  20. -SRC_URI="https://gitlab.archlinux.org/archlinux/archlinux-keyring/-/releases/${PV}/downloads/archlinux-keyring-${PV}.tar.gz"
  21. +SRC_URI="https://gitlab.archlinux.org/archlinux/archlinux-keyring/-/archive/${PV}/archlinux-keyring-${PV}.tar.gz"
  22.  
  23.  LICENSE="GPL-2"
  24.  SLOT="0"
  25.  KEYWORDS="~amd64"
  26.  IUSE=""
  27.  
  28. -BDEPEND="app-crypt/sequoia-sq"
  29. +BDEPEND=">=app-crypt/sequoia-sq-0.34"
  30.  
  31.  src_prepare() {
  32.         default
  33. @@ -20,7 +22,7 @@ src_prepare() {
  34.         # On non-systemd installations the service files are thrown
  35.         # directly into /. Hard-code the path as a quick and dirty solution.
  36.         # If it breaks for someone else, please complain, too and I'll revert it.
  37. -       sed -i "s#\$\(shell pkgconf --variable systemd_system_unit_dir systemd\)#/usr/lib/systemd/system#" Makefile || die
  38. +       sed -i -E "s#\\$\\(shell pkgconf --variable systemd_system_unit_dir systemd\\)#$(systemd_get_systemunitdir)#" Makefile || die
  39.  }
  40.  
  41.  src_install() {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement