commit: fdc160f2e4303680d6a400cd694e1a126ed5f143
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 22:58:54 2016 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 23:14:56 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdc160f2
app-misc/hivex: fix REQUIRED_USE
Package-Manager: portage-2.3.2
app-misc/hivex/hivex-1.3.11-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/hivex/hivex-1.3.11-r1.ebuild
b/app-misc/hivex/hivex-1.3.11-r1.ebuild
index 008f5a6..4a88066 100644
--- a/app-misc/hivex/hivex-1.3.11-r1.ebuild
+++ b/app-misc/hivex/hivex-1.3.11-r1.ebuild
@@ -48,7 +48,7 @@ ruby_add_bdepend "ruby? ( dev-ruby/rake
dev-ruby/rdoc )"
ruby_add_rdepend "ruby? ( virtual/rubygems )"
-REQUIRED_USE="python? ( ${PYTHON_REQ_USE} )"
+REQUIRED_USE="python? ( ${PYTHON_REQIRED_USE} )"
DOCS=( README )
S="${WORKDIR}/${P}"