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 73B761396D9 for ; Thu, 2 Nov 2017 21:16:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26BCFE0DA7; Thu, 2 Nov 2017 21:16:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 065D5E0DA7 for ; Thu, 2 Nov 2017 21:16:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E17E1341788 for ; Thu, 2 Nov 2017 21:16:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A4EE92CB for ; Thu, 2 Nov 2017 21:16:31 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1509657197.28788e927a91adcbe6a4914a180c33e929582077.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/graphlcd-base/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/graphlcd-base/graphlcd-base-0.1.9.ebuild X-VCS-Directories: app-misc/graphlcd-base/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 28788e927a91adcbe6a4914a180c33e929582077 X-VCS-Branch: master Date: Thu, 2 Nov 2017 21:16:31 +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: acd3fe70-72d6-427c-9008-df1282f8c1e0 X-Archives-Hash: 67d2761ed1d9d634bc0e083ea6e1687c commit: 28788e927a91adcbe6a4914a180c33e929582077 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Nov 2 21:00:00 2017 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Nov 2 21:13:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28788e92 app-misc/graphlcd-base: x86 stable (bug #632370) Package-Manager: Portage-2.3.13, Repoman-2.3.4 app-misc/graphlcd-base/graphlcd-base-0.1.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/graphlcd-base/graphlcd-base-0.1.9.ebuild b/app-misc/graphlcd-base/graphlcd-base-0.1.9.ebuild index 1dace97bd83..0249fd65068 100644 --- a/app-misc/graphlcd-base/graphlcd-base-0.1.9.ebuild +++ b/app-misc/graphlcd-base/graphlcd-base-0.1.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ DESCRIPTION="Graphical LCD Driver" HOMEPAGE="https://projects.vdr-developer.org/projects/graphlcd-base" SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" SLOT="0" LICENSE="GPL-2" IUSE="g15"