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 12ED313933E for ; Thu, 8 Jul 2021 21:53:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F23BE0B0C; Thu, 8 Jul 2021 21:53:15 +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 12187E0B0C for ; Thu, 8 Jul 2021 21:53:15 +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 57D21342ACD for ; Thu, 8 Jul 2021 21:53:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA54063F for ; Thu, 8 Jul 2021 21:53:11 +0000 (UTC) From: "Luca Barbato" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Luca Barbato" Message-ID: <1625781184.4b7a3f2ff5c9b749f99d6bf1736307119dae00aa.lu_zero@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/ETL/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/ETL/ETL-1.4.1.ebuild X-VCS-Directories: dev-cpp/ETL/ X-VCS-Committer: lu_zero X-VCS-Committer-Name: Luca Barbato X-VCS-Revision: 4b7a3f2ff5c9b749f99d6bf1736307119dae00aa X-VCS-Branch: master Date: Thu, 8 Jul 2021 21:53:11 +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: 046266f6-f52a-4906-8282-95c2bfb693ca X-Archives-Hash: 7eab9c496a87855ef2a1c42862ab768e commit: 4b7a3f2ff5c9b749f99d6bf1736307119dae00aa Author: Luca Barbato gentoo org> AuthorDate: Thu Jul 8 21:51:47 2021 +0000 Commit: Luca Barbato gentoo org> CommitDate: Thu Jul 8 21:53:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b7a3f2f dev-cpp/ETL: fix multiple typos Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Luca Barbato gentoo.org> dev-cpp/ETL/ETL-1.4.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/ETL/ETL-1.4.1.ebuild b/dev-cpp/ETL/ETL-1.4.1.ebuild index c78382ba10f..5004a82f10f 100644 --- a/dev-cpp/ETL/ETL-1.4.1.ebuild +++ b/dev-cpp/ETL/ETL-1.4.1.ebuild @@ -12,8 +12,8 @@ SRC_URI="https://github.com/synfig/synfig/releases/download/v${PV}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -RDEPENDS=">=glibmm-2.24.2:2" -DEPENDS="${RDEPENDS}" +RDEPEND=">=dev-cpp/glibmm-2.24.2:2" +DEPEND="${RDEPEND}" src_prepare() { default