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 0E97A1382C5 for ; Sat, 16 May 2020 14:42:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C4B1E09D9; Sat, 16 May 2020 14:42: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 3C012E09D9 for ; Sat, 16 May 2020 14:42: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 C9B8234F042 for ; Sat, 16 May 2020 14:42:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AC7F232 for ; Sat, 16 May 2020 14:42:40 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1589640156.f32d6a9ca2663e906433d1cd5c23c0f60a4c24d0.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/enca/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/enca/enca-1.19-r1.ebuild app-i18n/enca/enca-1.19-r2.ebuild X-VCS-Directories: app-i18n/enca/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: f32d6a9ca2663e906433d1cd5c23c0f60a4c24d0 X-VCS-Branch: master Date: Sat, 16 May 2020 14:42: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: 5372bd5f-dad9-45cc-b60b-497f55e209e5 X-Archives-Hash: 5502bb7334cb64a60563905f1b1780e6 commit: f32d6a9ca2663e906433d1cd5c23c0f60a4c24d0 Author: Mike Gilbert gentoo org> AuthorDate: Sat May 16 14:39:13 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat May 16 14:42:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f32d6a9c app-i18n/enca: add slot-operator to app-text/recode dep Signed-off-by: Mike Gilbert gentoo.org> app-i18n/enca/{enca-1.19-r1.ebuild => enca-1.19-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/enca/enca-1.19-r1.ebuild b/app-i18n/enca/enca-1.19-r2.ebuild similarity index 97% rename from app-i18n/enca/enca-1.19-r1.ebuild rename to app-i18n/enca/enca-1.19-r2.ebuild index 4344574406c..b810849245f 100644 --- a/app-i18n/enca/enca-1.19-r1.ebuild +++ b/app-i18n/enca/enca-1.19-r2.ebuild @@ -16,7 +16,7 @@ IUSE="doc +iconv recode static-libs" RDEPEND=" iconv? ( virtual/libiconv[${MULTILIB_USEDEP}] ) - recode? ( app-text/recode[${MULTILIB_USEDEP}] ) + recode? ( app-text/recode:0=[${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND} sys-devel/gettext