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 980261395E2 for ; Fri, 18 Nov 2016 22:41:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA00221C028; Fri, 18 Nov 2016 22:41:23 +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 D253121C028 for ; Fri, 18 Nov 2016 22:41:23 +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 9545F34164F for ; Fri, 18 Nov 2016 22:41:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43261489 for ; Fri, 18 Nov 2016 22:41:20 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1479508870.a84b472107985b2e36a2f1a80b9ca68dd24f3b89.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/agda/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/agda/agda-2.4.2.5-r2.ebuild X-VCS-Directories: sci-mathematics/agda/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: a84b472107985b2e36a2f1a80b9ca68dd24f3b89 X-VCS-Branch: master Date: Fri, 18 Nov 2016 22:41:20 +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: abb040c3-fe17-4f68-848e-74ae477ea782 X-Archives-Hash: 063d6eed76917d1c3e7d19c32960f3cd commit: a84b472107985b2e36a2f1a80b9ca68dd24f3b89 Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Nov 18 22:40:43 2016 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Nov 18 22:41:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a84b4721 sci-mathematics/agda: allow alex-3.2, bug #600034 Reported-by: Anton Kochkov Bug: https://bugs.gentoo.org/600034 Package-Manager: portage-2.3.2 sci-mathematics/agda/agda-2.4.2.5-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-mathematics/agda/agda-2.4.2.5-r2.ebuild b/sci-mathematics/agda/agda-2.4.2.5-r2.ebuild index 988c01d..49586fb 100644 --- a/sci-mathematics/agda/agda-2.4.2.5-r2.ebuild +++ b/sci-mathematics/agda/agda-2.4.2.5-r2.ebuild @@ -73,7 +73,8 @@ src_prepare() { cabal_chdeps \ 'zlib >= 0.4.0.1 && < 0.6.1' 'zlib >= 0.4.0.1' \ 'transformers-compat >= 0.3.3.3 && < 0.5' 'transformers-compat >= 0.3.3.3' \ - 'build-tools: cpphs >= 1.19 && < 1.20' 'build-tools: cpphs >= 1.19' + 'build-tools: cpphs >= 1.19 && < 1.20' 'build-tools: cpphs >= 1.19' \ + 'alex >= 3.1.0 && < 3.2' 'alex >= 3.1.0' } src_configure() {