From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4556B59174 for ; Fri, 12 Feb 2016 04:03:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEA00E07F4; Fri, 12 Feb 2016 04:03:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84534E07F4 for ; Fri, 12 Feb 2016 04:03:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F40F340C20 for ; Fri, 12 Feb 2016 04:03:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75ABD8EB for ; Fri, 12 Feb 2016 04:03:18 +0000 (UTC) From: "Vikraman Choudhury" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vikraman Choudhury" Message-ID: <1455249794.aedff2b4225c052c353186a00494e4d3752c429d.vikraman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/twelf/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/twelf/twelf-1.7.1.ebuild X-VCS-Directories: sci-mathematics/twelf/ X-VCS-Committer: vikraman X-VCS-Committer-Name: Vikraman Choudhury X-VCS-Revision: aedff2b4225c052c353186a00494e4d3752c429d X-VCS-Branch: master Date: Fri, 12 Feb 2016 04:03:18 +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: a3207dd2-d468-48c1-9962-64820e5b57f0 X-Archives-Hash: 42401e40aea685f529a1278ee032e698 commit: aedff2b4225c052c353186a00494e4d3752c429d Author: Vikraman Choudhury gentoo org> AuthorDate: Fri Feb 12 04:02:54 2016 +0000 Commit: Vikraman Choudhury gentoo org> CommitDate: Fri Feb 12 04:03:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aedff2b4 sci-mathematics/twelf: Fix typo Package-Manager: portage-2.2.27 sci-mathematics/twelf/twelf-1.7.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/twelf/twelf-1.7.1.ebuild b/sci-mathematics/twelf/twelf-1.7.1.ebuild index e5e8a82..dde30a1 100644 --- a/sci-mathematics/twelf/twelf-1.7.1.ebuild +++ b/sci-mathematics/twelf/twelf-1.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -45,7 +45,7 @@ PATCHES=( ) src_prepare() { - epatch ${PYTCHES[@]} + epatch ${PATCHES[@]} sed \ -e "s@/usr/bin@${ROOT}usr/bin@g" \ -e "s@/usr/share@${ROOT}usr/share@" \