summaryrefslogtreecommitdiff
path: root/x11-plugins/pidgin-gpg
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-31 20:59:14 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-31 20:59:14 +0100
commite748ba9741f6540f4675c23e3e37b73e822c13a4 (patch)
tree23dece8beabb3a3d7c6c0273b0eb40b21c62a889 /x11-plugins/pidgin-gpg
parent908778078736bd36f7a60a2d576d415cb8e000fa (diff)
gentoo resync : 31.05.2021
Diffstat (limited to 'x11-plugins/pidgin-gpg')
-rw-r--r--x11-plugins/pidgin-gpg/Manifest2
-rw-r--r--x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/pidgin-gpg/Manifest b/x11-plugins/pidgin-gpg/Manifest
index 2d6b40d32a13..75c4b99d4856 100644
--- a/x11-plugins/pidgin-gpg/Manifest
+++ b/x11-plugins/pidgin-gpg/Manifest
@@ -1,3 +1,3 @@
DIST pidgin-gpg-0.9.3.tar.gz 806492 BLAKE2B 67ca75307419fe25d6a7f90ce33f63e736eae59e0cab9fd2fafbf7f9ccd61569fb9906e755163400c462bcd63fa8e9b1e42deb98e459fb9e070d73de9cfb28ab SHA512 bff7ec08d7999d40b689aabc0b559b7eab1fae765b6ffc799e355601ac3a2bb05c3831c1e56e30b95f387c446f7d07d1576af7e7824094fca9ac6c6636d62f6c
-EBUILD pidgin-gpg-0.9.3.ebuild 587 BLAKE2B 227a5be81c857baf27ee7fca8dae72559a48a933ec4d31d03880e0d157c77fc4b54d2b6ed9018f5ce89b1a856892f08b2829b1a1b9c15bd4af3ccaa9f84ea1a3 SHA512 d3e5fc8313d7947ba044cdd445a231c8d166d0e1febb47ae7f6dea553ba7b13937e8d46ed3c0b0237743205e1c2b04454c8a40902546499bcdf7c3fffb15bc13
+EBUILD pidgin-gpg-0.9.3.ebuild 594 BLAKE2B 2044957f9c8489852b934af8fce9ea9f7cb64f203fca7977b9ec9e48c78d9542cb93a089b75d098019c1cafef98e4c5fa3a952d38eaf1da21c08d564f559cf0d SHA512 bbf8d7d973b3be0cab9defa7651e4376f9d47ef61de910bf25531d8830155bc5593aa594b6748afa75f4ae6d0bfdf3d614d98c8040a63353c7eaddb3d26e99b0
MISC metadata.xml 601 BLAKE2B a50fd4f65b5a35ced398de8cb427c1e8fb1969f9a594970b6178e4ba3b2e52bf1fffde004fe1bb51ab3a045a8acd0bd9e013e57608b9566aad942b27ecb1c8ec SHA512 b35e806fe2c3901cad3dda6adac3b6f76d45c23205e4cf1a4370d7501a3be11d4b7ea4825a9e802715caa8da416306dc09e075bf38fd8320435e0826b7928a71
diff --git a/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild b/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild
index 653c0ced057d..f699f16d0bb9 100644
--- a/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild
+++ b/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-inherit autotools ltprune
+inherit autotools
DESCRIPTION="Pidgin GPG/OpenPGP (XEP-0027) plugin"
HOMEPAGE="https://github.com/Draghtnod/Pidgin-GPG"
@@ -27,5 +27,5 @@ src_prepare() {
src_install() {
default
- prune_libtool_files --all
+ find "${ED}" -name '*.la' -delete || die
}