diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-02-17 13:13:20 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-02-17 13:13:20 +0100 |
commit | f8e5096a6e0084e9180c9f7d74105a93f2672cdc (patch) | |
tree | 76c071a31ec6e2e302a741cd03648421b7b38879 /dev-ml/camlp5 | |
parent | media-gfx/plantuml: amd64 stable wrt bug #709874 (diff) | |
download | gentoo-f8e5096a6e0084e9180c9f7d74105a93f2672cdc.tar.gz gentoo-f8e5096a6e0084e9180c9f7d74105a93f2672cdc.tar.bz2 gentoo-f8e5096a6e0084e9180c9f7d74105a93f2672cdc.zip |
dev-ml/camlp5: amd64 stable wrt bug #709348
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-ml/camlp5')
-rw-r--r-- | dev-ml/camlp5/camlp5-7.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/camlp5/camlp5-7.11.ebuild b/dev-ml/camlp5/camlp5-7.11.ebuild index e5802860ce25..108531924ff0 100644 --- a/dev-ml/camlp5/camlp5-7.11.ebuild +++ b/dev-ml/camlp5/camlp5-7.11.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-rel$(ver_rs 1- '')" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~alpha ~amd64 ppc ~x86" +KEYWORDS="~alpha amd64 ppc ~x86" IUSE="doc +ocamlopt" DEPEND="dev-lang/ocaml" |