Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tdom/
Date: Sat, 01 Jan 2022 18:40:21
Message-Id: 1641062397.da1a233fd3778448f03040e852d5f949e9f8820a.tupone@gentoo
1 commit: da1a233fd3778448f03040e852d5f949e9f8820a
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 08:32:52 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 18:39:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da1a233f
7
8 dev-tcltk/tdom: static-libs ineffective
9
10 Closes: https://bugs.gentoo.org/830361
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 dev-tcltk/tdom/tdom-0.9.2.ebuild | 9 ++-------
15 1 file changed, 2 insertions(+), 7 deletions(-)
16
17 diff --git a/dev-tcltk/tdom/tdom-0.9.2.ebuild b/dev-tcltk/tdom/tdom-0.9.2.ebuild
18 index 29ad01876f00..4e841713b20a 100644
19 --- a/dev-tcltk/tdom/tdom-0.9.2.ebuild
20 +++ b/dev-tcltk/tdom/tdom-0.9.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -14,7 +14,7 @@ SRC_URI="http://tdom.org/downloads/${P}-src.tgz"
28 LICENSE="MPL-1.1"
29 SLOT="0"
30 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
31 -IUSE="static-libs threads"
32 +IUSE="threads"
33
34 DEPEND="
35 dev-lang/tcl:0=
36 @@ -77,9 +77,4 @@ src_install() {
37 emake DESTDIR="${D}" install
38 popd > /dev/null
39 done
40 -
41 - if ! use static-libs; then
42 - einfo "Removing static libs ..."
43 - rm -f "${ED}"/usr/$(get_libdir)/*.{a,la} || die
44 - fi
45 }