From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4E5FB138334 for ; Mon, 2 Jul 2018 15:57:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFBFFE086D; Mon, 2 Jul 2018 15:57:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7E36E086D for ; Mon, 2 Jul 2018 15:57:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3DC73335CA8 for ; Mon, 2 Jul 2018 15:57:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BB96347 for ; Mon, 2 Jul 2018 15:57:00 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1530547001.7250799e4ce5e5c03548df592ee5ebabd6839788.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/tora/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/tora/tora-3.2-r1.ebuild dev-db/tora/tora-9999.ebuild X-VCS-Directories: dev-db/tora/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7250799e4ce5e5c03548df592ee5ebabd6839788 X-VCS-Branch: master Date: Mon, 2 Jul 2018 15:57:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 029a47fd-d0b5-4829-a36b-c092de1def56 X-Archives-Hash: 9d173664b3fd748cf229fb983d92a565 commit: 7250799e4ce5e5c03548df592ee5ebabd6839788 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jul 2 15:32:33 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jul 2 15:56:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7250799e dev-db/tora: eutils -> desktop Package-Manager: Portage-2.3.41, Repoman-2.3.9 dev-db/tora/tora-3.2-r1.ebuild | 2 +- dev-db/tora/tora-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/tora/tora-3.2-r1.ebuild b/dev-db/tora/tora-3.2-r1.ebuild index dd82fa3785b..38ee149fef9 100644 --- a/dev-db/tora/tora-3.2-r1.ebuild +++ b/dev-db/tora/tora-3.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit cmake-utils eutils xdg-utils +inherit cmake-utils desktop xdg-utils if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/tora-tool/tora" diff --git a/dev-db/tora/tora-9999.ebuild b/dev-db/tora/tora-9999.ebuild index 2f79f2291a8..1733252f6d5 100644 --- a/dev-db/tora/tora-9999.ebuild +++ b/dev-db/tora/tora-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit cmake-utils eutils xdg-utils +inherit cmake-utils desktop xdg-utils if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/tora-tool/tora"