diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-19 13:44:05 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-19 14:01:34 +0200 |
commit | 4a6fecbf23540ae48883475ffa2b6db2b3a3fcce (patch) | |
tree | 5c4b33a825e7ea2942aa2550bf43589d9038c4b3 /dev-ml/ocurl | |
parent | sys-libs/libxcrypt: Stabilize 4.4.27 arm64, #833661 (diff) | |
download | gentoo-4a6fecbf23540ae48883475ffa2b6db2b3a3fcce.tar.gz gentoo-4a6fecbf23540ae48883475ffa2b6db2b3a3fcce.tar.bz2 gentoo-4a6fecbf23540ae48883475ffa2b6db2b3a3fcce.zip |
dev-ml/ocurl: Stabilize 0.9.2 ppc64, #833693
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/ocurl')
-rw-r--r-- | dev-ml/ocurl/ocurl-0.9.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocurl/ocurl-0.9.2.ebuild b/dev-ml/ocurl/ocurl-0.9.2.ebuild index 705e27bc6c4a..2aaf66660ac9 100644 --- a/dev-ml/ocurl/ocurl-0.9.2.ebuild +++ b/dev-ml/ocurl/ocurl-0.9.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ygrek/ocurl/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 ~x86" IUSE="examples +ocamlopt" RDEPEND=">=net-misc/curl-7.9.8 |