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 76B311388C3 for ; Tue, 12 Jan 2016 00:55:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E1E021C006; Tue, 12 Jan 2016 00:55:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D61E021C006 for ; Tue, 12 Jan 2016 00:55:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EFE8D340871 for ; Tue, 12 Jan 2016 00:55:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFC13CB3 for ; Tue, 12 Jan 2016 00:55:40 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1452560115.0134fad27e26021c8d0ae69db72b9f61aa4b2850.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/lhapdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/lhapdf/lhapdf-5.9.1.ebuild X-VCS-Directories: sci-physics/lhapdf/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 0134fad27e26021c8d0ae69db72b9f61aa4b2850 X-VCS-Branch: master Date: Tue, 12 Jan 2016 00:55:40 +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: 54ee11d6-a6b1-45a1-90d4-fa6a6f0d2bbb X-Archives-Hash: 7a2ab103335e225dad5a3324a6e91eb9 commit: 0134fad27e26021c8d0ae69db72b9f61aa4b2850 Author: Guilherme Amadio gentoo org> AuthorDate: Tue Jan 12 00:48:34 2016 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Tue Jan 12 00:55:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0134fad2 sci-physics/lhapdf: mark version 5.9.1 amd64/x86 stable Stable version 5.8.4 is actually broken. Mark 5.9.1 stable immediately since all tests passed. Package-Manager: portage-2.2.26 sci-physics/lhapdf/lhapdf-5.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-physics/lhapdf/lhapdf-5.9.1.ebuild b/sci-physics/lhapdf/lhapdf-5.9.1.ebuild index fd42420..3cf5db1 100644 --- a/sci-physics/lhapdf/lhapdf-5.9.1.ebuild +++ b/sci-physics/lhapdf/lhapdf-5.9.1.ebuild @@ -21,7 +21,7 @@ SRC_URI="http://www.hepforge.org/archive/lhapdf/${MY_PF}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="cxx doc examples octave python test" RDEPEND="octave? ( sci-mathematics/octave )"