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 3B214138334 for ; Thu, 31 Jan 2019 10:39:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D97BE0A9F; Thu, 31 Jan 2019 10:39:35 +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 DD233E0A5E for ; Thu, 31 Jan 2019 10:39:34 +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 74CE9335D35 for ; Thu, 31 Jan 2019 10:39:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D3EE52B for ; Thu, 31 Jan 2019 10:39:31 +0000 (UTC) From: "Andrey Utkin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Utkin" Message-ID: <1548931117.95ee0e6715003dfbc26427f1cf9eb1e0d014075d.andrey_utkin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/loudmouth/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/loudmouth/loudmouth-1.5.3-r3.ebuild X-VCS-Directories: net-libs/loudmouth/ X-VCS-Committer: andrey_utkin X-VCS-Committer-Name: Andrey Utkin X-VCS-Revision: 95ee0e6715003dfbc26427f1cf9eb1e0d014075d X-VCS-Branch: master Date: Thu, 31 Jan 2019 10:39:31 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e9e31e48-24d7-4b06-983a-1a6ebb0f12f9 X-Archives-Hash: 75c4623074d13213c60472c6260b85cd commit: 95ee0e6715003dfbc26427f1cf9eb1e0d014075d Author: Andrey Utkin gentoo org> AuthorDate: Mon Jan 28 01:22:32 2019 +0000 Commit: Andrey Utkin gentoo org> CommitDate: Thu Jan 31 10:38:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95ee0e67 net-libs/loudmouth: EAPI=7 Package-Manager: Portage-2.3.49, Repoman-2.3.12 Signed-off-by: Andrey Utkin gentoo.org> net-libs/loudmouth/loudmouth-1.5.3-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/loudmouth/loudmouth-1.5.3-r3.ebuild b/net-libs/loudmouth/loudmouth-1.5.3-r3.ebuild index f10f3698262..6969efe6a5e 100644 --- a/net-libs/loudmouth/loudmouth-1.5.3-r3.ebuild +++ b/net-libs/loudmouth/loudmouth-1.5.3-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="Lightweight C Jabber library" HOMEPAGE="https://mcabber.com"