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 B7713138330 for ; Mon, 12 Sep 2016 12:37:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6E92E08C5; Mon, 12 Sep 2016 12:37:37 +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 964CAE08C5 for ; Mon, 12 Sep 2016 12:37:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 53EF1340A5D for ; Mon, 12 Sep 2016 12:37:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F99A2464 for ; Mon, 12 Sep 2016 12:37:34 +0000 (UTC) From: "Daniel Campbell" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Daniel Campbell" Message-ID: <1473683832.6ca40c221ea37bcd626a75ea93be8d9143afb5a9.zlg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/gnu-smalltalk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/gnu-smalltalk/gnu-smalltalk-3.2.5.ebuild X-VCS-Directories: dev-lang/gnu-smalltalk/ X-VCS-Committer: zlg X-VCS-Committer-Name: Daniel Campbell X-VCS-Revision: 6ca40c221ea37bcd626a75ea93be8d9143afb5a9 X-VCS-Branch: master Date: Mon, 12 Sep 2016 12:37:34 +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: 39e460b1-962e-435c-a27f-5b0883bee04b X-Archives-Hash: f6c07c0cc29d22c20a6cdb411df34a9c commit: 6ca40c221ea37bcd626a75ea93be8d9143afb5a9 Author: Daniel Campbell gentoo org> AuthorDate: Mon Sep 12 12:35:29 2016 +0000 Commit: Daniel Campbell gentoo org> CommitDate: Mon Sep 12 12:37:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ca40c22 dev-lang/gnu-smalltalk: Fix src_prepare per 593580 Gentoo-Bug: #593580 Gentoo-Bug-URL: https://bugs.gentoo.org/593580 Package-Manager: portage-2.3.0 dev-lang/gnu-smalltalk/gnu-smalltalk-3.2.5.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lang/gnu-smalltalk/gnu-smalltalk-3.2.5.ebuild b/dev-lang/gnu-smalltalk/gnu-smalltalk-3.2.5.ebuild index bd46fcd..6540cb9 100644 --- a/dev-lang/gnu-smalltalk/gnu-smalltalk-3.2.5.ebuild +++ b/dev-lang/gnu-smalltalk/gnu-smalltalk-3.2.5.ebuild @@ -33,6 +33,7 @@ SITEFILE=50gnu-smalltalk-gentoo.el src_prepare() { # fix misuse of the Tcl API, bug 492710 epatch "${FILESDIR}"/${PN}-3.2_use-result.patch + default } src_configure() {