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 5BE4E139085 for ; Sun, 29 Jan 2017 19:34:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BC891451E; Sun, 29 Jan 2017 19:33:59 +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 494B81451E for ; Sun, 29 Jan 2017 19:33:54 +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 7E47B341016 for ; Sun, 29 Jan 2017 19:33:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E16F83A22 for ; Sun, 29 Jan 2017 19:33:35 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1485718404.5f8f138ce8a1ba0aac2083f1b2f2c58e412cb8e3.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/minicom/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dialup/minicom/minicom-2.6.ebuild net-dialup/minicom/minicom-2.7.ebuild X-VCS-Directories: net-dialup/minicom/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 5f8f138ce8a1ba0aac2083f1b2f2c58e412cb8e3 X-VCS-Branch: master Date: Sun, 29 Jan 2017 19:33:35 +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: d417486c-7e27-4ade-8ce3-b7094794ca02 X-Archives-Hash: caf43245d62d6d33c94901cc60dc3b53 commit: 5f8f138ce8a1ba0aac2083f1b2f2c58e412cb8e3 Author: Fabian Groffen gentoo org> AuthorDate: Sun Jan 29 19:27:41 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Jan 29 19:33:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f8f138c net-dialup/minicom: dropped ~ia64-linux Package-Manager: portage-2.3.3 net-dialup/minicom/minicom-2.6.ebuild | 4 ++-- net-dialup/minicom/minicom-2.7.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-dialup/minicom/minicom-2.6.ebuild b/net-dialup/minicom/minicom-2.6.ebuild index 157a5ef..499b479 100644 --- a/net-dialup/minicom/minicom-2.6.ebuild +++ b/net-dialup/minicom/minicom-2.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="http://alioth.debian.org/download.php/${STUPID_NUM}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="nls" COMMON_DEPEND="sys-libs/ncurses" diff --git a/net-dialup/minicom/minicom-2.7.ebuild b/net-dialup/minicom/minicom-2.7.ebuild index 4075937..5bc9498 100644 --- a/net-dialup/minicom/minicom-2.7.ebuild +++ b/net-dialup/minicom/minicom-2.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="https://alioth.debian.org/frs/download.php/file/${STUPID_NUM}/${P}.tar. LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="nls" COMMON_DEPEND="sys-libs/ncurses"