[gentoo-commits] repo/gentoo:master commit in: dev-ml/camldbm/

2022-12-04 Thread Alfredo Tupone
commit: e48ac477e8b457cbcd329e35f350b2d2884abcca
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sun Dec  4 21:15:55 2022 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sun Dec  4 21:16:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e48ac477

dev-ml/camldbm: add github upstream metadata

Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ml/camldbm/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-ml/camldbm/metadata.xml b/dev-ml/camldbm/metadata.xml
index ff5a0cd1ae3d..9866468afa01 100644
--- a/dev-ml/camldbm/metadata.xml
+++ b/dev-ml/camldbm/metadata.xml
@@ -5,4 +5,7 @@
m...@gentoo.org
ML

+   
+   ocaml/dbm
+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/camldbm/

2022-01-22 Thread Alfredo Tupone
commit: 2b4dbdea0d25239a573a329efeeaaff8a88794f5
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sat Jan 22 13:43:12 2022 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sat Jan 22 13:43:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b4dbdea

dev-ml/camldbm: do not call ranlib directly

Closes: https://bugs.gentoo.org/723142
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ml/camldbm/camldbm-1.0.ebuild | 12 +++-
 dev-ml/camldbm/camldbm-1.2.ebuild | 12 +++-
 2 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/dev-ml/camldbm/camldbm-1.0.ebuild 
b/dev-ml/camldbm/camldbm-1.0.ebuild
index 8f8d8b94854c..c025afbf93f0 100644
--- a/dev-ml/camldbm/camldbm-1.0.ebuild
+++ b/dev-ml/camldbm/camldbm-1.0.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
+inherit toolchain-funcs
+
 DESCRIPTION="OCaml binding to the NDBM/GDBM Unix databases"
 HOMEPAGE="http://forge.ocamlcore.org/projects/camldbm/;
 SRC_URI="http://forge.ocamlcore.org/frs/download.php/728/${P}.tgz;
@@ -20,6 +22,14 @@ PATCHES=(
"${FILESDIR}/include_fix.patch"
 )
 
+src_prepare() {
+   sed -i \
+   -e "s|ranlib|$(tc-getRANLIB)|g" \
+   Makefile \
+   || die
+   default
+}
+
 src_install() {
dodir "$(ocamlc -where)/stublibs" # required and makefile does not 
create it
emake LIBDIR="${D}/$(ocamlc -where)" install

diff --git a/dev-ml/camldbm/camldbm-1.2.ebuild 
b/dev-ml/camldbm/camldbm-1.2.ebuild
index e8ed8d0f97ef..7fb74cd7c4c2 100644
--- a/dev-ml/camldbm/camldbm-1.2.ebuild
+++ b/dev-ml/camldbm/camldbm-1.2.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
+inherit toolchain-funcs
+
 DESCRIPTION="OCaml binding to the NDBM/GDBM Unix databases"
 HOMEPAGE="https://github.com/ocaml/dbm;
 SRC_URI="https://github.com/ocaml/dbm/archive/${P}.tar.gz;
@@ -21,6 +23,14 @@ QA_FLAGS_IGNORED=(
/usr/'lib.*'/ocaml/stublibs/dllcamldbm.so
 )
 
+src_prepare() {
+   sed -i \
+   -e "s|ranlib|$(tc-getRANLIB)|g" \
+   Makefile \
+   || die
+   default
+}
+
 src_install() {
dodir "$(ocamlc -where)/stublibs" # required and makefile does not 
create it
emake LIBDIR="${D}/$(ocamlc -where)" install



[gentoo-commits] repo/gentoo:master commit in: dev-ml/camldbm/

2021-04-18 Thread Sam James
commit: 2ce1560cdf4e72f837a483c6678f94625f4feaaf
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 06:48:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 06:48:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ce1560c

dev-ml/camldbm: Stabilize 1.2 ppc, #783570

Signed-off-by: Sam James  gentoo.org>

 dev-ml/camldbm/camldbm-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/camldbm/camldbm-1.2.ebuild 
b/dev-ml/camldbm/camldbm-1.2.ebuild
index 2c331f04db6..e8ed8d0f97e 100644
--- a/dev-ml/camldbm/camldbm-1.2.ebuild
+++ b/dev-ml/camldbm/camldbm-1.2.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}/dbm-${P}"
 
 LICENSE="LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm ~ppc x86"
+KEYWORDS="amd64 arm ppc x86"
 
 DEPEND=">=sys-libs/gdbm-1.9.1-r2[berkdb]
>=dev-lang/ocaml-3.12:=[ocamlopt]"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/camldbm/

2021-04-18 Thread Sam James
commit: 071f30bfefafc941c72aff8c5d0390b43ecd2895
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 06:46:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 06:46:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=071f30bf

dev-ml/camldbm: Stabilize 1.2 amd64, #783570

Signed-off-by: Sam James  gentoo.org>

 dev-ml/camldbm/camldbm-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/camldbm/camldbm-1.2.ebuild 
b/dev-ml/camldbm/camldbm-1.2.ebuild
index 516340830e0..2c331f04db6 100644
--- a/dev-ml/camldbm/camldbm-1.2.ebuild
+++ b/dev-ml/camldbm/camldbm-1.2.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}/dbm-${P}"
 
 LICENSE="LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 arm ~ppc x86"
