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 F0CC8138334 for ; Wed, 22 Aug 2018 18:40:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8B0BE09B1; Wed, 22 Aug 2018 18:40:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A97F2E09B1 for ; Wed, 22 Aug 2018 18:40:01 +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 D8AEA335C36 for ; Wed, 22 Aug 2018 18:39:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8557B3A6 for ; Wed, 22 Aug 2018 18:39:58 +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: <1534963181.4cc66032a9c50803465f26cfeafe9adc68ace814.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/smtube/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/smtube/smtube-17.5.0-r1.ebuild X-VCS-Directories: media-video/smtube/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4cc66032a9c50803465f26cfeafe9adc68ace814 X-VCS-Branch: master Date: Wed, 22 Aug 2018 18:39:58 +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: c30b919c-c314-4d05-8c93-14285f79413c X-Archives-Hash: 196dfc50e85b4b24aa176db0e8b8408a commit: 4cc66032a9c50803465f26cfeafe9adc68ace814 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 22 17:20:59 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 22 18:39:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cc66032 media-video/smtube: eutils -> desktop Package-Manager: Portage-2.3.48, Repoman-2.3.10 media-video/smtube/smtube-17.5.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/smtube/smtube-17.5.0-r1.ebuild b/media-video/smtube/smtube-17.5.0-r1.ebuild index f5abd4ef701..7e4806d6dbc 100644 --- a/media-video/smtube/smtube-17.5.0-r1.ebuild +++ b/media-video/smtube/smtube-17.5.0-r1.ebuild @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="bg cs da de en_GB en es eu fr gl he_IL hr hu it ja ko ms nn_NO pl pt_BR pt ru sq sr tr uk zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit eutils l10n qmake-utils +inherit desktop l10n qmake-utils DESCRIPTION="YouTube Browser for SMPlayer" HOMEPAGE="http://smplayer.sourceforge.net/smtube"