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 301481382C5 for ; Sat, 2 Jan 2021 00:49:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75310E0845; Sat, 2 Jan 2021 00:49:43 +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 5BD23E0845 for ; Sat, 2 Jan 2021 00:49:43 +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 67A2533BE14 for ; Sat, 2 Jan 2021 00:49:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B7D848B for ; Sat, 2 Jan 2021 00:49:39 +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: <1609548194.e212dbc6c4af0274dca590df5ee32219ebd424b0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/conf2struct/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/conf2struct/conf2struct-1.0-r1.ebuild dev-util/conf2struct/conf2struct-1.0.ebuild dev-util/conf2struct/conf2struct-1.3-r1.ebuild dev-util/conf2struct/conf2struct-1.3.ebuild dev-util/conf2struct/conf2struct-9999.ebuild X-VCS-Directories: dev-util/conf2struct/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e212dbc6c4af0274dca590df5ee32219ebd424b0 X-VCS-Branch: master Date: Sat, 2 Jan 2021 00:49:39 +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: af21991b-f812-419c-b018-01baca01c9e9 X-Archives-Hash: f3e71c54b162d0168b6163453a547764 commit: e212dbc6c4af0274dca590df5ee32219ebd424b0 Author: Sam James gentoo org> AuthorDate: Sat Jan 2 00:43:14 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 2 00:43:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e212dbc6 dev-util/conf2struct: revbump for libconfig subslot dep Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> .../conf2struct/{conf2struct-1.0.ebuild => conf2struct-1.0-r1.ebuild} | 4 ++-- .../conf2struct/{conf2struct-1.3.ebuild => conf2struct-1.3-r1.ebuild} | 4 ++-- dev-util/conf2struct/conf2struct-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-util/conf2struct/conf2struct-1.0.ebuild b/dev-util/conf2struct/conf2struct-1.0-r1.ebuild similarity index 91% rename from dev-util/conf2struct/conf2struct-1.0.ebuild rename to dev-util/conf2struct/conf2struct-1.0-r1.ebuild index 6891ffd1b8b..c39a24cd400 100644 --- a/dev-util/conf2struct/conf2struct-1.0.ebuild +++ b/dev-util/conf2struct/conf2struct-1.0-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="7" @@ -19,7 +19,7 @@ LICENSE="BSD-2" SLOT="0" IUSE="" -RDEPEND="dev-libs/libconfig +RDEPEND="dev-libs/libconfig:= dev-perl/Conf-Libconfig" DEPEND="${RDEPEND}" diff --git a/dev-util/conf2struct/conf2struct-1.3.ebuild b/dev-util/conf2struct/conf2struct-1.3-r1.ebuild similarity index 91% rename from dev-util/conf2struct/conf2struct-1.3.ebuild rename to dev-util/conf2struct/conf2struct-1.3-r1.ebuild index 6891ffd1b8b..c39a24cd400 100644 --- a/dev-util/conf2struct/conf2struct-1.3.ebuild +++ b/dev-util/conf2struct/conf2struct-1.3-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="7" @@ -19,7 +19,7 @@ LICENSE="BSD-2" SLOT="0" IUSE="" -RDEPEND="dev-libs/libconfig +RDEPEND="dev-libs/libconfig:= dev-perl/Conf-Libconfig" DEPEND="${RDEPEND}" diff --git a/dev-util/conf2struct/conf2struct-9999.ebuild b/dev-util/conf2struct/conf2struct-9999.ebuild index 6891ffd1b8b..c39a24cd400 100644 --- a/dev-util/conf2struct/conf2struct-9999.ebuild +++ b/dev-util/conf2struct/conf2struct-9999.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="7" @@ -19,7 +19,7 @@ LICENSE="BSD-2" SLOT="0" IUSE="" -RDEPEND="dev-libs/libconfig +RDEPEND="dev-libs/libconfig:= dev-perl/Conf-Libconfig" DEPEND="${RDEPEND}"