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 9F7441384AE for ; Sat, 19 Sep 2015 14:52:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF05121C04C; Sat, 19 Sep 2015 14:52:18 +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 31A3621C04C for ; Sat, 19 Sep 2015 14:52:18 +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 66504340E58 for ; Sat, 19 Sep 2015 14:52:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49AF81FD for ; Sat, 19 Sep 2015 14:52:15 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1442674310.98c27f1a4120c6b4e2218bef305adef2b920ac0f.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/assimp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/assimp/assimp-3.1.1.ebuild X-VCS-Directories: media-libs/assimp/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 98c27f1a4120c6b4e2218bef305adef2b920ac0f X-VCS-Branch: master Date: Sat, 19 Sep 2015 14:52:15 +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: bbc25429-4072-4b1d-a8e2-18e4d92f0fec X-Archives-Hash: f8a4a3cdec579301d0a97ad574793b3e commit: 98c27f1a4120c6b4e2218bef305adef2b920ac0f Author: Agostino Sarubbo gentoo org> AuthorDate: Sat Sep 19 14:51:50 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sat Sep 19 14:51:50 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98c27f1a media-libs/assimp: amd64 stable wrt bug #559888 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" media-libs/assimp/assimp-3.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/assimp/assimp-3.1.1.ebuild b/media-libs/assimp/assimp-3.1.1.ebuild index f1b0c87..005324f 100644 --- a/media-libs/assimp/assimp-3.1.1.ebuild +++ b/media-libs/assimp/assimp-3.1.1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="http://assimp.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.zip" LICENSE="BSD" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="+boost samples static tools" SLOT="0"