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 E6513138335 for ; Tue, 16 Jul 2019 18:19:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D13BE080E; Tue, 16 Jul 2019 18:19:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 6FBA8E080E for ; Tue, 16 Jul 2019 18:19:44 +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 BB8DA347D0E for ; Tue, 16 Jul 2019 18:19:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6EBB6F8 for ; Tue, 16 Jul 2019 18:19:40 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1563300388.2b14c5302a0394308def2aeca16b99b8b3c4fa86.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/utfcpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/utfcpp/utfcpp-2.3.4.ebuild X-VCS-Directories: dev-libs/utfcpp/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2b14c5302a0394308def2aeca16b99b8b3c4fa86 X-VCS-Branch: master Date: Tue, 16 Jul 2019 18:19: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7bcf616e-67b9-4532-97f4-8986a58a12aa X-Archives-Hash: 8e1e79aa704408c13486e52bbadbd694 commit: 2b14c5302a0394308def2aeca16b99b8b3c4fa86 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jul 16 18:06:28 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jul 16 18:06:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b14c530 dev-libs/utfcpp: EAPI-7 bump Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/utfcpp/utfcpp-2.3.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/utfcpp/utfcpp-2.3.4.ebuild b/dev-libs/utfcpp/utfcpp-2.3.4.ebuild index 87fb7a69d0e..62ff54c3fc8 100644 --- a/dev-libs/utfcpp/utfcpp-2.3.4.ebuild +++ b/dev-libs/utfcpp/utfcpp-2.3.4.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -DESCRIPTION="A portable and lightweight generic library for handling UTF-8 strings" +DESCRIPTION="Portable and lightweight generic library for handling UTF-8 strings" HOMEPAGE="https://sourceforge.net/projects/utfcpp/" SRC_URI="mirror://sourceforge/utfcpp/utf8_v${PV//./_}.zip"