From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 41A3D1395E0 for ; Sun, 30 Oct 2016 00:07:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91145E0AA8; Sun, 30 Oct 2016 00:07:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 754D6E0AA8 for ; Sun, 30 Oct 2016 00:07:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0ACEC341694 for ; Sun, 30 Oct 2016 00:07:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37BD9249D for ; Sun, 30 Oct 2016 00:07:37 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1477786056.73134edffa7159d1a82707bead03b49a7e3731e1.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/hivex/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/hivex/hivex-1.3.11-r1.ebuild X-VCS-Directories: app-misc/hivex/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 73134edffa7159d1a82707bead03b49a7e3731e1 X-VCS-Branch: master Date: Sun, 30 Oct 2016 00:07:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f06b02cc-be61-426e-bb69-54fc52f6d217 X-Archives-Hash: a355af84ce2dc589538b9fdd39f6aedd commit: 73134edffa7159d1a82707bead03b49a7e3731e1 Author: Mike Gilbert gentoo org> AuthorDate: Sun Oct 30 00:07:02 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Oct 30 00:07:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73134edf app-misc/hivex: fix typo 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 4a88066..146a1c2 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_REQIRED_USE} )" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" DOCS=( README ) S="${WORKDIR}/${P}"