Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/tora/
Date: Mon, 02 Jul 2018 15:57:06
Message-Id: 1530547001.7250799e4ce5e5c03548df592ee5ebabd6839788.asturm@gentoo
1 commit: 7250799e4ce5e5c03548df592ee5ebabd6839788
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 2 15:32:33 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 2 15:56:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7250799e
7
8 dev-db/tora: eutils -> desktop
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 dev-db/tora/tora-3.2-r1.ebuild | 2 +-
13 dev-db/tora/tora-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-db/tora/tora-3.2-r1.ebuild b/dev-db/tora/tora-3.2-r1.ebuild
17 index dd82fa3785b..38ee149fef9 100644
18 --- a/dev-db/tora/tora-3.2-r1.ebuild
19 +++ b/dev-db/tora/tora-3.2-r1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=6
23
24 -inherit cmake-utils eutils xdg-utils
25 +inherit cmake-utils desktop xdg-utils
26
27 if [[ ${PV} == 9999 ]]; then
28 EGIT_REPO_URI="https://github.com/tora-tool/tora"
29
30 diff --git a/dev-db/tora/tora-9999.ebuild b/dev-db/tora/tora-9999.ebuild
31 index 2f79f2291a8..1733252f6d5 100644
32 --- a/dev-db/tora/tora-9999.ebuild
33 +++ b/dev-db/tora/tora-9999.ebuild
34 @@ -3,7 +3,7 @@
35
36 EAPI=6
37
38 -inherit cmake-utils eutils xdg-utils
39 +inherit cmake-utils desktop xdg-utils
40
41 if [[ ${PV} == 9999 ]]; then
42 EGIT_REPO_URI="https://github.com/tora-tool/tora"