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 446C413832E for ; Mon, 18 Jul 2016 17:22:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EAD2E0B38; Mon, 18 Jul 2016 17:22:36 +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 DB60BE0B38 for ; Mon, 18 Jul 2016 17:22:35 +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 75DB63407AF for ; Mon, 18 Jul 2016 17:22:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D832E6B for ; Mon, 18 Jul 2016 17:22:29 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1468862534.9f185b0b2c0845d9e66c8e04ed62195f560e6ca8.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/pure-ftpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/pure-ftpd/pure-ftpd-1.0.42-r1.ebuild X-VCS-Directories: net-ftp/pure-ftpd/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 9f185b0b2c0845d9e66c8e04ed62195f560e6ca8 X-VCS-Branch: master Date: Mon, 18 Jul 2016 17:22:29 +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: c4ef368f-303b-44cf-b28a-a02c84cfd562 X-Archives-Hash: 30ce4529554815e872d589cf52a11f63 commit: 9f185b0b2c0845d9e66c8e04ed62195f560e6ca8 Author: Markus Meier gentoo org> AuthorDate: Mon Jul 18 17:22:14 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Mon Jul 18 17:22:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f185b0b net-ftp/pure-ftpd: arm stable, bug #588300 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="arm" net-ftp/pure-ftpd/pure-ftpd-1.0.42-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.42-r1.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.42-r1.ebuild index 3bde50d..8637d95 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-1.0.42-r1.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.42-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 inherit eutils confutils flag-o-matic -KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" DESCRIPTION="Fast, production-quality, standard-conformant FTP server" HOMEPAGE="http://www.pureftpd.org/"