diff options
author | Zac Medico <zmedico@gentoo.org> | 2024-06-01 13:14:51 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2024-06-01 13:30:23 -0700 |
commit | e359d098225e9bf9c505c11b9ee45b1fdb14f09f (patch) | |
tree | 79237102d7a2d9e2c35415274d6bbcd4e73df650 /app-containers | |
parent | app-misc/tmux: install a basic systemd user service/socket (diff) | |
download | gentoo-e359d098225e9bf9c505c11b9ee45b1fdb14f09f.tar.gz gentoo-e359d098225e9bf9c505c11b9ee45b1fdb14f09f.tar.bz2 gentoo-e359d098225e9bf9c505c11b9ee45b1fdb14f09f.zip |
app-containers/snapd: 2.63 GNU_SOURCE patch for bug 933073
Closes: https://bugs.gentoo.org/933073
Closes: https://github.com/gentoo/gentoo/pull/36957
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/snapd/Manifest | 1 | ||||
-rw-r--r-- | app-containers/snapd/snapd-2.63.ebuild | 6 |
2 files changed, 5 insertions, 2 deletions
diff --git a/app-containers/snapd/Manifest b/app-containers/snapd/Manifest index 89d58b906a8b..6ddc12332feb 100644 --- a/app-containers/snapd/Manifest +++ b/app-containers/snapd/Manifest @@ -1,3 +1,4 @@ DIST snapd-2.58.tar.xz 6980916 BLAKE2B d3de507513db808fa4f85498b5c238de143f06660f1d677186c8c763b38643a2486e25b747977b3eb584619d79ea0a12e88dc5a909045a853c1d8f849f2c1638 SHA512 555915b8b4d9d2d91a3ba19e9e78cf6b19d9683a9f390ad225aa5876320cb8595b464d6133706c4923fc15fbe04ba2b65a47e403c9a2d8859adae827f8ec000a DIST snapd-2.61.tar.xz 7626784 BLAKE2B d716e91df4702fbd415bb6204a4557f37afd3dce187e3bca33b12a2ac5a1b54d1c31473d1537a784f6cbbfaf213f676d1f1b29d716e8c5f45a785229c9f3e018 SHA512 2fd432d7ef2204535576e980de7060ad15a0b3610b25e0f41b630ae34e172f97460f0a38d9d456af08dd36c619e90119219788a49e56a69afc7fbf014fc1db22 +DIST snapd-2.63-bug-933073-GNU_SOURCE.patch 870 BLAKE2B acc2a9ec7ca16849736701b37e51f238be5700cf0cd40dac6493f126a48235ffc1f103096d546313d05a2262f8bdb6f84966cbb79c4cf3f5c1cdf4dfd5dc231e SHA512 5e4018d1972e18496666cf60c6e132f8655d8f0f4d6f8a77f9a7e5d2063b823f97a17bf26b562e6ab93ea32f081a90df6969a617e77114f37553a350f44f11fb DIST snapd-2.63.tar.xz 7502152 BLAKE2B 8ae38699227b7f0e6b512526fc8857b3e50ed220ac95860c372ca0a4b26f5a034bd9309688217696444254e41cc70fe3a45c0bf026c84e5f950e7df8aebd47a0 SHA512 956ee142ab6cb5de522307f7844819c861b2831e22dab56f7bfca16ff7f947093f8a8727d49370cc000ed71f3af9c57cff9c4be93ebf199e8c631a152a68ec5b diff --git a/app-containers/snapd/snapd-2.63.ebuild b/app-containers/snapd/snapd-2.63.ebuild index 56a00504636a..994f00213a29 100644 --- a/app-containers/snapd/snapd-2.63.ebuild +++ b/app-containers/snapd/snapd-2.63.ebuild @@ -9,11 +9,13 @@ DESCRIPTION="Service and tools for management of snap packages" HOMEPAGE="http://snapcraft.io/" SRC_URI="https://github.com/snapcore/snapd/releases/download/${PV}/snapd_${PV}.vendor.tar.xz -> ${P}.tar.xz" +SRC_URI+=" https://github.com/snapcore/snapd/commit/1b035da5d873518ee4be31dacb1191c77ce0b644.patch -> ${P}-bug-933073-GNU_SOURCE.patch" +PATCHES=("${DISTDIR}/${P}-bug-933073-GNU_SOURCE.patch") MY_PV=${PV} -KEYWORDS="~amd64" - LICENSE="GPL-3 Apache-2.0 BSD BSD-2 LGPL-3-with-linking-exception MIT" SLOT="0" +KEYWORDS="~amd64" + IUSE="apparmor +forced-devmode gtk kde systemd" REQUIRED_USE="!forced-devmode? ( apparmor ) systemd" |