summaryrefslogtreecommitdiff
path: root/dev-ruby/image_processing/image_processing-1.12.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/image_processing/image_processing-1.12.2.ebuild')
-rw-r--r--dev-ruby/image_processing/image_processing-1.12.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/image_processing/image_processing-1.12.2.ebuild b/dev-ruby/image_processing/image_processing-1.12.2.ebuild
index 0e84e582aef1..4dd26bab9d93 100644
--- a/dev-ruby/image_processing/image_processing-1.12.2.ebuild
+++ b/dev-ruby/image_processing/image_processing-1.12.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
RUBY_FAKEGEM_RECIPE_DOC="none"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md doc/*.md"
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/janko/image_processing/archive/v${PV}.tar.gz -> ${P}
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE=""
+IUSE="test"
DEPEND+=" test? ( media-gfx/imagemagick[jpeg,png,tiff,xml] )"