summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2022-06-07 12:03:05 +0200
committerFlorian Schmaus <flow@gentoo.org>2022-06-07 12:06:44 +0200
commit314354a690c683b5a3b1b1ca2f1fcfe0be68f6ed (patch)
tree76e85eff7617a3a308a2e934e7c9dcee5e92edb6 /media-gfx/shotwell
parentxfce-extra/thunar-archive-plugin: Remove old (diff)
downloadgentoo-314354a690c683b5a3b1b1ca2f1fcfe0be68f6ed.tar.gz
gentoo-314354a690c683b5a3b1b1ca2f1fcfe0be68f6ed.tar.bz2
gentoo-314354a690c683b5a3b1b1ca2f1fcfe0be68f6ed.zip
media-gfx/shotwell: Set VALA_MIN_API_VERSION=0.54
The ebuild for shotwell 0.13.14 contained a patch 0.30.14-vala-0.52.8-compat.patch that made shotwell compile on Vala < 0.54. However this patch was removed with 532f5153c752 ("media-gfx/shotwell: Drop old versions") and not carried over to newer shotwell ebuilds. However, those current ebuilds failed to declare a minimum dependency on Vala 0.54, causing bug #840281. This commit addresses the bug by adding VALA_MIN_API_VERSION=0.54 to the ebuild. Closes: https://bugs.gentoo.org/840281 Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'media-gfx/shotwell')
-rw-r--r--media-gfx/shotwell/shotwell-0.30.15.ebuild1
-rw-r--r--media-gfx/shotwell/shotwell-0.30.16.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/media-gfx/shotwell/shotwell-0.30.15.ebuild b/media-gfx/shotwell/shotwell-0.30.15.ebuild
index 378b625ed7dd..ddc681e611ef 100644
--- a/media-gfx/shotwell/shotwell-0.30.15.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.15.ebuild
@@ -4,6 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
+VALA_MIN_API_VERSION="0.54"
inherit gnome.org gnome2-utils meson python-any-r1 vala xdg
DESCRIPTION="Open source photo manager for GNOME"
diff --git a/media-gfx/shotwell/shotwell-0.30.16.ebuild b/media-gfx/shotwell/shotwell-0.30.16.ebuild
index ceecdaeb3d5c..cd09860b7b42 100644
--- a/media-gfx/shotwell/shotwell-0.30.16.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.16.ebuild
@@ -4,6 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
+VALA_MIN_API_VERSION="0.54"
inherit gnome.org gnome2-utils meson python-any-r1 vala xdg
DESCRIPTION="Open source photo manager for GNOME"