Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/teckit/
Date: Thu, 29 Dec 2016 15:31:34
Message-Id: 1483025480.21b5a5c42223558adf3a1017cd5e8eaf81269388.aballier@gentoo
1 commit: 21b5a5c42223558adf3a1017cd5e8eaf81269388
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 15:31:20 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 15:31:20 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21b5a5c4
7
8 app-text/teckit: add static-libs useflag
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-text/teckit/teckit-2.5.6.ebuild | 6 +++++-
13 1 file changed, 5 insertions(+), 1 deletion(-)
14
15 diff --git a/app-text/teckit/teckit-2.5.6.ebuild b/app-text/teckit/teckit-2.5.6.ebuild
16 index 2990413..1f14072 100644
17 --- a/app-text/teckit/teckit-2.5.6.ebuild
18 +++ b/app-text/teckit/teckit-2.5.6.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/silnrsi/teckit/archive/${PV}.tar.gz -> ${P}.tar.gz"
20 LICENSE="|| ( CPL-0.5 LGPL-2.1 )"
21 SLOT="0"
22 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
23 -IUSE=""
24 +IUSE="static-libs"
25
26 RDEPEND="sys-libs/zlib
27 dev-libs/expat"
28 @@ -26,6 +26,10 @@ src_prepare() {
29 eautoreconf
30 }
31
32 +src_configure() {
33 + econf $(use_enable static-libs static)
34 +}
35 +
36 src_install() {
37 emake DESTDIR="${D}" install || die
38 dodoc AUTHORS README NEWS