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 8423D138AE9 for ; Wed, 27 Dec 2017 23:26:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CB10E0FBD; Wed, 27 Dec 2017 23:26:11 +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 7DE85E0FBD for ; Wed, 27 Dec 2017 23:26:10 +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 13E6C33C1EB for ; Wed, 27 Dec 2017 23:26:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5074AFB4 for ; Wed, 27 Dec 2017 23:26:07 +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: <1514417113.4301f8d137b7c546da98829739fcc1462145a213.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/teamspeak-client-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.19.4-r1.ebuild X-VCS-Directories: media-sound/teamspeak-client-bin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4301f8d137b7c546da98829739fcc1462145a213 X-VCS-Branch: master Date: Wed, 27 Dec 2017 23:26:07 +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: 330e27f0-b805-405d-bb11-eb56af3790db X-Archives-Hash: 2fe6725e7e0b9354cf2eb2a4210ec819 commit: 4301f8d137b7c546da98829739fcc1462145a213 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Dec 27 20:56:19 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Dec 27 23:25:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4301f8d1 media-sound/teamspeak-client-bin: Switch to desktop.eclass Package-Manager: Portage-2.3.19, Repoman-2.3.6 .../teamspeak-client-bin/teamspeak-client-bin-3.0.19.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.19.4-r1.ebuild b/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.19.4-r1.ebuild index c9cb5a1fa0f..9a0493fb0ba 100644 --- a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.19.4-r1.ebuild +++ b/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.19.4-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils unpacker +inherit desktop unpacker DESCRIPTION="TeamSpeak Client - Voice Communication Software" HOMEPAGE="https://www.teamspeak.com/"