diff options
author | Sam James <sam@gentoo.org> | 2024-05-12 23:40:26 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-12 23:40:26 +0100 |
commit | b3b09b2224d96f01b70ec180a1e76ef85a530e70 (patch) | |
tree | 1b0513d47248cb0ba92f9fdce2b737f4f67d16a2 /x11-misc | |
parent | games-fps/quake2-icculus: fix broken patch to actually fix the issue (diff) | |
download | gentoo-b3b09b2224d96f01b70ec180a1e76ef85a530e70.tar.gz gentoo-b3b09b2224d96f01b70ec180a1e76ef85a530e70.tar.bz2 gentoo-b3b09b2224d96f01b70ec180a1e76ef85a530e70.zip |
x11-misc/dex: Stabilize 0.9.0 amd64, #928078
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/dex/dex-0.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/dex/dex-0.9.0.ebuild b/x11-misc/dex/dex-0.9.0.ebuild index 007e212716ee..d111cecdf613 100644 --- a/x11-misc/dex/dex-0.9.0.ebuild +++ b/x11-misc/dex/dex-0.9.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/jceb/dex/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc" REQUIRED_USE="${PYTHON_REQUIRED_USE}" # https://github.com/jceb/dex/issues/37 |