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 0FE361382C5 for ; Sun, 18 Feb 2018 21:48:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF7A1E0D21; Sun, 18 Feb 2018 21:48:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 89C51E0D20 for ; Sun, 18 Feb 2018 21:48: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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6058F335C53 for ; Sun, 18 Feb 2018 21:48:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45226232 for ; Sun, 18 Feb 2018 21:48:40 +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: <1518990483.23d2afbe3ad1d5174900749da9cabd658649bd7f.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/onis/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/onis/onis-0.8.2-r1.ebuild X-VCS-Directories: net-irc/onis/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 23d2afbe3ad1d5174900749da9cabd658649bd7f X-VCS-Branch: master Date: Sun, 18 Feb 2018 21:48: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: 8775ea23-1749-40e3-9dab-a946b4c459c9 X-Archives-Hash: 17d986b671924f821c5ca43d6d410f40 commit: 23d2afbe3ad1d5174900749da9cabd658649bd7f Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Feb 18 21:38:39 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Feb 18 21:48:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23d2afbe net-irc/onis: x86 stable (bug #647730) Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-irc/onis/onis-0.8.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-irc/onis/onis-0.8.2-r1.ebuild b/net-irc/onis/onis-0.8.2-r1.ebuild index 9e2b93169c4..99e0736e062 100644 --- a/net-irc/onis/onis-0.8.2-r1.ebuild +++ b/net-irc/onis/onis-0.8.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ HOMEPAGE="http://verplant.org/onis/" SRC_URI="http://verplant.org/${PN}/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="" RDEPEND="dev-lang/perl"