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 3472213829C for ; Sat, 4 Jun 2016 15:39:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69BD0254035; Sat, 4 Jun 2016 15:39:13 +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 0F4A0254035 for ; Sat, 4 Jun 2016 15:39:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B9E2E340BBF for ; Sat, 4 Jun 2016 15:39:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AED5C17B4 for ; Sat, 4 Jun 2016 15:39:09 +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: <1465054720.97b533efcc00e3191c3a7a931e680c2daee19cb3.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.65.ebuild X-VCS-Directories: sys-block/tgt/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 97b533efcc00e3191c3a7a931e680c2daee19cb3 X-VCS-Branch: master Date: Sat, 4 Jun 2016 15:39:09 +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: 7a6e8a78-476c-4c79-85eb-8a4636a05cab X-Archives-Hash: 84ef47d1b7953ea53cd25b207e364376 commit: 97b533efcc00e3191c3a7a931e680c2daee19cb3 Author: Matthew Thode gentoo org> AuthorDate: Sat Jun 4 15:38:40 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Sat Jun 4 15:38:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b533ef sys-block/tgt: fixing build failure for bug 584996 Package-Manager: portage-2.2.28 sys-block/tgt/tgt-1.0.65.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-block/tgt/tgt-1.0.65.ebuild b/sys-block/tgt/tgt-1.0.65.ebuild index b866939..38574ab 100644 --- a/sys-block/tgt/tgt-1.0.65.ebuild +++ b/sys-block/tgt/tgt-1.0.65.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit flag-o-matic toolchain-funcs -MY_TREE="c4d6222" +MY_TREE="c8f8639" DESCRIPTION="Linux SCSI target framework (tgt)" HOMEPAGE="http://stgt.sourceforge.net"