public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/quilttools/
Date: Sun, 13 Feb 2022 20:24:43 +0000 (UTC)	[thread overview]
Message-ID: <1644783513.d558f27ca4b8fea11dd1782ecb13650b0b994e59.arthurzam@gentoo> (raw)

commit:     d558f27ca4b8fea11dd1782ecb13650b0b994e59
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 13 20:10:52 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 13 20:18:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d558f27c

dev-util/quilttools: fix python usedep variable

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-util/quilttools/quilttools-0.3-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/quilttools/quilttools-0.3-r1.ebuild b/dev-util/quilttools/quilttools-0.3-r1.ebuild
index 50ff62a88..4dd1b84cb 100644
--- a/dev-util/quilttools/quilttools-0.3-r1.ebuild
+++ b/dev-util/quilttools/quilttools-0.3-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=(python3_{8..9})
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit python-single-r1
 
@@ -21,8 +21,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 BDEPEND="dev-python/sphinx"
 RDEPEND="${PYTHON_DEPS}
 	$(python_gen_cond_dep '
-		dev-python/pyyaml[${PYTHON_MULTI_USEDEP}]
-		net-mail/notmuch[python,${PYTHON_MULTI_USEDEP}]
+		dev-python/pyyaml[${PYTHON_USEDEP}]
+		net-mail/notmuch[python,${PYTHON_USEDEP}]
 	')"
 
 PATCHES=( "${FILESDIR}/${P}-tags.patch" )


WARNING: multiple messages have this Message-ID (diff)
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/quilttools/
Date: Sun, 13 Feb 2022 20:18:36 +0000 (UTC)	[thread overview]
Message-ID: <1644783513.d558f27ca4b8fea11dd1782ecb13650b0b994e59.arthurzam@gentoo> (raw)
Message-ID: <20220213201836.9QMJQBsZVtkfLrsc-GvSIw3IF838HlOG6pw7d6ZYT9s@z> (raw)

commit:     d558f27ca4b8fea11dd1782ecb13650b0b994e59
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 13 20:10:52 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 13 20:18:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d558f27c

dev-util/quilttools: fix python usedep variable

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-util/quilttools/quilttools-0.3-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/quilttools/quilttools-0.3-r1.ebuild b/dev-util/quilttools/quilttools-0.3-r1.ebuild
index 50ff62a88..4dd1b84cb 100644
--- a/dev-util/quilttools/quilttools-0.3-r1.ebuild
+++ b/dev-util/quilttools/quilttools-0.3-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=(python3_{8..9})
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit python-single-r1
 
@@ -21,8 +21,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 BDEPEND="dev-python/sphinx"
 RDEPEND="${PYTHON_DEPS}
 	$(python_gen_cond_dep '
-		dev-python/pyyaml[${PYTHON_MULTI_USEDEP}]
-		net-mail/notmuch[python,${PYTHON_MULTI_USEDEP}]
+		dev-python/pyyaml[${PYTHON_USEDEP}]
+		net-mail/notmuch[python,${PYTHON_USEDEP}]
 	')"
 
 PATCHES=( "${FILESDIR}/${P}-tags.patch" )


             reply	other threads:[~2022-02-13 20:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-13 20:24 Arthur Zamarin [this message]
2022-02-13 20:18 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-util/quilttools/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2023-02-25 20:43 [gentoo-commits] repo/proj/guru:master " Florian Schmaus
2021-06-04  7:59 Andrew Ammerlaan
2020-05-01 15:39 Andrew Ammerlaan
2020-04-27  7:02 Andrew Ammerlaan
2020-03-17 15:55 Andrew Ammerlaan

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=1644783513.d558f27ca4b8fea11dd1782ecb13650b0b994e59.arthurzam@gentoo \
    --to=arthurzam@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