diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-05-10 19:43:11 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-05-10 19:43:11 -0500 |
commit | f029fe6316d9175a3c3d1c7602c985aae78ad2f5 (patch) | |
tree | 1022d0f32b1d4cf1399c5752f168d0162b5af54a /sys-block/tgt | |
parent | media-libs/gstreamer: correctly fix bug #577312 (diff) | |
download | gentoo-f029fe6316d9175a3c3d1c7602c985aae78ad2f5.tar.gz gentoo-f029fe6316d9175a3c3d1c7602c985aae78ad2f5.tar.bz2 gentoo-f029fe6316d9175a3c3d1c7602c985aae78ad2f5.zip |
sys-block/tgt: fixing my_tree
Package-Manager: portage-2.2.28
Diffstat (limited to 'sys-block/tgt')
-rw-r--r-- | sys-block/tgt/tgt-1.0.64.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-block/tgt/tgt-1.0.64.ebuild b/sys-block/tgt/tgt-1.0.64.ebuild index 2fb5edb1350b..b866939612ba 100644 --- a/sys-block/tgt/tgt-1.0.64.ebuild +++ b/sys-block/tgt/tgt-1.0.64.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit flag-o-matic toolchain-funcs -MY_TREE="eca74a7" +MY_TREE="c4d6222" DESCRIPTION="Linux SCSI target framework (tgt)" HOMEPAGE="http://stgt.sourceforge.net" |