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 DAD5B138359 for ; Wed, 23 Sep 2020 07:50:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B8CCE0824; Wed, 23 Sep 2020 07:50:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E7565E0824 for ; Wed, 23 Sep 2020 07:50:48 +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 AF24D33BF35 for ; Wed, 23 Sep 2020 07:50:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30D3E353 for ; Wed, 23 Sep 2020 07:50:46 +0000 (UTC) From: "Andreas Zuber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Zuber" Message-ID: <1600847404.50ec7bf87e3d95a3e17d022f79418b84a4df2b17.AndreasZuber@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-util/minigalaxy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/minigalaxy/minigalaxy-0.9.4.ebuild X-VCS-Directories: games-util/minigalaxy/ X-VCS-Committer: AndreasZuber X-VCS-Committer-Name: Andreas Zuber X-VCS-Revision: 50ec7bf87e3d95a3e17d022f79418b84a4df2b17 X-VCS-Branch: dev Date: Wed, 23 Sep 2020 07:50:46 +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: a55405d4-3391-4a66-9256-c421eb652d50 X-Archives-Hash: 76fb52ec5316958e85ab57f688ca2f7c commit: 50ec7bf87e3d95a3e17d022f79418b84a4df2b17 Author: Andreas Zuber gmx ch> AuthorDate: Wed Sep 23 07:42:19 2020 +0000 Commit: Andreas Zuber gmx ch> CommitDate: Wed Sep 23 07:50:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=50ec7bf8 games-util/minigalaxy: add missing xdg step call Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas Zuber gmx.ch> games-util/minigalaxy/minigalaxy-0.9.4.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games-util/minigalaxy/minigalaxy-0.9.4.ebuild b/games-util/minigalaxy/minigalaxy-0.9.4.ebuild index b3244cd1..282e75f1 100644 --- a/games-util/minigalaxy/minigalaxy-0.9.4.ebuild +++ b/games-util/minigalaxy/minigalaxy-0.9.4.ebuild @@ -32,6 +32,8 @@ python_test() { } pkg_postinst() { + xdg_pkg_postinst + optfeature "running games with system dosbox" games-emulation/dosbox optfeature "running games with system scummvm" games-engines/scummvm }