commit: f7a5ca021ff1912f2d70ce088af28dd33d5d706d Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Thu Aug 8 21:06:06 2024 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Thu Aug 8 21:06:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f7a5ca02
x11-themes/phosh-wallpapers: add missing keys dep Closes: https://bugs.gentoo.org/937550 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> x11-themes/phosh-wallpapers/phosh-wallpapers-0.40.0.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/x11-themes/phosh-wallpapers/phosh-wallpapers-0.40.0.ebuild b/x11-themes/phosh-wallpapers/phosh-wallpapers-0.40.0.ebuild index 5cccfb8f6..d62ef3989 100644 --- a/x11-themes/phosh-wallpapers/phosh-wallpapers-0.40.0.ebuild +++ b/x11-themes/phosh-wallpapers/phosh-wallpapers-0.40.0.ebuild @@ -14,6 +14,12 @@ LICENSE="CC0-1.0 CC-BY-SA-4.0 GPL-3+" SLOT="0" KEYWORDS="~amd64" +BDEPEND=" + verify-sig? ( + sec-keys/openpgp-keys-phosh + ) +" + VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/phosh.asc" pkg_postinst() {
