diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2022-04-03 15:29:57 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2022-04-03 15:29:57 +0200 |
commit | 9365297e62f5e81df382c2c6738048b05bdc7b42 (patch) | |
tree | ffbc31b429ef96cad6bca1bdb5c2d1f2b893f6a1 /mail-client | |
parent | mail-client/claws-mail: xdg_src_prepare no longer gets exported with EAPI-8 (diff) | |
download | gentoo-9365297e62f5e81df382c2c6738048b05bdc7b42.tar.gz gentoo-9365297e62f5e81df382c2c6738048b05bdc7b42.tar.bz2 gentoo-9365297e62f5e81df382c2c6738048b05bdc7b42.zip |
mail-client/claws-mail: Synced live ebuild
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/claws-mail/claws-mail-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-client/claws-mail/claws-mail-9999.ebuild b/mail-client/claws-mail/claws-mail-9999.ebuild index 9b09dc5f2698..741739274283 100644 --- a/mail-client/claws-mail/claws-mail-9999.ebuild +++ b/mail-client/claws-mail/claws-mail-9999.ebuild @@ -124,7 +124,7 @@ pkg_setup() { } src_prepare() { - xdg_src_prepare + default eautoreconf } |