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 DFA89138253 for ; Wed, 11 May 2016 00:43:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD87AE0869; Wed, 11 May 2016 00:43:49 +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 70F8DE086A for ; Wed, 11 May 2016 00:43:49 +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 11324340B66 for ; Wed, 11 May 2016 00:43:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A5AB95E for ; Wed, 11 May 2016 00:43:45 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1462927391.f029fe6316d9175a3c3d1c7602c985aae78ad2f5.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/tgt/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/tgt/tgt-1.0.64.ebuild X-VCS-Directories: sys-block/tgt/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: f029fe6316d9175a3c3d1c7602c985aae78ad2f5 X-VCS-Branch: master Date: Wed, 11 May 2016 00:43:45 +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: 0a90d500-b3de-441c-9678-bc6841ffe54a X-Archives-Hash: 0017e65f7fdced16f59a57bcea59105f commit: f029fe6316d9175a3c3d1c7602c985aae78ad2f5 Author: Matthew Thode gentoo org> AuthorDate: Wed May 11 00:43:11 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Wed May 11 00:43:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f029fe63 sys-block/tgt: fixing my_tree Package-Manager: portage-2.2.28 sys-block/tgt/tgt-1.0.64.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-block/tgt/tgt-1.0.64.ebuild b/sys-block/tgt/tgt-1.0.64.ebuild index 2fb5edb..b866939 100644 --- a/sys-block/tgt/tgt-1.0.64.ebuild +++ b/sys-block/tgt/tgt-1.0.64.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit flag-o-matic toolchain-funcs -MY_TREE="eca74a7" +MY_TREE="c4d6222" DESCRIPTION="Linux SCSI target framework (tgt)" HOMEPAGE="http://stgt.sourceforge.net"