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 AD4101393F1 for ; Wed, 16 Sep 2015 08:43:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 373D821C002; Wed, 16 Sep 2015 08:43:33 +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 8BCC521C002 for ; Wed, 16 Sep 2015 08:43:32 +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 B361C340C87 for ; Wed, 16 Sep 2015 08:43:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF823201 for ; Wed, 16 Sep 2015 08:43:28 +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: <1442392927.5147602a374bc214920f736fd0e2cb3c5e40a5a5.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libgphoto2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libgphoto2/libgphoto2-2.5.8.ebuild X-VCS-Directories: media-libs/libgphoto2/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 5147602a374bc214920f736fd0e2cb3c5e40a5a5 X-VCS-Branch: master Date: Wed, 16 Sep 2015 08:43:28 +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: 28ddb0a8-185d-4462-b440-c4861d2b04b8 X-Archives-Hash: b1ad030fa00a34ca80e3412d933949fc commit: 5147602a374bc214920f736fd0e2cb3c5e40a5a5 Author: Tobias Klausmann gentoo org> AuthorDate: Wed Sep 16 08:32:25 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Wed Sep 16 08:42:07 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5147602a media-libs/libgphoto2: add alpha keyword Gentoo-Bug: 551826 Package-Manager: portage-2.2.20.1 media-libs/libgphoto2/libgphoto2-2.5.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libgphoto2/libgphoto2-2.5.8.ebuild b/media-libs/libgphoto2/libgphoto2-2.5.8.ebuild index 07c100b..d1359fe 100644 --- a/media-libs/libgphoto2/libgphoto2-2.5.8.ebuild +++ b/media-libs/libgphoto2/libgphoto2-2.5.8.ebuild @@ -19,7 +19,7 @@ LICENSE="GPL-2" # FIXME: should we also bump for libgphoto2_port.so soname version? SLOT="0/6" # libgphoto2.so soname version -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux" IUSE="doc examples exif gd jpeg nls serial" # By default, drivers for all supported cameras will be compiled.