diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-06-04 10:38:40 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-06-04 10:38:40 -0500 |
commit | 97b533efcc00e3191c3a7a931e680c2daee19cb3 (patch) | |
tree | 01da712f803f5170790ecc53f2dd66941e73e213 | |
parent | media-sound/spotify: and stable (diff) | |
download | gentoo-97b533efcc00e3191c3a7a931e680c2daee19cb3.tar.gz gentoo-97b533efcc00e3191c3a7a931e680c2daee19cb3.tar.bz2 gentoo-97b533efcc00e3191c3a7a931e680c2daee19cb3.zip |
sys-block/tgt: fixing build failure for bug 584996
Package-Manager: portage-2.2.28
-rw-r--r-- | sys-block/tgt/tgt-1.0.65.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-block/tgt/tgt-1.0.65.ebuild b/sys-block/tgt/tgt-1.0.65.ebuild index b866939612ba..38574ab6bd00 100644 --- a/sys-block/tgt/tgt-1.0.65.ebuild +++ b/sys-block/tgt/tgt-1.0.65.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit flag-o-matic toolchain-funcs -MY_TREE="c4d6222" +MY_TREE="c8f8639" DESCRIPTION="Linux SCSI target framework (tgt)" HOMEPAGE="http://stgt.sourceforge.net" |