[gentoo-commits] repo/gentoo:master commit in: sys-libs/ntdb/, profiles/

2019-05-28 Thread Michał Górny
commit: 4a06eeaded4265920d8ecf96728a2ae5f570a44a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 28 13:29:59 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 28 13:29:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a06eead

sys-libs/ntdb: Remove last-rited pkg

Closes: https://bugs.gentoo.org/683926
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask|  4 
 sys-libs/ntdb/Manifest   |  1 -
 sys-libs/ntdb/metadata.xml   | 12 --
 sys-libs/ntdb/ntdb-1.0-r1.ebuild | 52 
 4 files changed, 69 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 80a2f39888e..6c0aa37330a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -393,10 +393,6 @@ mail-filter/zdkimfilter
 =net-libs/nodejs-11.15.0
 =net-libs/nodejs-12*
 
-# Lars Wendler  (21 Apr 2019)
-# Masked for removal (bug #683926)
-sys-libs/ntdb
-
 # Miroslav Šulc  (19 Apr 2019)
 # Depends on >=virtual/{jdk,jre}-11 which is masked
 =www-servers/tomcat-9.0.19

diff --git a/sys-libs/ntdb/Manifest b/sys-libs/ntdb/Manifest
deleted file mode 100644
index 9653d9280d5..000
--- a/sys-libs/ntdb/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ntdb-1.0.tar.gz 794585 BLAKE2B 
80c8673238850f164b7190ef56e40f29da58378512172b272038864901d53b0b33f0843d78d47bdee4e420beafd07cbb72a16df1bbb8639641a9db45c3eb51e2
 SHA512 
27f550f85a7bfd105d4115b55f9919f1871964f576a8470688fe8040fb9e2be209246a291d78f55c61cf0920238d7f41917ad7e2d44b202382b3ea47c8c97100

diff --git a/sys-libs/ntdb/metadata.xml b/sys-libs/ntdb/metadata.xml
deleted file mode 100644
index f05d1f26683..000
--- a/sys-libs/ntdb/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-polynomia...@gentoo.org
-Lars Wendler
-  
-
-sa...@gentoo.org
-Samba
-  
-

diff --git a/sys-libs/ntdb/ntdb-1.0-r1.ebuild b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
deleted file mode 100644
index 56c66267cf5..000
--- a/sys-libs/ntdb/ntdb-1.0-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit waf-utils multilib-minimal python-single-r1
-
-DESCRIPTION="A not-so trivial keyword/data database system"
-HOMEPAGE="https://tdb.samba.org/;
-SRC_URI="https://www.samba.org/ftp/tdb/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
-IUSE="python"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="python? ( ${PYTHON_DEPS} )"
-DEPEND="!

[gentoo-commits] repo/gentoo:master commit in: sys-libs/ntdb/

2017-11-09 Thread Mike Gilbert
commit: 0e284ac7c4af2d13558147d2f4b870f900c64519
Author: Francesco Turco  fastmail  fm>
AuthorDate: Sat Sep  9 15:49:59 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Nov  9 22:03:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e284ac7

