diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-02-04 08:44:11 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-02-04 08:44:11 +0100 |
commit | 68b2c7bb0962b5dab2a19290673aa986f20515f0 (patch) | |
tree | d60884111b507dd0a376ed86998e7d2cca48bb05 /dev-ml/cairo2 | |
parent | dev-ada/gnatcoll-db: python3.10 (diff) | |
download | gentoo-68b2c7bb0962b5dab2a19290673aa986f20515f0.tar.gz gentoo-68b2c7bb0962b5dab2a19290673aa986f20515f0.tar.bz2 gentoo-68b2c7bb0962b5dab2a19290673aa986f20515f0.zip |
dev-ml/cairo2: OutdatedBlocker
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/cairo2')
-rw-r--r-- | dev-ml/cairo2/cairo2-0.6.1-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-ml/cairo2/cairo2-0.6.2-r1.ebuild | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/dev-ml/cairo2/cairo2-0.6.1-r1.ebuild b/dev-ml/cairo2/cairo2-0.6.1-r1.ebuild index c52a75937f29..30729b5bbad6 100644 --- a/dev-ml/cairo2/cairo2-0.6.1-r1.ebuild +++ b/dev-ml/cairo2/cairo2-0.6.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,9 +18,7 @@ DEPEND=" x11-libs/cairo:=[svg] dev-ml/dune-configurator:= " -RDEPEND="${DEPEND} - !dev-ml/ocaml-cairo -" +RDEPEND="${DEPEND}" BDEPEND="" # >>> Test phase: dev-ml/cairo2-0.6.1 diff --git a/dev-ml/cairo2/cairo2-0.6.2-r1.ebuild b/dev-ml/cairo2/cairo2-0.6.2-r1.ebuild index 5cd7078e915c..82c909c66a3b 100644 --- a/dev-ml/cairo2/cairo2-0.6.2-r1.ebuild +++ b/dev-ml/cairo2/cairo2-0.6.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,9 +18,7 @@ DEPEND=" x11-libs/cairo:=[svg] dev-ml/dune-configurator:= " -RDEPEND="${DEPEND} - !dev-ml/ocaml-cairo -" +RDEPEND="${DEPEND}" BDEPEND="" # >>> Test phase: dev-ml/cairo2-0.6.1 |