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 CD0F7139085 for ; Tue, 20 Dec 2016 16:52:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 133A32241D0; Tue, 20 Dec 2016 16:52:51 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E481B2241D0 for ; Tue, 20 Dec 2016 16:52:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D749734105A for ; Tue, 20 Dec 2016 16:52:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48EE324AB for ; Tue, 20 Dec 2016 16:52:48 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1482252738.c9a84c7cf4e05cf4dd5931db3114da0fb48926a0.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/nlopt/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/nlopt/nlopt-2.4.2-r1.ebuild X-VCS-Directories: sci-libs/nlopt/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: c9a84c7cf4e05cf4dd5931db3114da0fb48926a0 X-VCS-Branch: master Date: Tue, 20 Dec 2016 16:52:48 +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: 7813b3b8-17e4-417c-a430-99b1f3fb6635 X-Archives-Hash: 0b79a4e8cdb8114d27b7c6bf4e2e3bdd commit: c9a84c7cf4e05cf4dd5931db3114da0fb48926a0 Author: Tobias Klausmann gentoo org> AuthorDate: Tue Dec 20 16:51:22 2016 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Dec 20 16:52:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9a84c7c sci-libs/nlopt-2.4.2-r1: stable on amd64 Gentoo-Bug: 593568 sci-libs/nlopt/nlopt-2.4.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/nlopt/nlopt-2.4.2-r1.ebuild b/sci-libs/nlopt/nlopt-2.4.2-r1.ebuild index 97662c0..f2e4af6 100644 --- a/sci-libs/nlopt/nlopt-2.4.2-r1.ebuild +++ b/sci-libs/nlopt/nlopt-2.4.2-r1.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="http://ab-initio.mit.edu/nlopt/" SRC_URI="${HOMEPAGE}/${P}.tar.gz" LICENSE="LGPL-2.1 MIT" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" SLOT="0" IUSE="cxx guile octave python static-libs" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"