public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libotr/
Date: Sun, 20 Oct 2019 14:31:12 +0000 (UTC)	[thread overview]
Message-ID: <1571581855.2cefb7db913129009c3d7b9f555d11bba972da04.soap@gentoo> (raw)

commit:     2cefb7db913129009c3d7b9f555d11bba972da04
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 20 14:30:55 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Oct 20 14:30:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cefb7db

net-libs/libotr: [QA] Do not install static archives

Closes: https://bugs.gentoo.org/465686
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-libs/libotr/libotr-4.1.1.ebuild | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/net-libs/libotr/libotr-4.1.1.ebuild b/net-libs/libotr/libotr-4.1.1.ebuild
index ed4e3b66ff8..ce15add6ba4 100644
--- a/net-libs/libotr/libotr-4.1.1.ebuild
+++ b/net-libs/libotr/libotr-4.1.1.ebuild
@@ -12,8 +12,19 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
-RDEPEND=">=dev-libs/libgcrypt-1.2:0
-	dev-libs/libgpg-error"
+RDEPEND="
+	dev-libs/libgcrypt:0=
+	dev-libs/libgpg-error:0="
 DEPEND="${RDEPEND}"
 
-DOCS=( AUTHORS ChangeLog NEWS README UPGRADING )
+src_configure() {
+	econf --disable-static
+}
+
+src_install() {
+	default
+	dodoc UPGRADING
+
+	# no static archives, #465686
+	find "${D}" -name '*.la' -delete || die
+}


             reply	other threads:[~2019-10-20 14:31 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-20 14:31 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-11-15  2:45 [gentoo-commits] repo/gentoo:master commit in: net-libs/libotr/ Sam James
2022-05-26  4:45 WANG Xuerui
2019-12-23 13:08 Lars Wendler
2019-04-02 19:19 Mikle Kolyada
2019-02-16  7:43 Mikle Kolyada
2017-01-29 19:33 Fabian Groffen
2016-03-20 17:23 Lars Wendler
2016-03-19 11:35 Agostino Sarubbo
2016-03-16 11:51 Agostino Sarubbo
2016-03-12  9:12 Jeroen Roovers
2016-03-10 16:17 Agostino Sarubbo
2016-03-10 16:13 Agostino Sarubbo
2016-03-08  8:59 Lars Wendler
2016-01-17 23:04 Lars Wendler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1571581855.2cefb7db913129009c3d7b9f555d11bba972da04.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox