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