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 5B500139085 for ; Mon, 6 Feb 2017 20:03:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5312E0C63; Mon, 6 Feb 2017 20:03:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 855D6E0C63 for ; Mon, 6 Feb 2017 20:03:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 69A9A341697 for ; Mon, 6 Feb 2017 20:03:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D20EF3A86 for ; Mon, 6 Feb 2017 20:03:32 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1486411405.c48dc534c4f7187f93f68a167f4b385484612514.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xindy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/xindy/xindy-2.4-r1.ebuild X-VCS-Directories: app-text/xindy/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: c48dc534c4f7187f93f68a167f4b385484612514 X-VCS-Branch: master Date: Mon, 6 Feb 2017 20:03:32 +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: 3408fb83-6f98-412c-8f0b-9cd2b9773c9d X-Archives-Hash: 67045cc76184a7268c2095e60d4d9d81 commit: c48dc534c4f7187f93f68a167f4b385484612514 Author: Ulrich Müller gentoo org> AuthorDate: Mon Feb 6 20:03:25 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Feb 6 20:03:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c48dc534 app-text/xindy: [QA] Fix SRC_URI. Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-text/xindy/xindy-2.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/xindy/xindy-2.4-r1.ebuild b/app-text/xindy/xindy-2.4-r1.ebuild index 6221018a..47e25e6 100644 --- a/app-text/xindy/xindy-2.4-r1.ebuild +++ b/app-text/xindy/xindy-2.4-r1.ebuild @@ -8,7 +8,7 @@ inherit autotools DESCRIPTION="A Flexible Indexing System" HOMEPAGE="http://www.xindy.org/" -SRC_URI="http://www.xindy.org/xindy-2.4.tar.gz" +SRC_URI="http://www.xindy.org/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"