commit: 5c1deb03c7cd8d46b4f0c66893a2847d887b9e33 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Mon Mar 4 19:57:28 2019 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Mon Mar 4 19:57:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c1deb03
sys-block/tgt: fix build Fixes: https://bugs.gentoo.org/679432 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> sys-block/tgt/tgt-1.0.75.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-block/tgt/tgt-1.0.75.ebuild b/sys-block/tgt/tgt-1.0.75.ebuild index c34e6e9eb01..fbac7f620a1 100644 --- a/sys-block/tgt/tgt-1.0.75.ebuild +++ b/sys-block/tgt/tgt-1.0.75.ebuild @@ -4,7 +4,7 @@ EAPI=7 inherit flag-o-matic toolchain-funcs -MY_TREE="f33f6b7" +MY_TREE="9641772" DESCRIPTION="Linux SCSI target framework (tgt)" HOMEPAGE="http://stgt.sourceforge.net"
