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 798A613826A for ; Thu, 26 May 2016 08:34:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9568234009; Thu, 26 May 2016 08:34:44 +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 881C2234009 for ; Thu, 26 May 2016 08:34:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BCBCD340821 for ; Thu, 26 May 2016 08:34:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6891887B for ; Thu, 26 May 2016 08:34:40 +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: <1464251655.a5e9746b1647129b30dc568acb8f7b416f3a40d5.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cdk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/cdk/cdk-5.0.20141106.ebuild X-VCS-Directories: dev-libs/cdk/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: a5e9746b1647129b30dc568acb8f7b416f3a40d5 X-VCS-Branch: master Date: Thu, 26 May 2016 08:34: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: 864c21ed-3c2c-43ac-af47-441bddef8c3e X-Archives-Hash: 3db92fd21002cd1cab8e169cbaa9ff06 commit: a5e9746b1647129b30dc568acb8f7b416f3a40d5 Author: Tobias Klausmann gentoo org> AuthorDate: Thu May 26 08:34:15 2016 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Thu May 26 08:34:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5e9746b dev-libs/cdk-5.0.20141106-r0: add alpha keyword Gentoo-Bug: 575040 Package-Manager: portage-2.3.0_rc1 dev-libs/cdk/cdk-5.0.20141106.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/cdk/cdk-5.0.20141106.ebuild b/dev-libs/cdk/cdk-5.0.20141106.ebuild index 24afb5f..1107340 100644 --- a/dev-libs/cdk/cdk-5.0.20141106.ebuild +++ b/dev-libs/cdk/cdk-5.0.20141106.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$ @@ -13,7 +13,7 @@ SRC_URI="ftp://invisible-island.net/cdk/${MY_P}.tgz" LICENSE="BSD" SLOT="0/6" # subslot = soname version -KEYWORDS="~alpha amd64 ~hppa ia64 ppc ppc64 ~s390 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 ~s390 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" IUSE="examples static-libs unicode" DEPEND=">=sys-libs/ncurses-5.2[unicode?]"