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 C1905138330 for ; Sat, 1 Oct 2016 12:47:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CBC021C0C9; Sat, 1 Oct 2016 12:47:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6002321C0C9 for ; Sat, 1 Oct 2016 12:47:29 +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 7C04B340BDE for ; Sat, 1 Oct 2016 12:47:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBF462520 for ; Sat, 1 Oct 2016 12:41:01 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1475325659.5552f21bfc2c24014486ca720cafb94c945a65e7.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vamp-plugin-sdk/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/vamp-plugin-sdk/vamp-plugin-sdk-2.6-r1.ebuild X-VCS-Directories: media-libs/vamp-plugin-sdk/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 5552f21bfc2c24014486ca720cafb94c945a65e7 X-VCS-Branch: master Date: Sat, 1 Oct 2016 12:41:01 +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: 76855902-2c98-4cd8-8a5b-f5e87624c6a5 X-Archives-Hash: 2720f3fcbd6e2fecd18880bea4bafd0e commit: 5552f21bfc2c24014486ca720cafb94c945a65e7 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Oct 1 12:40:04 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Oct 1 12:40:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5552f21b media-libs/vamp-plugin-sdk: Stable for HPPA (bug #571476). Package-Manager: portage-2.3.1 RepoMan-Options: --ignore-arches media-libs/vamp-plugin-sdk/vamp-plugin-sdk-2.6-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/vamp-plugin-sdk/vamp-plugin-sdk-2.6-r1.ebuild b/media-libs/vamp-plugin-sdk/vamp-plugin-sdk-2.6-r1.ebuild index 05a8fe6..485c4fc 100644 --- a/media-libs/vamp-plugin-sdk/vamp-plugin-sdk-2.6-r1.ebuild +++ b/media-libs/vamp-plugin-sdk/vamp-plugin-sdk-2.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="https://code.soundsoftware.ac.uk/attachments/download/1514/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ~mips ppc ppc64 x86" +KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 x86" IUSE="doc static-libs" RDEPEND="media-libs/libsndfile"