diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-03-04 13:57:28 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-03-04 13:57:50 -0600 |
commit | 5c1deb03c7cd8d46b4f0c66893a2847d887b9e33 (patch) | |
tree | 1ffefb4a38c76645f4d5ec8e3539482288c26a56 /sys-block | |
parent | profiles: mask squid-4.x for testing (diff) | |
download | gentoo-5c1deb03c7cd8d46b4f0c66893a2847d887b9e33.tar.gz gentoo-5c1deb03c7cd8d46b4f0c66893a2847d887b9e33.tar.bz2 gentoo-5c1deb03c7cd8d46b4f0c66893a2847d887b9e33.zip |
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@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/tgt/tgt-1.0.75.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-block/tgt/tgt-1.0.75.ebuild b/sys-block/tgt/tgt-1.0.75.ebuild index c34e6e9eb015..fbac7f620a1a 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" |