commit:     de63e1aad0a924f985868519c7ed7120476356a7
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 26 18:10:39 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 18:12:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de63e1aa

sys-process/gnome-usage: Fix LICENSE, HOMEPAGE and VALA_MIN_API_VERSION

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 sys-process/gnome-usage/gnome-usage-3.32.0.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-process/gnome-usage/gnome-usage-3.32.0.ebuild 
b/sys-process/gnome-usage/gnome-usage-3.32.0.ebuild
index f03682112ef..2b5c2573e96 100644
--- a/sys-process/gnome-usage/gnome-usage-3.32.0.ebuild
+++ b/sys-process/gnome-usage/gnome-usage-3.32.0.ebuild
@@ -1,25 +1,25 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-VALA_MIN_API_VERSION="0.26"
+VALA_MIN_API_VERSION="0.36"
 VALA_USE_DEPEND="vapigen"
 
 inherit gnome.org gnome2-utils meson vala xdg
 
 DESCRIPTION="A nice way to view information about use of system resources."
-HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-usage";
+HOMEPAGE="https://wiki.gnome.org/Apps/Usage";
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 IUSE=""
 KEYWORDS="~amd64"
 
 RDEPEND="
-       >=dev-libs/glib-2.38.0:2
+       >=dev-libs/glib-2.38:2
        >=x11-libs/gtk+-3.20.10:3
-       >=gnome-base/libgtop-2.34.0:2
        >=dev-libs/libdazzle-3.30
+       >=gnome-base/libgtop-2.34.0:2
 "
 
 DEPEND="${RDEPEND}

Reply via email to