Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/tdb/
Date: Sat, 28 Apr 2018 20:08:15
Message-Id: 1524945783.5a4d7dfdc7226887ddfa8282a3f47a000621a4ec.zlogene@gentoo
1 commit: 5a4d7dfdc7226887ddfa8282a3f47a000621a4ec
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 28 20:03:03 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 28 20:03:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a4d7dfd
7
8 sys-libs/tdb: arm stable wrt bug #650382
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 sys-libs/tdb/tdb-1.3.13.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-libs/tdb/tdb-1.3.13.ebuild b/sys-libs/tdb/tdb-1.3.13.ebuild
16 index dafd8882654..05ecf34610e 100644
17 --- a/sys-libs/tdb/tdb-1.3.13.ebuild
18 +++ b/sys-libs/tdb/tdb-1.3.13.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -14,7 +14,7 @@ SRC_URI="https://www.samba.org/ftp/tdb/${P}.tar.gz"
26
27 LICENSE="GPL-3"
28 SLOT="0"
29 -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
30 +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
31 IUSE="python"
32
33 REQUIRED_USE="${PYTHON_REQUIRED_USE}"