diff options
author | 2023-01-01 15:47:56 +0100 | |
---|---|---|
committer | 2023-01-01 15:47:56 +0100 | |
commit | b6bbb6e0c16e0c32e67870b82770760ccd97e013 (patch) | |
tree | f9b7754516c991ea485d4d8df8311e7863a9d6e9 /net-im | |
parent | media-video/peek: remove stale VALA_MIN_API_VERSION (diff) | |
download | gentoo-b6bbb6e0c16e0c32e67870b82770760ccd97e013.tar.gz gentoo-b6bbb6e0c16e0c32e67870b82770760ccd97e013.tar.bz2 gentoo-b6bbb6e0c16e0c32e67870b82770760ccd97e013.zip |
net-im/dino: remove stale VALA_MIN_API_VERSION
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/dino/dino-0.2.1-r1.ebuild | 3 | ||||
-rw-r--r-- | net-im/dino/dino-0.3.0.ebuild | 3 | ||||
-rw-r--r-- | net-im/dino/dino-9999.ebuild | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/net-im/dino/dino-0.2.1-r1.ebuild b/net-im/dino/dino-0.2.1-r1.ebuild index 4a660b77b34b..cf654bee3386 100644 --- a/net-im/dino/dino-0.2.1-r1.ebuild +++ b/net-im/dino/dino-0.2.1-r1.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 CMAKE_MAKEFILE_GENERATOR="ninja" -VALA_MIN_API_VERSION="0.34" inherit cmake vala xdg DESCRIPTION="Modern Jabber/XMPP Client using GTK+/Vala" diff --git a/net-im/dino/dino-0.3.0.ebuild b/net-im/dino/dino-0.3.0.ebuild index 096c50a08a58..cb7d67078164 100644 --- a/net-im/dino/dino-0.3.0.ebuild +++ b/net-im/dino/dino-0.3.0.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 CMAKE_MAKEFILE_GENERATOR="ninja" -VALA_MIN_API_VERSION="0.34" inherit cmake vala xdg readme.gentoo-r1 DESCRIPTION="Modern Jabber/XMPP Client using GTK+/Vala" diff --git a/net-im/dino/dino-9999.ebuild b/net-im/dino/dino-9999.ebuild index dcefefcd1c83..3b9f5f130391 100644 --- a/net-im/dino/dino-9999.ebuild +++ b/net-im/dino/dino-9999.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 CMAKE_MAKEFILE_GENERATOR="ninja" -VALA_MIN_API_VERSION="0.34" inherit cmake vala xdg readme.gentoo-r1 DESCRIPTION="Modern Jabber/XMPP Client using GTK+/Vala" |