From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1288828-garchives=archives.gentoo.org@lists.gentoo.org> 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 E1FBC1382C5 for <garchives@archives.gentoo.org>; Tue, 1 Jun 2021 10:12:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32B09E079E; Tue, 1 Jun 2021 10:12:22 +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 0D3A2E079E for <gentoo-commits@lists.gentoo.org>; Tue, 1 Jun 2021 10:12:22 +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 ED982340A98 for <gentoo-commits@lists.gentoo.org>; Tue, 1 Jun 2021 10:12:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AFD54A0 for <gentoo-commits@lists.gentoo.org>; Tue, 1 Jun 2021 10:12:19 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1622542288.c2e3ece3356823078dae652dff30d61eb393ad69.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gettext/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/gettext/gettext-0.21-r1.ebuild sys-devel/gettext/gettext-0.21.ebuild X-VCS-Directories: sys-devel/gettext/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c2e3ece3356823078dae652dff30d61eb393ad69 X-VCS-Branch: master Date: Tue, 1 Jun 2021 10:12:19 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 77d9a6c6-efe6-4492-8d20-bf7e4af8a9e5 X-Archives-Hash: dd331a3daacdd1f2262c286d304cf63b commit: c2e3ece3356823078dae652dff30d61eb393ad69 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jun 1 10:11:28 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jun 1 10:11:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2e3ece3 sys-devel/gettext: fix BadDefaultUseFlags (-cvs) IUSE=-cvs is not permitted and confuses various tooling. It has no effect and is equivalent to IUSE=cvs. Signed-off-by: Sam James <sam <AT> gentoo.org> sys-devel/gettext/gettext-0.21-r1.ebuild | 2 +- sys-devel/gettext/gettext-0.21.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-devel/gettext/gettext-0.21-r1.ebuild b/sys-devel/gettext/gettext-0.21-r1.ebuild index c6eeb73fda1..49fad02d25f 100644 --- a/sys-devel/gettext/gettext-0.21-r1.ebuild +++ b/sys-devel/gettext/gettext-0.21-r1.ebuild @@ -20,7 +20,7 @@ fi # so put that license behind USE=cxx. LICENSE="GPL-3+ cxx? ( LGPL-2.1+ )" SLOT="0" -IUSE="acl -cvs +cxx doc emacs git java ncurses nls openmp static-libs" +IUSE="acl cvs +cxx doc emacs git java ncurses nls openmp static-libs" # only runtime goes multilib # Note: The version of libxml2 corresponds to the version bundled via gnulib. diff --git a/sys-devel/gettext/gettext-0.21.ebuild b/sys-devel/gettext/gettext-0.21.ebuild index f16b3d86e91..6cd141222a4 100644 --- a/sys-devel/gettext/gettext-0.21.ebuild +++ b/sys-devel/gettext/gettext-0.21.ebuild @@ -20,7 +20,7 @@ fi # so put that license behind USE=cxx. LICENSE="GPL-3+ cxx? ( LGPL-2.1+ )" SLOT="0" -IUSE="acl -cvs +cxx doc emacs git java ncurses nls openmp static-libs" +IUSE="acl cvs +cxx doc emacs git java ncurses nls openmp static-libs" # only runtime goes multilib # Note: The version of libxml2 corresponds to the version bundled via gnulib.