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 F3FC613835A for ; Tue, 16 Feb 2021 02:12:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FF68E087A; Tue, 16 Feb 2021 02:12: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 38535E087A for ; Tue, 16 Feb 2021 02:12:18 +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 3684E3411BE for ; Tue, 16 Feb 2021 02:12:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE7824EF for ; Tue, 16 Feb 2021 02:12:14 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1613438723.577a619d261ced4c6c84f7196ea5c427ee2e95c3.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/libxmlpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/libxmlpp/libxmlpp-2.40.1-r1.ebuild dev-cpp/libxmlpp/libxmlpp-2.40.1.ebuild dev-cpp/libxmlpp/libxmlpp-3.0.1-r1.ebuild dev-cpp/libxmlpp/libxmlpp-3.0.1.ebuild X-VCS-Directories: dev-cpp/libxmlpp/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 577a619d261ced4c6c84f7196ea5c427ee2e95c3 X-VCS-Branch: master Date: Tue, 16 Feb 2021 02:12: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9c07fc13-472b-49c4-86c5-bd6dbf580c51 X-Archives-Hash: 90a0b1f457d2582c673a714a76ca379f commit: 577a619d261ced4c6c84f7196ea5c427ee2e95c3 Author: David Michael gmail com> AuthorDate: Sat Feb 6 22:04:59 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Feb 16 01:25:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=577a619d dev-cpp/libxmlpp: Specify the glibmm slot Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> .../libxmlpp/{libxmlpp-2.40.1.ebuild => libxmlpp-2.40.1-r1.ebuild} | 4 ++-- dev-cpp/libxmlpp/{libxmlpp-3.0.1.ebuild => libxmlpp-3.0.1-r1.ebuild} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-cpp/libxmlpp/libxmlpp-2.40.1.ebuild b/dev-cpp/libxmlpp/libxmlpp-2.40.1-r1.ebuild similarity index 89% rename from dev-cpp/libxmlpp/libxmlpp-2.40.1.ebuild rename to dev-cpp/libxmlpp/libxmlpp-2.40.1-r1.ebuild index 3e7993b987c..e9ebf804474 100644 --- a/dev-cpp/libxmlpp/libxmlpp-2.40.1.ebuild +++ b/dev-cpp/libxmlpp/libxmlpp-2.40.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -17,7 +17,7 @@ IUSE="doc" RDEPEND=" >=dev-libs/libxml2-2.7.7[${MULTILIB_USEDEP}] - >=dev-cpp/glibmm-2.32[${MULTILIB_USEDEP}] + >=dev-cpp/glibmm-2.32:2[${MULTILIB_USEDEP}] " DEPEND="${RDEPEND} virtual/pkgconfig diff --git a/dev-cpp/libxmlpp/libxmlpp-3.0.1.ebuild b/dev-cpp/libxmlpp/libxmlpp-3.0.1-r1.ebuild similarity index 89% rename from dev-cpp/libxmlpp/libxmlpp-3.0.1.ebuild rename to dev-cpp/libxmlpp/libxmlpp-3.0.1-r1.ebuild index 561537df491..06c753d80b9 100644 --- a/dev-cpp/libxmlpp/libxmlpp-3.0.1.ebuild +++ b/dev-cpp/libxmlpp/libxmlpp-3.0.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ IUSE="doc" RDEPEND=" >=dev-libs/libxml2-2.7.7[${MULTILIB_USEDEP}] - >=dev-cpp/glibmm-2.32[${MULTILIB_USEDEP}] + >=dev-cpp/glibmm-2.32:2[${MULTILIB_USEDEP}] " DEPEND="${RDEPEND} virtual/pkgconfig