+KEYWORDS="amd64 arm ~ppc x86"
 
 DEPEND=">=sys-libs/gdbm-1.9.1-r2[berkdb]
>=dev-lang/ocaml-3.12:=[ocamlopt]"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/camldbm/

2021-04-18 Thread Sam James
commit: 82cffa59e4144c177ab87442013cdbc7159b4c1a
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 06:45:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 06:45:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82cffa59

dev-ml/camldbm: Stabilize 1.2 x86, #783570

Signed-off-by: Sam James  gentoo.org>

 dev-ml/camldbm/camldbm-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/camldbm/camldbm-1.2.ebuild 
b/dev-ml/camldbm/camldbm-1.2.ebuild
index 8965120fd91..516340830e0 100644
--- a/dev-ml/camldbm/camldbm-1.2.ebuild
+++ b/dev-ml/camldbm/camldbm-1.2.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}/dbm-${P}"
 
 LICENSE="LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 arm ~ppc ~x86"
+KEYWORDS="~amd64 arm ~ppc x86"
 
 DEPEND=">=sys-libs/gdbm-1.9.1-r2[berkdb]
>=dev-lang/ocaml-3.12:=[ocamlopt]"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/camldbm/

2021-04-18 Thread Sam James
commit: 3de159e691534cfa18cc0109d8234e066c1fd23f
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 06:44:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 06:44:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de159e6

dev-ml/camldbm: Stabilize 1.2 arm, #783570

Signed-off-by: Sam James  gentoo.org>

 dev-ml/camldbm/camldbm-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/camldbm/camldbm-1.2.ebuild 
b/dev-ml/camldbm/camldbm-1.2.ebuild
index 4b6ad3aee3d..8965120fd91 100644
--- a/dev-ml/camldbm/camldbm-1.2.ebuild
+++ b/dev-ml/camldbm/camldbm-1.2.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}/dbm-${P}"
 
 LICENSE="LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 arm ~ppc ~x86"
 
 DEPEND=">=sys-libs/gdbm-1.9.1-r2[berkdb]
>=dev-lang/ocaml-3.12:=[ocamlopt]"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/camldbm/

2021-01-25 Thread Alfredo Tupone
commit: feb94452ace6bf1210d938aabfed45e118971f65
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Mon Jan 25 21:33:05 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Jan 25 21:33:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feb94452

dev-ml/camldbm: ignore QA flags warning

Close: https://bugs.gentoo.org/755209
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ml/camldbm/camldbm-1.2.ebuild | 7 ++-
 dev-ml/camldbm/metadata.xml   | 5 -
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/dev-ml/camldbm/camldbm-1.2.ebuild 
b/dev-ml/camldbm/camldbm-1.2.ebuild
index 4bae2351d3f..4b6ad3aee3d 100644
--- a/dev-ml/camldbm/camldbm-1.2.ebuild
+++ b/dev-ml/camldbm/camldbm-1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,6 +16,11 @@ DEPEND=">=sys-libs/gdbm-1.9.1-r2[berkdb]
>=dev-lang/ocaml-3.12:=[ocamlopt]"
 RDEPEND="${DEPEND}"
 
