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: Mon, 04 Mar 2019 19:58:10
Message-Id: 1551729470.5c1deb03c7cd8d46b4f0c66893a2847d887b9e33.prometheanfire@gentoo
1 commit: 5c1deb03c7cd8d46b4f0c66893a2847d887b9e33
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 4 19:57:28 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 4 19:57:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c1deb03
7
8 sys-block/tgt: fix build
9
10 Fixes: https://bugs.gentoo.org/679432
11 Package-Manager: Portage-2.3.51, Repoman-2.3.12
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 sys-block/tgt/tgt-1.0.75.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-block/tgt/tgt-1.0.75.ebuild b/sys-block/tgt/tgt-1.0.75.ebuild
18 index c34e6e9eb01..fbac7f620a1 100644
19 --- a/sys-block/tgt/tgt-1.0.75.ebuild
20 +++ b/sys-block/tgt/tgt-1.0.75.ebuild
21 @@ -4,7 +4,7 @@
22 EAPI=7
23 inherit flag-o-matic toolchain-funcs
24
25 -MY_TREE="f33f6b7"
26 +MY_TREE="9641772"
27
28 DESCRIPTION="Linux SCSI target framework (tgt)"
29 HOMEPAGE="http://stgt.sourceforge.net"