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 DC4921396D0 for ; Fri, 15 Sep 2017 18:14:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1042E1FC051; Fri, 15 Sep 2017 18:14:37 +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 DE4FB1FC051 for ; Fri, 15 Sep 2017 18:14:36 +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 C138433BEAE for ; Fri, 15 Sep 2017 18:14:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64FD49082 for ; Fri, 15 Sep 2017 18:14:34 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1505499257.811f1687ed1acf679523759e11b164e6d78210ab.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/kaffeine/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/kaffeine/kaffeine-2.0.13.ebuild X-VCS-Directories: media-video/kaffeine/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 811f1687ed1acf679523759e11b164e6d78210ab X-VCS-Branch: master Date: Fri, 15 Sep 2017 18:14:34 +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: 9555868d-2e5b-479a-a88e-a504672d37a5 X-Archives-Hash: 215222034af9264a1821884f35be2ee0 commit: 811f1687ed1acf679523759e11b164e6d78210ab Author: Johannes Huber gentoo org> AuthorDate: Fri Sep 15 18:14:17 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri Sep 15 18:14:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=811f1687 media-video/kaffeine: Fix SRC_URI Reported-by: josef64 Package-Manager: Portage-2.3.8, Repoman-2.3.3 media-video/kaffeine/kaffeine-2.0.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/kaffeine/kaffeine-2.0.13.ebuild b/media-video/kaffeine/kaffeine-2.0.13.ebuild index 6c8e28ca773..47799bf6d33 100644 --- a/media-video/kaffeine/kaffeine-2.0.13.ebuild +++ b/media-video/kaffeine/kaffeine-2.0.13.ebuild @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="Media player with digital TV support by KDE" HOMEPAGE="https://kaffeine.kde.org/" -SRC_URI="mirror://kde/stable/${PN}/$(get_version_component_range 1-3)/src/${P}.tar.xz" +SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" LICENSE="GPL-2+ handbook? ( FDL-1.3 )" KEYWORDS="~amd64 ~x86"