From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 2895F13835B for ; Sun, 11 Oct 2020 09:30:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A13BE0B89; Sun, 11 Oct 2020 09:30:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 13DB2E0B89 for ; Sun, 11 Oct 2020 09:30:21 +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 B394E340D83 for ; Sun, 11 Oct 2020 09:30:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B2EA3AA for ; Sun, 11 Oct 2020 09:30:16 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1602408596.7c8ad2fce3015d2fa643d2c67adfff9bdba4b573.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/txt2tags/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/txt2tags/txt2tags-3.3.ebuild X-VCS-Directories: app-text/txt2tags/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 7c8ad2fce3015d2fa643d2c67adfff9bdba4b573 X-VCS-Branch: master Date: Sun, 11 Oct 2020 09:30:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f9818631-d912-4a33-b44e-170ebcbb46a4 X-Archives-Hash: 56cb9999faa07e99805ea3acaa51eeac commit: 7c8ad2fce3015d2fa643d2c67adfff9bdba4b573 Author: Jakov Smolic sartura hr> AuthorDate: Mon Oct 5 09:31:08 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Oct 11 09:29:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c8ad2fc app-text/txt2tags: correct DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/746656 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Joonas Niilola gentoo.org> app-text/txt2tags/txt2tags-3.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/txt2tags/txt2tags-3.3.ebuild b/app-text/txt2tags/txt2tags-3.3.ebuild index 48eab7803a3..83374fa3849 100644 --- a/app-text/txt2tags/txt2tags-3.3.ebuild +++ b/app-text/txt2tags/txt2tags-3.3.ebuild @@ -4,14 +4,14 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 DESCRIPTION="Generate marked up documents (HTML, etc.)from a plain text file with markup" HOMEPAGE="https://txt2tags.org" -SRC_URI="https://github.com/jendrikseipp/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/jendrikseipp/txt2tags/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" -IUSE=""