Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/rygel/
Date: Sun, 01 Jan 2023 14:48:42
Message-Id: 1672584478.1c04c99144b2491bd62c1097dccb27b51c403df5.soap@gentoo
1 commit: 1c04c99144b2491bd62c1097dccb27b51c403df5
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 14:47:58 2023 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 14:47:58 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c04c991
7
8 net-misc/rygel: remove stale VALA_MIN_API_VERSION
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 net-misc/rygel/rygel-0.40.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-misc/rygel/rygel-0.40.4.ebuild b/net-misc/rygel/rygel-0.40.4.ebuild
16 index 782f36a2a7a4..c3f72b1a5e97 100644
17 --- a/net-misc/rygel/rygel-0.40.4.ebuild
18 +++ b/net-misc/rygel/rygel-0.40.4.ebuild
19 @@ -1,8 +1,8 @@
20 -# Copyright 1999-2022 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -VALA_MIN_API_VERSION="0.42"
26 +
27 inherit gnome.org meson systemd vala xdg
28
29 DESCRIPTION="Rygel is an open source UPnP/DLNA MediaServer"