diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-03-21 11:07:13 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-03-21 11:07:20 -0700 |
commit | 823d01980623a3750e69e0cb1d9f76a3387b5921 (patch) | |
tree | 13cd8310ab50e0fb88f4ea0322cf2ab86764e71d /gnome-base | |
parent | dev-libs/libgweather: Call gnome2_environment_reset (diff) | |
download | gentoo-823d01980623a3750e69e0cb1d9f76a3387b5921.tar.gz gentoo-823d01980623a3750e69e0cb1d9f76a3387b5921.tar.bz2 gentoo-823d01980623a3750e69e0cb1d9f76a3387b5921.zip |
gnome-base/librsvg: Raise rust version requirement
Bug: https://bugs.gentoo.org/835630
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/librsvg/librsvg-2.54.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-base/librsvg/librsvg-2.54.0.ebuild b/gnome-base/librsvg/librsvg-2.54.0.ebuild index 6a04a29939e5..efdb0bdf2148 100644 --- a/gnome-base/librsvg/librsvg-2.54.0.ebuild +++ b/gnome-base/librsvg/librsvg-2.54.0.ebuild @@ -30,7 +30,7 @@ RDEPEND=" introspection? ( >=dev-libs/gobject-introspection-0.10.8:= ) " DEPEND="${RDEPEND} - >=virtual/rust-1.54[${MULTILIB_USEDEP}] + >=virtual/rust-1.56[${MULTILIB_USEDEP}] ${PYTHON_DEPS} $(python_gen_any_dep 'dev-python/docutils[${PYTHON_USEDEP}]') dev-util/gi-docgen |