Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/dbench/
Date: Sun, 22 Oct 2017 16:35:28
Message-Id: 1508690115.3ea79497f80ac76ed6cc2e0bd5b92c52541f523f.chewi@gentoo
1 commit: 3ea79497f80ac76ed6cc2e0bd5b92c52541f523f
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 22 16:20:31 2017 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 22 16:35:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ea79497
7
8 app-benchmarks/dbench: Add ~arm keyword
9
10 Builds and starts. Unsure how to fully test this.
11
12 Package-Manager: Portage-2.3.12, Repoman-2.3.2
13
14 app-benchmarks/dbench/dbench-4.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-benchmarks/dbench/dbench-4.0.ebuild b/app-benchmarks/dbench/dbench-4.0.ebuild
18 index 9b96984d3e1..ac11bc17b49 100644
19 --- a/app-benchmarks/dbench/dbench-4.0.ebuild
20 +++ b/app-benchmarks/dbench/dbench-4.0.ebuild
21 @@ -9,7 +9,7 @@ SRC_URI="ftp://ftp.samba.org/pub/tridge/dbench/${P}.tar.gz"
22 HOMEPAGE="http://samba.org/ftp/tridge/dbench/"
23 SLOT="0"
24 LICENSE="GPL-2"
25 -KEYWORDS="amd64 ~arm64 hppa ppc ppc64 sparc x86"
26 +KEYWORDS="amd64 ~arm ~arm64 hppa ppc ppc64 sparc x86"
27 IUSE=""
28
29 DEPEND="dev-libs/popt"