diff options
author | Sven Eden <sven.eden@gmx.de> | 2018-12-22 10:52:28 +0100 |
---|---|---|
committer | Sven Eden <sven.eden@gmx.de> | 2018-12-22 10:58:12 +0100 |
commit | a37715322cd56147516a2f143509bdae3ccf0220 (patch) | |
tree | e29fc202e48eed6a7a19ec0a0fdf3d9b36186760 /app-text | |
parent | app-text/getRandomName: Depend on the next pwxLib version to fix crash (diff) | |
download | seden-a37715322cd56147516a2f143509bdae3ccf0220.tar.gz seden-a37715322cd56147516a2f143509bdae3ccf0220.tar.bz2 seden-a37715322cd56147516a2f143509bdae3ccf0220.zip |
Revert "app-text/getRandomName: Depend on the next pwxLib version to fix crash"
This reverts commit 4275b3b16f6aa6197db8d4057d957883587d2a0e.
The wrong ebuild has been wrong-fixed... Need more coffee...
Signed-Off-By: Sven Eden <sven.eden@gmx.de>
Diffstat (limited to 'app-text')
-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.ebuild | 3 |
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 ) |