From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/bioperl-run/
Date: Thu, 3 Jun 2021 19:15:22 +0000 (UTC) [thread overview]
Message-ID: <1622747704.9f98d6b84b9b36a862e594f2f47bc04e07a0e988.sam@gentoo> (raw)
commit: 9f98d6b84b9b36a862e594f2f47bc04e07a0e988
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 2 23:57:59 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 3 19:15:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f98d6b8
sci-biology/bioperl-run: fix BadDefaultUseFlags
-foo in IUSE is discouraged. It is equivalent (in every meaningful case) to 'foo' but confuses parsing
tools like e.g. packages.gentoo.org.
Dropping '-' from these flags has no impact on the actual default behaviour.
See: https://devmanual.gentoo.org/general-concepts/use-flags/index.html#iuse-defaults
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-biology/bioperl-run/bioperl-run-1.6.9.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-biology/bioperl-run/bioperl-run-1.6.9.ebuild b/sci-biology/bioperl-run/bioperl-run-1.6.9.ebuild
index e5dc816bc78..461c4f51b07 100644
--- a/sci-biology/bioperl-run/bioperl-run-1.6.9.ebuild
+++ b/sci-biology/bioperl-run/bioperl-run-1.6.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -15,7 +15,7 @@ HOMEPAGE="http://www.bioperl.org/"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="-minimal test"
+IUSE="minimal test"
#SRC_TEST="do"
RESTRICT="test"
next reply other threads:[~2021-06-03 19:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-03 19:15 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-03-19 17:08 [gentoo-commits] repo/gentoo:master commit in: sci-biology/bioperl-run/ David Seifert
2019-12-15 20:24 Michał Górny
2017-07-30 10:04 Michał Górny
2016-11-18 22:39 David Seifert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1622747704.9f98d6b84b9b36a862e594f2f47bc04e07a0e988.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox