Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/tgt/
Date: Sun, 02 Jun 2019 20:12:42
Message-Id: 1559506351.2c4b363a5a8b5f6937aeae0057c15bd6753fab49.prometheanfire@gentoo
1 commit: 2c4b363a5a8b5f6937aeae0057c15bd6753fab49
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 2 20:12:16 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 2 20:12:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c4b363a
7
8 sys-block/tgt: 1.0.78 fix tree
9
10 Fixes: https://bugs.gentoo.org/687224
11 Package-Manager: Portage-2.3.66, Repoman-2.3.13
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 sys-block/tgt/tgt-1.0.78.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-block/tgt/tgt-1.0.78.ebuild b/sys-block/tgt/tgt-1.0.78.ebuild
18 index 92920604e24..4c99c173bf4 100644
19 --- a/sys-block/tgt/tgt-1.0.78.ebuild
20 +++ b/sys-block/tgt/tgt-1.0.78.ebuild
21 @@ -4,7 +4,7 @@
22 EAPI=7
23 inherit flag-o-matic toolchain-funcs
24
25 -MY_TREE="355a4fa"
26 +MY_TREE="159138e"
27
28 DESCRIPTION="Linux SCSI target framework (tgt)"
29 HOMEPAGE="http://stgt.sourceforge.net"