From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/agg/
Date: Mon, 28 May 2018 17:55:31 +0000 (UTC) [thread overview]
Message-ID: <1527530126.3b865b7853c88ee669498f8b11d40815833b83fe.pacho@gentoo> (raw)
commit: 3b865b7853c88ee669498f8b11d40815833b83fe
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 17:54:28 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon May 28 17:55:26 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b865b78
x11-libs/agg: Fix static libs handling, only install needed .la files
(none are needed with -static-libs and *some* are needed with static)
Package-Manager: Portage-2.3.38, Repoman-2.3.9
x11-libs/agg/agg-2.5-r3.ebuild | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/x11-libs/agg/agg-2.5-r3.ebuild b/x11-libs/agg/agg-2.5-r3.ebuild
index d9bf36876ff..de2db3f9f25 100644
--- a/x11-libs/agg/agg-2.5-r3.ebuild
+++ b/x11-libs/agg/agg-2.5-r3.ebuild
@@ -2,8 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-
-inherit autotools
+inherit autotools ltprune
DESCRIPTION="High quality rendering engine library for C++"
HOMEPAGE="http://antigrain.com/"
@@ -46,11 +45,16 @@ src_configure() {
local myeconfargs=(
--disable-ctrl
--disable-examples
- --disable-dependency-tracking
$(use_enable gpc)
$(use_enable sdl)
+ $(use_enable static-libs static)
$(use_enable truetype freetype)
$(use_with X x)
)
econf ${myeconfargs[@]}
}
+
+src_install() {
+ default
+ prune_libtool_files
+}
next reply other threads:[~2018-05-28 17:55 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-28 17:55 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-05-29 20:30 [gentoo-commits] repo/gentoo:master commit in: x11-libs/agg/ Pacho Ramos
2018-08-26 20:35 Michał Górny
2018-10-01 21:47 Thomas Deutschmann
2018-10-02 18:32 Sergei Trofimovich
2018-10-05 13:28 Mikle Kolyada
2018-10-08 11:04 Mikle Kolyada
2018-10-08 11:04 Mikle Kolyada
2025-02-28 7:23 Alfredo Tupone
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=1527530126.3b865b7853c88ee669498f8b11d40815833b83fe.pacho@gentoo \
--to=pacho@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