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 19D0A13835A for ; Sat, 3 Apr 2021 23:07:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D5F8E0866; Sat, 3 Apr 2021 23:07: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 08A37E0866 for ; Sat, 3 Apr 2021 23:07:43 +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 2D9E8340A12 for ; Sat, 3 Apr 2021 23:07:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BB8163E for ; Sat, 3 Apr 2021 23:07:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1617489937.1cee6c10898f82dc774138f0447e0b8f8a9e3526.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tinyxml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/tinyxml/tinyxml-2.6.2-r3.ebuild dev-libs/tinyxml/tinyxml-2.6.2-r4.ebuild X-VCS-Directories: dev-libs/tinyxml/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1cee6c10898f82dc774138f0447e0b8f8a9e3526 X-VCS-Branch: master Date: Sat, 3 Apr 2021 23:07: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: c135b452-ea00-4895-aeb0-e97e1ced45a4 X-Archives-Hash: e72967953cf36062912ba885ed0ef4f5 commit: 1cee6c10898f82dc774138f0447e0b8f8a9e3526 Author: Sam James gentoo org> AuthorDate: Sat Apr 3 22:45:37 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 3 22:45:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cee6c10 dev-libs/tinyxml: eutils-- Signed-off-by: Sam James gentoo.org> dev-libs/tinyxml/tinyxml-2.6.2-r3.ebuild | 3 ++- dev-libs/tinyxml/tinyxml-2.6.2-r4.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-libs/tinyxml/tinyxml-2.6.2-r3.ebuild b/dev-libs/tinyxml/tinyxml-2.6.2-r3.ebuild index b516cd4de3b..29649a33250 100644 --- a/dev-libs/tinyxml/tinyxml-2.6.2-r3.ebuild +++ b/dev-libs/tinyxml/tinyxml-2.6.2-r3.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit flag-o-matic toolchain-funcs eutils multilib versionator + +inherit flag-o-matic toolchain-funcs multilib versionator DESCRIPTION="Simple and small C++ XML parser" HOMEPAGE="http://www.grinninglizard.com/tinyxml/index.html" diff --git a/dev-libs/tinyxml/tinyxml-2.6.2-r4.ebuild b/dev-libs/tinyxml/tinyxml-2.6.2-r4.ebuild index a926096910f..731078bfb6e 100644 --- a/dev-libs/tinyxml/tinyxml-2.6.2-r4.ebuild +++ b/dev-libs/tinyxml/tinyxml-2.6.2-r4.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit flag-o-matic toolchain-funcs eutils multilib + +inherit flag-o-matic toolchain-funcs multilib DESCRIPTION="Simple and small C++ XML parser" HOMEPAGE="http://www.grinninglizard.com/tinyxml/index.html"