diff options
author | Sam James <sam@gentoo.org> | 2021-04-21 19:53:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-21 19:53:02 +0100 |
commit | 237473f641060f2c01e74a048eded52b620eef3b (patch) | |
tree | db740255ad3f56186c0f82be17a5021bb88b560d /app-misc/detox | |
parent | app-benchmarks/siege: Stabilize 4.0.8 amd64, #783966 (diff) | |
download | gentoo-237473f641060f2c01e74a048eded52b620eef3b.tar.gz gentoo-237473f641060f2c01e74a048eded52b620eef3b.tar.bz2 gentoo-237473f641060f2c01e74a048eded52b620eef3b.zip |
app-misc/detox: Stabilize 1.4.0 amd64, #784197
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/detox')
-rw-r--r-- | app-misc/detox/detox-1.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/detox/detox-1.4.0.ebuild b/app-misc/detox/detox-1.4.0.ebuild index f2f44523ed19..4b69d184b7a7 100644 --- a/app-misc/detox/detox-1.4.0.ebuild +++ b/app-misc/detox/detox-1.4.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/dharple/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~hppa ~mips ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 ~hppa ~mips ppc ~x86 ~amd64-linux ~x86-linux" IUSE="" S="${WORKDIR}"/${MY_P} |