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 53007138334 for ; Fri, 3 May 2019 15:55:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68507E0978; Fri, 3 May 2019 15:55:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 10C4DE0978 for ; Fri, 3 May 2019 15:55:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C8D2634342C for ; Fri, 3 May 2019 15:55:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A76B567 for ; Fri, 3 May 2019 15:55:17 +0000 (UTC) From: "Matthew 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, "Matthew Thode" Message-ID: <1556898881.e83465bfbeed016153544b59a187159f8b363c92.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.76.ebuild sys-block/tgt/tgt-1.0.77.ebuild X-VCS-Directories: sys-block/tgt/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: e83465bfbeed016153544b59a187159f8b363c92 X-VCS-Branch: master Date: Fri, 3 May 2019 15:55:17 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a5f2987f-7f0e-403f-8bb4-587dee16ff22 X-Archives-Hash: 9c62f82f6d319ac706fc7aab21248d13 commit: e83465bfbeed016153544b59a187159f8b363c92 Author: Matthew Thode gentoo org> AuthorDate: Fri May 3 15:54:41 2019 +0000 Commit: Matthew Thode gentoo org> CommitDate: Fri May 3 15:54:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e83465bf sys-block/tgt: 1.0.76 stable amd64/x86 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode gentoo.org> sys-block/tgt/tgt-1.0.76.ebuild | 2 +- sys-block/tgt/tgt-1.0.77.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-block/tgt/tgt-1.0.76.ebuild b/sys-block/tgt/tgt-1.0.76.ebuild index 740ed20c869..fb938ddeea8 100644 --- a/sys-block/tgt/tgt-1.0.76.ebuild +++ b/sys-block/tgt/tgt-1.0.76.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/fujita/tgt/tarball/v${PV} -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="fcoe fcp ibmvio infiniband rbd" CDEPEND="dev-perl/Config-General diff --git a/sys-block/tgt/tgt-1.0.77.ebuild b/sys-block/tgt/tgt-1.0.77.ebuild index 740ed20c869..92920604e24 100644 --- a/sys-block/tgt/tgt-1.0.77.ebuild +++ b/sys-block/tgt/tgt-1.0.77.ebuild @@ -4,7 +4,7 @@ EAPI=7 inherit flag-o-matic toolchain-funcs -MY_TREE="df08164" +MY_TREE="355a4fa" DESCRIPTION="Linux SCSI target framework (tgt)" HOMEPAGE="http://stgt.sourceforge.net"