diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2016-10-27 10:40:49 -0400 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2016-10-27 10:43:02 -0400 |
commit | 74f750405b8b365db9a4cd37a77fd85676d82f5d (patch) | |
tree | c8028bc450184fc025843ee96167c11c78cfb2ad /app-benchmarks | |
parent | app-benchmarks/sysbench: add snapshot (diff) | |
download | gentoo-74f750405b8b365db9a4cd37a77fd85676d82f5d.tar.gz gentoo-74f750405b8b365db9a4cd37a77fd85676d82f5d.tar.bz2 gentoo-74f750405b8b365db9a4cd37a77fd85676d82f5d.zip |
app-benchmarks/sysbench: keyword for x86
Tested on my Pentium M 1.60GHz
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/sysbench/sysbench-1.0_pre20161017.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-benchmarks/sysbench/sysbench-1.0_pre20161017.ebuild b/app-benchmarks/sysbench/sysbench-1.0_pre20161017.ebuild index 5c71fa5533bb..a4772a055ff6 100644 --- a/app-benchmarks/sysbench/sysbench-1.0_pre20161017.ebuild +++ b/app-benchmarks/sysbench/sysbench-1.0_pre20161017.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/akopytov/sysbench/archive/${GITHUB_REV}.tar.gz -> ${ LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="aio lua mysql postgres test" RDEPEND="aio? ( dev-libs/libaio ) |