Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/ntdb/
Date: Tue, 29 Mar 2016 10:18:36
Message-Id: 1459246688.1e28514b8e828d7e8b5502f932a460b9b0561324.ago@gentoo
1 commit: 1e28514b8e828d7e8b5502f932a460b9b0561324
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 29 10:18:08 2016 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 29 10:18:08 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e28514b
7
8 sys-libs/ntdb: x86 stable wrt bug #578498
9
10 Package-Manager: portage-2.2.26
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 sys-libs/ntdb/ntdb-1.0-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-libs/ntdb/ntdb-1.0-r1.ebuild b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
18 index 2de8312..002f6ae 100644
19 --- a/sys-libs/ntdb/ntdb-1.0-r1.ebuild
20 +++ b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
21 @@ -15,7 +15,7 @@ SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz"
22
23 LICENSE="GPL-3"
24 SLOT="0"
25 -KEYWORDS="amd64 ~arm64 ~hppa ~x86"
26 +KEYWORDS="amd64 ~arm64 ~hppa x86"
27 IUSE="python"
28
29 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"