summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2018-12-12 17:47:25 -0600
committerTim Harder <radhermit@gentoo.org>2018-12-12 17:53:00 -0600
commit82efb81ecff61c7a88628cdead9eb6ee8d32d85b (patch)
treed4ed7f4accad0528a116c83b717962ea6529d523 /dev-libs/tinyxml2
parentmedia-sound/adplay: bump up to 1.8, bug #638580 (diff)
downloadgentoo-82efb81ecff61c7a88628cdead9eb6ee8d32d85b.tar.gz
gentoo-82efb81ecff61c7a88628cdead9eb6ee8d32d85b.tar.bz2
gentoo-82efb81ecff61c7a88628cdead9eb6ee8d32d85b.zip
dev-libs/tinyxml2: drop static-libs USE flag
Upstream collapsed static/shared builds into one target and we don't have any current users of static-libs in the tree so drop support for it instead of figuring out how to run configure/build/install twice with differing settings. Closes: https://bugs.gentoo.org/673046 Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'dev-libs/tinyxml2')
-rw-r--r--dev-libs/tinyxml2/tinyxml2-7.0.1-r1.ebuild (renamed from dev-libs/tinyxml2/tinyxml2-7.0.1.ebuild)7
1 files changed, 2 insertions, 5 deletions
diff --git a/dev-libs/tinyxml2/tinyxml2-7.0.1.ebuild b/dev-libs/tinyxml2/tinyxml2-7.0.1-r1.ebuild
index f4420188b798..5e24e7bc18ae 100644
--- a/dev-libs/tinyxml2/tinyxml2-7.0.1.ebuild
+++ b/dev-libs/tinyxml2/tinyxml2-7.0.1-r1.ebuild
@@ -12,12 +12,9 @@ SRC_URI="https://github.com/leethomason/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
LICENSE="ZLIB"
SLOT="0/7"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86"
-IUSE="static-libs test"
+IUSE="test"
multilib_src_configure() {
- local mycmakeargs=(
- -DBUILD_STATIC_LIBS=$(usex static-libs)
- -DBUILD_TESTING=$(usex test)
- )
+ local mycmakeargs=( -DBUILD_TESTING=$(usex test) )
cmake-utils_src_configure
}