diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-11-28 08:37:09 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-11-28 08:39:14 +0200 |
commit | 2c8ea8627c1195704e429448337bbb3b5d4b8606 (patch) | |
tree | 42f0b8d184f351d59e1bd72a885fa82910ca7c45 /app-benchmarks/siege | |
parent | eclass/cargo.eclass: tc-export PKG_CONFIG (diff) | |
download | gentoo-2c8ea8627c1195704e429448337bbb3b5d4b8606.tar.gz gentoo-2c8ea8627c1195704e429448337bbb3b5d4b8606.tar.bz2 gentoo-2c8ea8627c1195704e429448337bbb3b5d4b8606.zip |
app-benchmarks/siege: stabilize 4.0.7 on x86
Bug: https://bugs.gentoo.org/757270
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-benchmarks/siege')
-rw-r--r-- | app-benchmarks/siege/siege-4.0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-benchmarks/siege/siege-4.0.7.ebuild b/app-benchmarks/siege/siege-4.0.7.ebuild index 7309c86336a0..560b6a0a043d 100644 --- a/app-benchmarks/siege/siege-4.0.7.ebuild +++ b/app-benchmarks/siege/siege-4.0.7.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://www.joedog.org/siege-home https://github.com/JoeDog/siege" SRC_URI="http://download.joedog.org/${PN}/${P}.tar.gz" LICENSE="GPL-3" -KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~x86 ~x64-macos" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc x86 ~x64-macos" SLOT="0" IUSE="libressl ssl" |