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 84224138806 for ; Mon, 25 Dec 2017 23:34:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4A20E0F48; Mon, 25 Dec 2017 23:34:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C330DE0F48 for ; Mon, 25 Dec 2017 23:34:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7EAED33BF0F for ; Mon, 25 Dec 2017 23:34:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4A8F747C for ; Mon, 25 Dec 2017 23:34:51 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1514244875.68417f99f75bef3802c735ae88ffdf0ff1ccd39f.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/squirrel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/squirrel/squirrel-3.1.ebuild X-VCS-Directories: dev-lang/squirrel/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 68417f99f75bef3802c735ae88ffdf0ff1ccd39f X-VCS-Branch: master Date: Mon, 25 Dec 2017 23:34:51 +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: e70dbce8-7b8b-4625-bb07-2d52bc237c14 X-Archives-Hash: 4699315daca1bfd093aca464612f8aa1 commit: 68417f99f75bef3802c735ae88ffdf0ff1ccd39f Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Dec 25 23:34:11 2017 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Mon Dec 25 23:34:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68417f99 dev-lang/squirrel: amd64 stable, bug 642052 Bug: https://bugs.gentoo.org/642052 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-lang/squirrel/squirrel-3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/squirrel/squirrel-3.1.ebuild b/dev-lang/squirrel/squirrel-3.1.ebuild index 0b304c06c11..24447c35573 100644 --- a/dev-lang/squirrel/squirrel-3.1.ebuild +++ b/dev-lang/squirrel/squirrel-3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/albertodemichelis/squirrel/archive/v${PV}.tar.gz -> LICENSE="ZLIB" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="examples static-libs" RDEPEND=""