+QA_FLAGS_IGNORED=(
+   /usr/'lib.*'/ocaml/dbm.cmxs
+   /usr/'lib.*'/ocaml/stublibs/dllcamldbm.so
+)
+
 src_install() {
dodir "$(ocamlc -where)/stublibs" # required and makefile does not 
create it
emake LIBDIR="${D}/$(ocamlc -where)" install

diff --git a/dev-ml/camldbm/metadata.xml b/dev-ml/camldbm/metadata.xml
index 6f49eba8f49..9f27ba42c7d 100644
--- a/dev-ml/camldbm/metadata.xml
+++ b/dev-ml/camldbm/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+   
+   m...@gentoo.org
+   ML
+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/camldbm/

2020-11-17 Thread Sam James
commit: b0adc6f6cbbe8dffc58cfe097f2df0e84f56b434
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 18 01:25:16 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 18 01:25:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0adc6f6

dev-ml/camldbm: port to EAPI 7

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-ml/camldbm/camldbm-1.0.ebuild | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-ml/camldbm/camldbm-1.0.ebuild 
b/dev-ml/camldbm/camldbm-1.0.ebuild
index 5286f0873c3..8f8d8b94854 100644
--- a/dev-ml/camldbm/camldbm-1.0.ebuild
+++ b/dev-ml/camldbm/camldbm-1.0.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-
-inherit base
+EAPI=7
 
 DESCRIPTION="OCaml binding to the NDBM/GDBM Unix databases"
 HOMEPAGE="http://forge.ocamlcore.org/projects/camldbm/;
@@ -12,13 +10,15 @@ 
SRC_URI="http://forge.ocamlcore.org/frs/download.php/728/${P}.tgz;
 LICENSE="LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
 KEYWORDS="amd64 arm ppc x86"
-IUSE=""
 
 DEPEND=">=sys-libs/gdbm-1.9.1-r2[berkdb]
>=dev-lang/ocaml-3.12:=[ocamlopt]"
 RDEPEND="${DEPEND}"
 
-PATCHES=( "${FILESDIR}/hasgotfix.patch" "${FILESDIR}/include_fix.patch" )
+PATCHES=(
+   "${FILESDIR}/hasgotfix.patch"
+   "${FILESDIR}/include_fix.patch"
+)
 
 src_install() {
dodir "$(ocamlc -where)/stublibs" # required and makefile does not 
create it



[gentoo-commits] repo/gentoo:master commit in: dev-ml/camldbm/

2020-11-17 Thread Sam James
commit: b3b370b4fbb281b0d3b3531abedb3b8305565929
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 18 01:26:20 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 18 01:26:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3b370b4

dev-ml/camldbm: bump to 1.2

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-ml/camldbm/Manifest   |  1 +
 dev-ml/camldbm/camldbm-1.2.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-ml/camldbm/Manifest b/dev-ml/camldbm/Manifest
index 8540da89268..b81db05c293 100644
--- a/dev-ml/camldbm/Manifest
+++ b/dev-ml/camldbm/Manifest
@@ -1 +1,2 @@
 DIST camldbm-1.0.tgz 14397 BLAKE2B 
9b6971e30815ad6984254591af793819beb3859ddbf7bbd95ee744a2b09ce04968ecad9c7ff954e1606776d82988b3499f2569154586a937a61eb6d5c7b9465b
 SHA512 
d0b752754650efb400f13f957e83fddccf1fc9ac9e1d11f453af94e9aa599546a316eb110685b3728b593c99cbf859cdc7bcf924c878cf8b6dead3dc413ccfbf
+DIST camldbm-1.2.tar.gz 14823 BLAKE2B 
b9eda65c56440b1d13562e0d184474e585b13826038e77901961df475cbd73df39c9923e4f73c891252f17416e78acb3c3b42accf01dc5d6f51a72bafa930084
 SHA512 
56d317db420179f96a0f6a453f8a34ea16942f3ca5ed09dd6955517348dad281ad105b861378f1ebd01ec5c8a1c07d5e5db1ab4d255f9572ece64a86559705f0

diff --git a/dev-ml/camldbm/camldbm-1.2.ebuild 
b/dev-ml/camldbm/camldbm-1.2.ebuild
new file mode 100644
index 000..4bae2351d3f
--- /dev/null
+++ b/dev-ml/camldbm/camldbm-1.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="OCaml binding to the NDBM/GDBM Unix databases"
+HOMEPAGE="https://github.com/ocaml/dbm;
+SRC_URI="https://github.com/ocaml/dbm/archive/${P}.tar.gz;
+S="${WORKDIR}/dbm-${P}"
+
+LICENSE="LGPL-2-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+
+DEPEND=">=sys-libs/gdbm-1.9.1-r2[berkdb]
+   >=dev-lang/ocaml-3.12:=[ocamlopt]"
+RDEPEND="${DEPEND}"
+
+src_install() {
+   dodir "$(ocamlc -where)/stublibs" # required and makefile does not 
create it
+   emake LIBDIR="${D}/$(ocamlc -where)" install
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/camldbm/

2018-08-26 Thread Michał Górny
commit: f22cbdfe6c9bb61f1a75d23db5e343dc61b6ecd2
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 26 09:18:00 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 26 09:18:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f22cbdfe

dev-ml/camldbm: Remove support for non-existent deps

 dev-ml/camldbm/camldbm-1.0.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-ml/camldbm/camldbm-1.0.ebuild 
b/dev-ml/camldbm/camldbm-1.0.ebuild
index 94941d45295..c6af754862f 100644
--- a/dev-ml/camldbm/camldbm-1.0.ebuild
+++ b/dev-ml/camldbm/camldbm-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,9 +14,8 @@ SLOT="0/${PV}"
 KEYWORDS="amd64 arm ppc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
-DEPEND="|| ( >=sys-libs/gdbm-1.9.1-r2[berkdb] =dev-lang/ocaml-3.12:=[ocamlopt]
-   !

[gentoo-commits] repo/gentoo:master commit in: dev-ml/camldbm/

2015-11-21 Thread Markus Meier
commit: 39279722df08e6d00b531eb7a0b2de0b4bfb6429
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Nov 21 14:23:45 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Nov 21 14:23:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39279722

dev-ml/camldbm: arm stable, bug #463018

Package-Manager: portage-2.2.25
RepoMan-Options: --include-arches="arm"

 dev-ml/camldbm/camldbm-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/camldbm/camldbm-1.0.ebuild 
b/dev-ml/camldbm/camldbm-1.0.ebuild
index a9bec6b..297721d 100644
--- a/dev-ml/camldbm/camldbm-1.0.ebuild
+++ b/dev-ml/camldbm/camldbm-1.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://forge.ocamlcore.org/frs/download.php/728/${P}.tgz;
 
 LICENSE="LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ppc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="amd64 arm ppc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="|| ( >=sys-libs/gdbm-1.9.1-r2[berkdb] 

[gentoo-commits] repo/gentoo:master commit in: dev-ml/camldbm/

2015-11-12 Thread Agostino Sarubbo
commit: 01cf804f47c32b505c1e8bf9c50937fbc2750898
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Nov 12 11:21:08 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Nov 12 11:21:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01cf804f

dev-ml/camldbm: ppc stable wrt bug #463018

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc"

 dev-ml/camldbm/camldbm-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/camldbm/camldbm-1.0.ebuild 
b/dev-ml/camldbm/camldbm-1.0.ebuild
index adc585c..a9bec6b 100644
--- a/dev-ml/camldbm/camldbm-1.0.ebuild
+++ b/dev-ml/camldbm/camldbm-1.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://forge.ocamlcore.org/frs/download.php/728/${P}.tgz;
 
 LICENSE="LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="amd64 ~arm ppc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="|| ( >=sys-libs/gdbm-1.9.1-r2[berkdb] 

[gentoo-commits] repo/gentoo:master commit in: dev-ml/camldbm/

2015-11-11 Thread Agostino Sarubbo
commit: cae49b36efae79524a2fa720bc1a388cb31542db
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 11 09:53:46 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 11 09:53:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cae49b36

dev-ml/camldbm: x86 stable wrt bug #463018

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 dev-ml/camldbm/camldbm-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/camldbm/camldbm-1.0.ebuild 
b/dev-ml/camldbm/camldbm-1.0.ebuild
index 1ae253f..adc585c 100644
--- a/dev-ml/camldbm/camldbm-1.0.ebuild
+++ b/dev-ml/camldbm/camldbm-1.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://forge.ocamlcore.org/frs/download.php/728/${P}.tgz;
 
 LICENSE="LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~ppc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="|| ( >=sys-libs/gdbm-1.9.1-r2[berkdb] 

[gentoo-commits] repo/gentoo:master commit in: dev-ml/camldbm/

2015-11-10 Thread Agostino Sarubbo
commit: 82db85747c6772545acc59ec4e9e3b7eb1c00d0c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov 10 12:01:05 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov 10 12:01:05 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82db8574

dev-ml/camldbm: amd64 stable wrt bug #463018

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 dev-ml/camldbm/camldbm-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/camldbm/camldbm-1.0.ebuild 
b/dev-ml/camldbm/camldbm-1.0.ebuild
index f6205c7..1ae253f 100644
--- a/dev-ml/camldbm/camldbm-1.0.ebuild
+++ b/dev-ml/camldbm/camldbm-1.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://forge.ocamlcore.org/frs/download.php/728/${P}.tgz;
 
 LICENSE="LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~ppc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="|| ( >=sys-libs/gdbm-1.9.1-r2[berkdb]