Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/txt2tags/
Date: Sun, 11 Oct 2020 09:30:23
Message-Id: 1602408596.7c8ad2fce3015d2fa643d2c67adfff9bdba4b573.juippis@gentoo
1 commit: 7c8ad2fce3015d2fa643d2c67adfff9bdba4b573
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Mon Oct 5 09:31:08 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 09:29:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c8ad2fc
7
8 app-text/txt2tags: correct DISTUTILS_USE_SETUPTOOLS
9
10 Closes: https://bugs.gentoo.org/746656
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 app-text/txt2tags/txt2tags-3.3.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/app-text/txt2tags/txt2tags-3.3.ebuild b/app-text/txt2tags/txt2tags-3.3.ebuild
19 index 48eab7803a3..83374fa3849 100644
20 --- a/app-text/txt2tags/txt2tags-3.3.ebuild
21 +++ b/app-text/txt2tags/txt2tags-3.3.ebuild
22 @@ -4,14 +4,14 @@
23 EAPI=7
24
25 PYTHON_COMPAT=( python3_{6,7,8} )
26 +DISTUTILS_USE_SETUPTOOLS=rdepend
27
28 inherit distutils-r1
29
30 DESCRIPTION="Generate marked up documents (HTML, etc.)from a plain text file with markup"
31 HOMEPAGE="https://txt2tags.org"
32 -SRC_URI="https://github.com/jendrikseipp/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
33 +SRC_URI="https://github.com/jendrikseipp/txt2tags/archive/${PV}.tar.gz -> ${P}.tar.gz"
34
35 LICENSE="GPL-2"
36 SLOT="0"
37 KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
38 -IUSE=""