From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D6F43158094 for ; Mon, 4 Jul 2022 17:38:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D06FE0B04; Mon, 4 Jul 2022 17:38:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01BC0E0B04 for ; Mon, 4 Jul 2022 17:38:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 11C4C341A03 for ; Mon, 4 Jul 2022 17:38:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EF68522 for ; Mon, 4 Jul 2022 17:38:55 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1656956332.258deff59b8d086062010128c1f9f4bcf988b64d.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_gnutls/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apache/mod_gnutls/mod_gnutls-0.12.0-r1.ebuild www-apache/mod_gnutls/mod_gnutls-0.12.0.ebuild X-VCS-Directories: www-apache/mod_gnutls/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 258deff59b8d086062010128c1f9f4bcf988b64d X-VCS-Branch: master Date: Mon, 4 Jul 2022 17:38:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e8d40b97-3bfe-4e22-b510-5d36c4d20082 X-Archives-Hash: 9627e654cfad763fab7e1f07e4c4e22a commit: 258deff59b8d086062010128c1f9f4bcf988b64d Author: Joonas Niilola gentoo org> AuthorDate: Mon Jul 4 17:38:13 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Jul 4 17:38:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=258deff5 www-apache/mod_gnutls: enable lfs flags on 0.12.0 Closes: https://bugs.gentoo.org/856349 Signed-off-by: Joonas Niilola gentoo.org> .../{mod_gnutls-0.12.0.ebuild => mod_gnutls-0.12.0-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/www-apache/mod_gnutls/mod_gnutls-0.12.0.ebuild b/www-apache/mod_gnutls/mod_gnutls-0.12.0-r1.ebuild similarity index 93% rename from www-apache/mod_gnutls/mod_gnutls-0.12.0.ebuild rename to www-apache/mod_gnutls/mod_gnutls-0.12.0-r1.ebuild index c662af6323be..f52b033c580c 100644 --- a/www-apache/mod_gnutls/mod_gnutls-0.12.0.ebuild +++ b/www-apache/mod_gnutls/mod_gnutls-0.12.0-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) -inherit autotools apache-module python-any-r1 +inherit autotools flag-o-matic apache-module python-any-r1 DESCRIPTION="mod_gnutls uses GnuTLS for SSL/TLS encryption in Apache2 (compare to mod_ssl)" HOMEPAGE="https://mod.gnutls.org/" @@ -69,6 +69,9 @@ src_prepare() { } src_configure() { + # Add LFS flags, enable x86 support. #856349 + append-lfs-flags + local myeconfargs=( --with-apxs="${APXS}" --disable-strict