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 C35E413827E for ; Tue, 10 Dec 2013 16:41:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 606EEE0B17; Tue, 10 Dec 2013 16:41:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E9FDAE0B17 for ; Tue, 10 Dec 2013 16:41:43 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1ED0D33F815 for ; Tue, 10 Dec 2013 16:41:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B71F119002B for ; Tue, 10 Dec 2013 16:41:41 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1386693671.459520846d38ee18e0fc8019295da683b3a49886.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/acl2/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/acl2/acl2-6.3.ebuild X-VCS-Directories: sci-mathematics/acl2/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 459520846d38ee18e0fc8019295da683b3a49886 X-VCS-Branch: master Date: Tue, 10 Dec 2013 16:41:41 +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: a96e573f-ee56-4e97-b391-61b3d21138e6 X-Archives-Hash: 4e5ca13fef294d3c44ac1572d9238aee commit: 459520846d38ee18e0fc8019295da683b3a49886 Author: Keshav Kini gmail com> AuthorDate: Tue Dec 10 16:28:36 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Dec 10 16:41:11 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=45952084 Fix license, set USE="books" as default --- sci-mathematics/acl2/acl2-6.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/acl2/acl2-6.3.ebuild b/sci-mathematics/acl2/acl2-6.3.ebuild index 794d34e..c605e3d 100644 --- a/sci-mathematics/acl2/acl2-6.3.ebuild +++ b/sci-mathematics/acl2/acl2-6.3.ebuild @@ -14,9 +14,9 @@ SRC_URI=" workshops? ( http://acl2-books.googlecode.com/files/workshops-${PV}.tar.gz ) )" SLOT="0" -LICENSE="GPL-2" +LICENSE="BSD" KEYWORDS="~amd64 ~x86" -IUSE="books workshops html" +IUSE="+books workshops html" REQUIRED_USE="workshops? ( books )"