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 820ED158094 for ; Sun, 12 Sep 2021 20:20:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F7EBE085B; Sun, 12 Sep 2021 20:20:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 22313E0857 for ; Sun, 12 Sep 2021 20:20:15 +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 D2F64342ABB for ; Sun, 12 Sep 2021 20:20:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FB664E for ; Sun, 12 Sep 2021 20:20:12 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1631477949.760be1568439f150100a7016af8eb26f4b0393a7.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/darkplaces/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/darkplaces/darkplaces-20140513-r2.ebuild X-VCS-Directories: games-fps/darkplaces/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 760be1568439f150100a7016af8eb26f4b0393a7 X-VCS-Branch: master Date: Sun, 12 Sep 2021 20:20:12 +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: 285bb963-7573-41ad-aae3-60c269f0d88d X-Archives-Hash: 1dd7681a116d393a5120a8c45c7f712a commit: 760be1568439f150100a7016af8eb26f4b0393a7 Author: Ionen Wolkens gentoo org> AuthorDate: Sun Sep 12 19:25:02 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Sep 12 20:19:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=760be156 games-fps/darkplaces: toolchain-funcs++ for IndirectInherits Signed-off-by: Ionen Wolkens gentoo.org> games-fps/darkplaces/darkplaces-20140513-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-fps/darkplaces/darkplaces-20140513-r2.ebuild b/games-fps/darkplaces/darkplaces-20140513-r2.ebuild index 5c2d846cf63..80635bac833 100644 --- a/games-fps/darkplaces/darkplaces-20140513-r2.ebuild +++ b/games-fps/darkplaces/darkplaces-20140513-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit desktop flag-o-matic wrapper unpacker +inherit desktop flag-o-matic toolchain-funcs wrapper unpacker # Latest versions are in http://icculus.org/twilight/darkplaces/files/ MY_PV="${PV/_beta/beta}"