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 57BF313835A for ; Wed, 24 Feb 2021 07:06:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42AB1E0857; Wed, 24 Feb 2021 07:06:11 +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 23FA5E0857 for ; Wed, 24 Feb 2021 07:06:11 +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 A856D335DAB for ; Wed, 24 Feb 2021 07:06:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12E374F3 for ; Wed, 24 Feb 2021 07:06:08 +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: <1614150041.6024f0c0980bc40e17c6f55aa305e924469f5fc6.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/retext/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/retext/retext-7.2.0.ebuild X-VCS-Directories: app-editors/retext/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6024f0c0980bc40e17c6f55aa305e924469f5fc6 X-VCS-Branch: master Date: Wed, 24 Feb 2021 07:06:08 +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: 9cc6b8ed-36a3-4f76-9e7b-c0b06d51773e X-Archives-Hash: 04372d1cd9744b9d4c7c07ec632a80be commit: 6024f0c0980bc40e17c6f55aa305e924469f5fc6 Author: Joonas Niilola gentoo org> AuthorDate: Wed Feb 24 07:00:41 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Feb 24 07:00:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6024f0c0 app-editors/retext: remove D_U_S from 7.2.0 Signed-off-by: Joonas Niilola gentoo.org> app-editors/retext/retext-7.2.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-editors/retext/retext-7.2.0.ebuild b/app-editors/retext/retext-7.2.0.ebuild index f2e2866b363..cbf66104a1a 100644 --- a/app-editors/retext/retext-7.2.0.ebuild +++ b/app-editors/retext/retext-7.2.0.ebuild @@ -9,7 +9,6 @@ EAPI=7 PYTHON_COMPAT=( python3_{8,9} ) inherit distutils-r1 optfeature virtualx xdg-utils -DISTUTILS_USE_SETUPTOOLS=rdepend MY_PN="ReText" MY_P="${MY_PN}-${PV/_/~}"