summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/getRandomName/getRandomName-0.9.1-r1.ebuild (renamed from app-text/getRandomName/getRandomName-0.9.1.ebuild)3
-rw-r--r--app-text/getRandomName/getRandomName-9999.ebuild3
2 files changed, 4 insertions, 2 deletions
diff --git a/app-text/getRandomName/getRandomName-0.9.1.ebuild b/app-text/getRandomName/getRandomName-0.9.1-r1.ebuild
index a3d650f..0918eb7 100644
--- a/app-text/getRandomName/getRandomName-0.9.1.ebuild
+++ b/app-text/getRandomName/getRandomName-0.9.1-r1.ebuild
@@ -15,13 +15,14 @@ KEYWORDS="~amd64 ~arm ~x86"
IUSE="asan debug lsan tsan"
REQUIRED_USE="
+ ?? ( asan lsan tsan )
asan? ( debug )
lsan? ( debug )
tsan? ( debug )
"
COMMON_DEPEND="
- dev-cpp/pwxlib
+ >dev-cpp/pwxlib-0.8.9
"
DEPEND="${COMMON_DEPEND}"
RDEPEND="${COMMON_DEPEND}"
diff --git a/app-text/getRandomName/getRandomName-9999.ebuild b/app-text/getRandomName/getRandomName-9999.ebuild
index 0f6e09d..378e151 100644
--- a/app-text/getRandomName/getRandomName-9999.ebuild
+++ b/app-text/getRandomName/getRandomName-9999.ebuild
@@ -13,10 +13,11 @@ EGIT_SUBMODULES=()
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS=""
IUSE="asan debug lsan tsan"
REQUIRED_USE="
+ ?? ( asan lsan tsan )
asan? ( debug )
lsan? ( debug )
tsan? ( debug )