commit: 087a2311136fc25673a24e2be65641158880be98 Author: orbea <orbea <AT> riseup <DOT> net> AuthorDate: Fri Oct 7 19:52:22 2022 +0000 Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> com> CommitDate: Fri Oct 7 21:11:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=087a2311
net-misc/stunnel: Add 5.64-r1 Signed-off-by: orbea <orbea <AT> riseup.net> Closes: https://github.com/gentoo/libressl/pull/456 Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com> net-misc/stunnel/{stunnel-5.64.ebuild => stunnel-5.64-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-misc/stunnel/stunnel-5.64.ebuild b/net-misc/stunnel/stunnel-5.64-r1.ebuild similarity index 94% rename from net-misc/stunnel/stunnel-5.64.ebuild rename to net-misc/stunnel/stunnel-5.64-r1.ebuild index 92fdce5..339ba22 100644 --- a/net-misc/stunnel/stunnel-5.64.ebuild +++ b/net-misc/stunnel/stunnel-5.64-r1.ebuild @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="ipv6 selinux stunnel3 tcpd" DEPEND=" @@ -87,6 +87,8 @@ src_install() { systemd_dounit "${S}/tools/stunnel.service" newtmpfiles "${FILESDIR}"/stunnel.tmpfiles.conf stunnel.conf + + find "${ED}" -name '*.la' -delete || die } pkg_postinst() {
