summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-11-13 17:02:38 -0500
committerAaron Bauman <bman@gentoo.org>2020-11-13 17:05:17 -0500
commit17ee13c5d051f816b564a7c1bbacb6d30c73562b (patch)
treee51f33d44ae601935aca0321ed3ad5e361545310
parentsys-fs/inotify-tools: Stabilize 3.20.2.2 arm, #754306 (diff)
downloadgentoo-17ee13c5d051f816b564a7c1bbacb6d30c73562b.tar.gz
gentoo-17ee13c5d051f816b564a7c1bbacb6d30c73562b.tar.bz2
gentoo-17ee13c5d051f816b564a7c1bbacb6d30c73562b.zip
dev-libs/ustr: drop static-libs per QA
Signed-off-by: Aaron Bauman <bman@gentoo.org>
-rw-r--r--dev-libs/ustr/ustr-1.0.4-r8.ebuild4
-rw-r--r--dev-libs/ustr/ustr-1.0.4-r9.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/ustr/ustr-1.0.4-r8.ebuild b/dev-libs/ustr/ustr-1.0.4-r8.ebuild
index 6fb52670f3b5..e625d492455c 100644
--- a/dev-libs/ustr/ustr-1.0.4-r8.ebuild
+++ b/dev-libs/ustr/ustr-1.0.4-r8.ebuild
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.and.org/pub/james/ustr/${PV}/${P}.tar.bz2"
LICENSE="|| ( BSD-2 MIT LGPL-2 )"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
-IUSE="static-libs ustr-import"
+IUSE="ustr-import"
DOCS=(ChangeLog README README-DEVELOPERS AUTHORS NEWS TODO)
@@ -29,7 +29,7 @@ src_prepare() {
_emake() {
emake \
- USE_STATIC=$(usex static-libs) \
+ USE_STATIC="no" \
AR="$(tc-getAR)" \
CC="$(tc-getCC)" \
CFLAGS="${CFLAGS} ${CPPFLAGS}" \
diff --git a/dev-libs/ustr/ustr-1.0.4-r9.ebuild b/dev-libs/ustr/ustr-1.0.4-r9.ebuild
index c3bbc52d9eb9..184372af56b2 100644
--- a/dev-libs/ustr/ustr-1.0.4-r9.ebuild
+++ b/dev-libs/ustr/ustr-1.0.4-r9.ebuild
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.and.org/pub/james/ustr/${PV}/${P}.tar.bz2"
LICENSE="|| ( BSD-2 MIT LGPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
-IUSE="static-libs ustr-import"
+IUSE="ustr-import"
DOCS=(ChangeLog README README-DEVELOPERS AUTHORS NEWS TODO)
@@ -33,7 +33,7 @@ src_prepare() {
_emake() {
emake \
- USE_STATIC=$(usex static-libs) \
+ USE_STATIC="no" \
AR="$(tc-getAR)" \
CC="$(tc-getCC)" \
CFLAGS="${CFLAGS} ${CPPFLAGS}" \