sys-libs/ntdb: use HTTPS for links to samba.org (bug #636916)

 sys-libs/ntdb/ntdb-1.0-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-libs/ntdb/ntdb-1.0-r1.ebuild b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
index 83fea05c3b1..56c66267cf5 100644
--- a/sys-libs/ntdb/ntdb-1.0-r1.ebuild
+++ b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,8 +9,8 @@ PYTHON_REQ_USE="threads(+)"
 inherit waf-utils multilib-minimal python-single-r1
 
 DESCRIPTION="A not-so trivial keyword/data database system"
-HOMEPAGE="http://tdb.samba.org/;
-SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz;
+HOMEPAGE="https://tdb.samba.org/;
+SRC_URI="https://www.samba.org/ftp/tdb/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sys-libs/ntdb/

2016-12-19 Thread Tobias Klausmann
commit: 45c387c5dcaeff59de185bd789fc3fc0462c4c43
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Dec 19 10:55:52 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Dec 19 10:55:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45c387c5

sys-libs/ntdb-1.0-r1: stable on alpha

Gentoo-Bug: 578004

 sys-libs/ntdb/ntdb-1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/ntdb/ntdb-1.0-r1.ebuild b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
index d8835f4..d44b014 100644
--- a/sys-libs/ntdb/ntdb-1.0-r1.ebuild
+++ b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="python"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



[gentoo-commits] repo/gentoo:master commit in: sys-libs/ntdb/

2016-12-04 Thread Tobias Klausmann
commit: 5b82896dd033562a9d2c94d63180de8f8351b7c7
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Dec  4 16:52:27 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Dec  4 16:52:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b82896d

sys-libs/ntdb-1.0-r1: keyworded for ~alpha

Gentoo-Bug: 591304

 sys-libs/ntdb/ntdb-1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/ntdb/ntdb-1.0-r1.ebuild b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
index 736a6f9..d8835f4 100644
--- a/sys-libs/ntdb/ntdb-1.0-r1.ebuild
+++ b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="python"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



[gentoo-commits] repo/gentoo:master commit in: sys-libs/ntdb/

2016-04-23 Thread Jeroen Roovers
commit: 62be0f9782c697264200544aa3fbd12a799c0eb6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Apr 23 10:28:29 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Apr 23 10:28:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62be0f97

sys-libs/ntdb: Stable for HPPA (bug #578004).

Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches

 sys-libs/ntdb/ntdb-1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/ntdb/ntdb-1.0-r1.ebuild b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
index 7b70298..736a6f9 100644
--- a/sys-libs/ntdb/ntdb-1.0-r1.ebuild
+++ b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="python"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



[gentoo-commits] repo/gentoo:master commit in: sys-libs/ntdb/

2016-04-11 Thread Agostino Sarubbo
commit: 756054d5770a2afb74a4fa9252d4975dc89e2bec
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 11 13:47:23 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 11 13:47:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=756054d5

sys-libs/ntdb: sparc stable wrt bug #578498

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-libs/ntdb/ntdb-1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/ntdb/ntdb-1.0-r1.ebuild b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
index 90fd8da..7b70298 100644
--- a/sys-libs/ntdb/ntdb-1.0-r1.ebuild
+++ b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ia64 ppc ppc64 x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
 IUSE="python"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



[gentoo-commits] repo/gentoo:master commit in: sys-libs/ntdb/

2016-04-11 Thread Agostino Sarubbo
commit: 84866fb0d93b274e5cc7c73309ad6507aa72663b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 11 13:46:10 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 11 13:46:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84866fb0

sys-libs/ntdb: arm stable wrt bug #578498

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-libs/ntdb/ntdb-1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/ntdb/ntdb-1.0-r1.ebuild b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
index 6de0abe..90fd8da 100644
--- a/sys-libs/ntdb/ntdb-1.0-r1.ebuild
+++ b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ia64 ppc ppc64 x86"
 IUSE="python"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



[gentoo-commits] repo/gentoo:master commit in: sys-libs/ntdb/

2016-04-07 Thread Richard Farina
commit: 9cf6de9161987c317b2d3e279b784482166a1472
Author: Zero_Chaos  gentoo  org>
AuthorDate: Thu Apr  7 16:37:58 2016 +
Commit: Richard Farina  gentoo  org>
CommitDate: Thu Apr  7 16:38:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf6de91

sys-libs/ntdb: softening blocker with agreement from the samba team

Package-Manager: portage-2.2.28

 sys-libs/ntdb/ntdb-1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/ntdb/ntdb-1.0-r1.ebuild b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
index d6a2132..6de0abe 100644
--- a/sys-libs/ntdb/ntdb-1.0-r1.ebuild
+++ b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
@@ -21,7 +21,7 @@ IUSE="python"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="python? ( ${PYTHON_DEPS} )"
-DEPEND="!!

[gentoo-commits] repo/gentoo:master commit in: sys-libs/ntdb/

2016-04-03 Thread Steve Arnold
commit: 56b53f04e01866ffc4c9e90df530ed198307dac4
Author: Stephen L Arnold  gentoo  org>
AuthorDate: Sun Apr  3 20:06:39 2016 +
Commit: Steve Arnold  gentoo  org>
CommitDate: Sun Apr  3 20:11:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56b53f04

sys-libs/ntdb: keyword for ~arm

Package-Manager: portage-2.2.28

 sys-libs/ntdb/ntdb-1.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/ntdb/ntdb-1.0-r1.ebuild b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
index fa701ad..d6a2132 100644
--- a/sys-libs/ntdb/ntdb-1.0-r1.ebuild
+++ b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ia64 ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 x86"
 IUSE="python"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



[gentoo-commits] repo/gentoo:master commit in: sys-libs/ntdb/

2016-03-31 Thread Agostino Sarubbo
commit: def78c6bbbd9aa198be56ddfda8e5f7c875d063b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar 31 09:25:34 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar 31 09:25:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=def78c6b

sys-libs/ntdb: ia64 stable wrt bug #578498

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-libs/ntdb/ntdb-1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/ntdb/ntdb-1.0-r1.ebuild b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
index 1d10d54..fa701ad 100644
--- a/sys-libs/ntdb/ntdb-1.0-r1.ebuild
+++ b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ppc ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~hppa ia64 ppc ppc64 x86"
 IUSE="python"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



[gentoo-commits] repo/gentoo:master commit in: sys-libs/ntdb/

2016-03-30 Thread Agostino Sarubbo
commit: 20bd299e5156cd40887c14176600f02130951cce
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 30 08:34:17 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 30 08:34:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20bd299e

sys-libs/ntdb: ppc64 stable wrt bug #578498

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-libs/ntdb/ntdb-1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/ntdb/ntdb-1.0-r1.ebuild b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
index bb3ed94..1d10d54 100644
--- a/sys-libs/ntdb/ntdb-1.0-r1.ebuild
+++ b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ppc x86"
+KEYWORDS="amd64 ~arm64 ~hppa ppc ppc64 x86"
 IUSE="python"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



[gentoo-commits] repo/gentoo:master commit in: sys-libs/ntdb/

2016-03-30 Thread Agostino Sarubbo
commit: dd13e977ceb780078ac3a3ec2e4fa83d24219ab6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 30 08:30:04 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 30 08:30:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd13e977

sys-libs/ntdb: ppc stable wrt bug #578498

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-libs/ntdb/ntdb-1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/ntdb/ntdb-1.0-r1.ebuild b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
index 002f6ae..bb3ed94 100644
--- a/sys-libs/ntdb/ntdb-1.0-r1.ebuild
+++ b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa x86"
+KEYWORDS="amd64 ~arm64 ~hppa ppc x86"
 IUSE="python"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



[gentoo-commits] repo/gentoo:master commit in: sys-libs/ntdb/

2016-03-29 Thread Agostino Sarubbo
commit: 1e28514b8e828d7e8b5502f932a460b9b0561324
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Mar 29 10:18:08 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Mar 29 10:18:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e28514b

sys-libs/ntdb: x86 stable wrt bug #578498

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-libs/ntdb/ntdb-1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/ntdb/ntdb-1.0-r1.ebuild b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
index 2de8312..002f6ae 100644
--- a/sys-libs/ntdb/ntdb-1.0-r1.ebuild
+++ b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~x86"
+KEYWORDS="amd64 ~arm64 ~hppa x86"
 IUSE="python"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



[gentoo-commits] repo/gentoo:master commit in: sys-libs/ntdb/

2016-03-29 Thread Agostino Sarubbo
commit: 1240a9a16f5880bc180edfee3e1c2f749524b3ed
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Mar 29 10:16:47 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Mar 29 10:16:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1240a9a1

sys-libs/ntdb: amd64 stable wrt bug #578498

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-libs/ntdb/ntdb-1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/ntdb/ntdb-1.0-r1.ebuild b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
index 6ea3348..2de8312 100644
--- a/sys-libs/ntdb/ntdb-1.0-r1.ebuild
+++ b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~x86"
+KEYWORDS="amd64 ~arm64 ~hppa ~x86"
 IUSE="python"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"