Gentoo Archives: gentoo-commits

From: Andrey Utkin <andrey_utkin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/dino/
Date: Mon, 18 Feb 2019 19:29:50
Message-Id: 1550518167.510f44e15c8ef736ed124866dc4037d850bc5561.andrey_utkin@gentoo
1 commit: 510f44e15c8ef736ed124866dc4037d850bc5561
2 Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 18 19:24:50 2019 +0000
4 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 18 19:29:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=510f44e1
7
8 net-im/dino: inherit xdg-utils explicitly
9
10 As suggested by https://gentooqa.levelnine.at
11
12 Package-Manager: Portage-2.3.51, Repoman-2.3.12
13 Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org>
14
15 net-im/dino/dino-9999.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/net-im/dino/dino-9999.ebuild b/net-im/dino/dino-9999.ebuild
19 index 3a91a8f2e77..bbf506d8456 100644
20 --- a/net-im/dino/dino-9999.ebuild
21 +++ b/net-im/dino/dino-9999.ebuild
22 @@ -5,7 +5,7 @@ EAPI=6
23
24 CMAKE_MAKEFILE_GENERATOR="ninja"
25 VALA_MIN_API_VERSION="0.34"
26 -inherit cmake-utils gnome2-utils vala
27 +inherit cmake-utils gnome2-utils vala xdg-utils
28
29 DESCRIPTION="Modern Jabber/XMPP Client using GTK+/Vala"
30 HOMEPAGE="https://dino.im"