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 5976A1382C5 for ; Tue, 6 Feb 2018 15:10:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6586CE0ADD; Tue, 6 Feb 2018 15:10:18 +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 44AA5E0ADC for ; Tue, 6 Feb 2018 15:10:18 +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 66702335C4C for ; Tue, 6 Feb 2018 15:10:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EC8321C for ; Tue, 6 Feb 2018 15:10:14 +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: <1517929761.4dafbf0872ba7b5f10c73fa267ea2d1a91db8b28.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/ivykis/ivykis-0.42.2.ebuild X-VCS-Directories: dev-libs/ivykis/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 4dafbf0872ba7b5f10c73fa267ea2d1a91db8b28 X-VCS-Branch: master Date: Tue, 6 Feb 2018 15:10:14 +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: 7f0bd13d-74c5-4f29-9f73-4d9c7de46566 X-Archives-Hash: 78f6c5d6e5a458ee925c9b450e8f4e22 commit: 4dafbf0872ba7b5f10c73fa267ea2d1a91db8b28 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Feb 6 13:11:12 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Feb 6 15:09:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dafbf08 dev-libs/ivykis: x86 stable (bug #643868) Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-libs/ivykis/ivykis-0.42.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/ivykis/ivykis-0.42.2.ebuild b/dev-libs/ivykis/ivykis-0.42.2.ebuild index a351861a0cd..ce9c6368bed 100644 --- a/dev-libs/ivykis/ivykis-0.42.2.ebuild +++ b/dev-libs/ivykis/ivykis-0.42.2.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 @@ -9,4 +9,4 @@ SRC_URI="https://github.com/buytenh/ivykis/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86"