From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5C0CB1382BD for ; Wed, 15 Jun 2016 13:20:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72C1EE09C0; Wed, 15 Jun 2016 13:20:08 +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 0A98AE09C3 for ; Wed, 15 Jun 2016 13:20:07 +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 C1A63340139 for ; Wed, 15 Jun 2016 13:20:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AE4F209B for ; Wed, 15 Jun 2016 13:20:01 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1465996787.414658bf1d78df4a5ccd5b337e5929ce98a9c8ac.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/trojita/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/trojita/trojita-9999.ebuild X-VCS-Directories: mail-client/trojita/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 414658bf1d78df4a5ccd5b337e5929ce98a9c8ac X-VCS-Branch: master Date: Wed, 15 Jun 2016 13:20:01 +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: 0989c576-6268-45ab-b86b-63efc4d1bd0e X-Archives-Hash: 5808272dafa3d20dcd161a914e66e736 commit: 414658bf1d78df4a5ccd5b337e5929ce98a9c8ac Author: Michael Palimaka gentoo org> AuthorDate: Wed Jun 15 13:18:18 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Jun 15 13:19:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=414658bf mail-client/trojita: update SRC_URI Package-Manager: portage-2.3.0_rc1 mail-client/trojita/trojita-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/trojita/trojita-9999.ebuild b/mail-client/trojita/trojita-9999.ebuild index c0bfef7..b728ae9 100644 --- a/mail-client/trojita/trojita-9999.ebuild +++ b/mail-client/trojita/trojita-9999.ebuild @@ -11,7 +11,7 @@ inherit cmake-utils fdo-mime gnome2-utils virtualx DESCRIPTION="A Qt IMAP e-mail client" HOMEPAGE="http://trojita.flaska.net/" if [[ ${PV} != 9999 ]]; then - SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" KEYWORDS="~amd64 ~x86" fi