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 63D2B13835B for ; Mon, 12 Apr 2021 02:31:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2A57E0848; Mon, 12 Apr 2021 02:31: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 87128E083D for ; Mon, 12 Apr 2021 02:31: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 76403340BBD for ; Mon, 12 Apr 2021 02:31:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FF1064C for ; Mon, 12 Apr 2021 02:31:07 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1618194648.0bdb67e2da958707f06e9da1ce815e1a55cb9a86.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/majesty-demo/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild X-VCS-Directories: games-strategy/majesty-demo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0bdb67e2da958707f06e9da1ce815e1a55cb9a86 X-VCS-Branch: master Date: Mon, 12 Apr 2021 02:31:07 +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: 03718d2a-8277-46db-9bb7-2b76c7788dbd X-Archives-Hash: f796871896e6c8a701e61ce8f0764002 commit: 0bdb67e2da958707f06e9da1ce815e1a55cb9a86 Author: Sam James gentoo org> AuthorDate: Mon Apr 12 01:39:33 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 12 02:30:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bdb67e2 games-strategy/majesty-demo: eutils->{desktop, wrapper} Signed-off-by: Sam James gentoo.org> games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild b/games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild index 6f11eefbab8..1511d51ed93 100644 --- a/games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild +++ b/games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils unpacker + +inherit desktop unpacker wrapper DESCRIPTION="Control your own kingdom in this simulation" HOMEPAGE="https://www.linuxgamepublishing.com/info.php?id=8&"