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 9CC3E139085 for ; Mon, 2 Jan 2017 08:58:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A1C9234015; Mon, 2 Jan 2017 08:58:56 +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 48CDA234004 for ; Mon, 2 Jan 2017 08:58:56 +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 77826340F53 for ; Mon, 2 Jan 2017 08:58:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B1CA260E for ; Mon, 2 Jan 2017 08:58:54 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1483347515.e70beefdea609972ed09226667bd704f819ddcf8.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/convmv/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/convmv/convmv-2.0.ebuild X-VCS-Directories: app-text/convmv/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: e70beefdea609972ed09226667bd704f819ddcf8 X-VCS-Branch: master Date: Mon, 2 Jan 2017 08:58:54 +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: b7d925d2-86a0-45c8-ab0e-be74bdcd19cc X-Archives-Hash: b13010caf1a2bbb7d4fd0fd0927671a5 commit: e70beefdea609972ed09226667bd704f819ddcf8 Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Jan 2 08:58:35 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Jan 2 08:58:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70beefd app-text/convmv: amd64 stable wrt bug #604348 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> app-text/convmv/convmv-2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/convmv/convmv-2.0.ebuild b/app-text/convmv/convmv-2.0.ebuild index a625834..776e565 100644 --- a/app-text/convmv/convmv-2.0.ebuild +++ b/app-text/convmv/convmv-2.0.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://j3e.de/linux/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND="dev-lang/perl"