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 23301138334 for ; Fri, 6 Dec 2019 23:42:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64B31E082D; Fri, 6 Dec 2019 23:42:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 43420E082D for ; Fri, 6 Dec 2019 23:42:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9D5D934D857 for ; Fri, 6 Dec 2019 23:42:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0751E778 for ; Fri, 6 Dec 2019 23:42:02 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1575675707.b68305217b7a10c23f172c0834d5d729b79a10a1.soap@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: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: b68305217b7a10c23f172c0834d5d729b79a10a1 X-VCS-Branch: master Date: Fri, 6 Dec 2019 23:42:02 +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: 9190f087-d731-4252-81ba-2dce7be72d76 X-Archives-Hash: 7f3bd18ece3b4ba5ea720215b5ddae0d commit: b68305217b7a10c23f172c0834d5d729b79a10a1 Author: David Seifert gentoo org> AuthorDate: Fri Dec 6 23:41:47 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Dec 6 23:41:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6830521 app-text/txt2tags: [QA] Remove redundant variables Package-Manager: Portage-2.3.81, Repoman-2.3.19 Signed-off-by: David Seifert gentoo.org> app-text/txt2tags/txt2tags-3.3.ebuild | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app-text/txt2tags/txt2tags-3.3.ebuild b/app-text/txt2tags/txt2tags-3.3.ebuild index 9d8616a6864..f7acea59b38 100644 --- a/app-text/txt2tags/txt2tags-3.3.ebuild +++ b/app-text/txt2tags/txt2tags-3.3.ebuild @@ -15,9 +15,3 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" IUSE="" - -DEPEND="${PYTHON_DEPS}" - -RDEPEND="${DEPEND}" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}"