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 3FE181382A4 for ; Tue, 7 Jun 2016 07:04:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85CAA141EC; Tue, 7 Jun 2016 07:03:53 +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 E46DB141E1 for ; Tue, 7 Jun 2016 07:03: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 64768340D11 for ; Tue, 7 Jun 2016 07:03:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 962F72407 for ; Tue, 7 Jun 2016 07:03:44 +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: <1465283010.836a2f0ab40aa3f8c1b6765d9310cd4c15d701ce.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.10.ebuild X-VCS-Directories: media-libs/libgphoto2/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 836a2f0ab40aa3f8c1b6765d9310cd4c15d701ce X-VCS-Branch: master Date: Tue, 7 Jun 2016 07:03:44 +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: 92744a50-b7ed-448f-8551-3a6768547e2f X-Archives-Hash: 71d081e36de524b681d84618f1c201ff commit: 836a2f0ab40aa3f8c1b6765d9310cd4c15d701ce Author: Tobias Klausmann gentoo org> AuthorDate: Tue Jun 7 07:00:27 2016 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Jun 7 07:03:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=836a2f0a media-libs/libgphoto2-2.5.10-r0: add alpha keyword Gentoo-Bug: 584468 Package-Manager: portage-2.3.0_rc1 media-libs/libgphoto2/libgphoto2-2.5.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libgphoto2/libgphoto2-2.5.10.ebuild b/media-libs/libgphoto2/libgphoto2-2.5.10.ebuild index afcc2ee..b4dffe7 100644 --- a/media-libs/libgphoto2/libgphoto2-2.5.10.ebuild +++ b/media-libs/libgphoto2/libgphoto2-2.5.10.ebuild @@ -18,7 +18,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.