public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/howdoi/
Date: Thu, 28 Feb 2019 12:45:22 +0000 (UTC)	[thread overview]
Message-ID: <1551357911.aabe16a80348c7833a4482babdef2eedec8f9b73.kensington@gentoo> (raw)

commit:     aabe16a80348c7833a4482babdef2eedec8f9b73
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 28 11:56:19 2019 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Feb 28 12:45:11 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aabe16a8

dev-util/howdoi: fix DEPEND -> BDEPEND

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>

 dev-util/howdoi/howdoi-1.1.14.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/howdoi/howdoi-1.1.14.ebuild b/dev-util/howdoi/howdoi-1.1.14.ebuild
index 3d513af56ba..c9a1c1aa4a2 100644
--- a/dev-util/howdoi/howdoi-1.1.14.ebuild
+++ b/dev-util/howdoi/howdoi-1.1.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="
 	dev-python/pygments[${PYTHON_USEDEP}]
 	>=dev-python/pyquery-1.4.0[${PYTHON_USEDEP}]


             reply	other threads:[~2019-02-28 12:45 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-28 12:45 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-30 10:48 [gentoo-commits] repo/gentoo:master commit in: dev-util/howdoi/ Petr Vaněk
2024-08-01  4:59 Joonas Niilola
2024-07-21 21:02 Petr Vaněk
2024-07-21 21:02 Petr Vaněk
2023-07-31 22:38 Sam James
2023-07-31  7:41 Michael Palimaka
2023-03-25  4:53 Michael Palimaka
2023-01-10 14:31 Michał Górny
2022-06-24  8:33 Michael Palimaka
2022-02-10  6:15 Michael Palimaka
2022-02-07  9:39 Sam James
2021-12-02  6:46 Michael Palimaka
2021-10-26  7:58 Michael Palimaka
2021-10-26  7:32 Michael Palimaka
2021-10-26  7:28 Michael Palimaka
2021-08-04 13:03 Michael Palimaka
2021-06-24  8:00 Michael Palimaka
2021-06-04  7:07 Michael Palimaka
2021-05-28  0:36 Sam James
2021-05-25 16:05 Michał Górny
2021-05-25 16:05 Michał Górny
2021-04-20 11:57 Michael Palimaka
2021-03-16  7:09 Michael Palimaka
2021-03-16  7:09 Michael Palimaka
2021-02-24  7:34 Michael Palimaka
2021-02-08  9:33 Michael Palimaka
2020-12-18  4:30 Michael Palimaka
2020-12-18  4:22 Michael Palimaka
2020-12-15  6:16 Sam James
2020-12-15  6:16 Sam James
2020-12-03 17:37 Thomas Deutschmann
2020-12-03  9:39 Michael Palimaka
2020-10-10  9:44 Michael Palimaka
2020-10-10  8:08 Michael Palimaka
2020-09-18  9:43 Michael Palimaka
2020-09-06 10:35 Michael Palimaka
2020-04-20  8:52 Michael Palimaka
2020-02-04 13:42 Michał Górny
2019-08-06 11:27 Michael Palimaka
2019-08-06 10:40 Agostino Sarubbo
2019-08-06  9:51 Agostino Sarubbo
2019-07-01 11:27 Michael Palimaka
2019-03-07 11:37 Michael Palimaka
2019-03-07 11:37 Michael Palimaka
2018-11-11  4:43 Michael Palimaka
2018-11-11  4:23 Michael Palimaka
2018-07-11 11:24 Michael Palimaka
2018-06-30 17:08 Mikle Kolyada
2018-06-30 10:04 Pacho Ramos
2018-06-26 18:46 Pacho Ramos
2018-01-21  2:11 Michael Palimaka
2017-07-12 14:43 Pacho Ramos
2016-06-08 17:35 Michael Palimaka
2016-05-25 18:14 Michael Palimaka
2016-04-27 12:09 Michael Palimaka
2015-10-12 14:01 Michael Palimaka

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=1551357911.aabe16a80348c7833a4482babdef2eedec8f9b73.kensington@gentoo \
    --to=kensington@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