diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-10 15:55:09 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-10 15:55:09 +0100 |
commit | 3ee5accadbbacc8fbfca8ad2921ac361bdd0f648 (patch) | |
tree | 800b2a85cf7c73f15645c099a4e4cbe886b2bda8 /dev-ml/ocaml-sqlite3 | |
parent | dev-ml/ppx_sexp_conv: keyworded 0.9.0-r1 for ppc, bug #627836 (diff) | |
download | gentoo-3ee5accadbbacc8fbfca8ad2921ac361bdd0f648.tar.gz gentoo-3ee5accadbbacc8fbfca8ad2921ac361bdd0f648.tar.bz2 gentoo-3ee5accadbbacc8fbfca8ad2921ac361bdd0f648.zip |
dev-ml/ocaml-sqlite3: keyworded 4.2.0 for ppc, bug #627298
Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"
Diffstat (limited to 'dev-ml/ocaml-sqlite3')
-rw-r--r-- | dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.2.0.ebuild b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.2.0.ebuild index 0b259003e62f..fdedc5618e38 100644 --- a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.2.0.ebuild +++ b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.2.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/mmottl/sqlite3-ocaml/releases/download/${PV}/${MY_P} LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ~x86-fbsd" IUSE="" RDEPEND=">=dev-db/sqlite-3.3.3" |