@@ -, +, @@ --- net-im/dino/dino-0.2.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/net-im/dino/dino-0.2.0.ebuild +++ a/net-im/dino/dino-0.2.0.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 CMAKE_MAKEFILE_GENERATOR="ninja" VALA_MIN_API_VERSION="0.34" +VALA_MAX_API_VERSION="0.48" inherit cmake-utils gnome2-utils vala xdg-utils DESCRIPTION="Modern Jabber/XMPP Client using GTK+/Vala" --