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 F3BFC138334 for ; Mon, 27 Aug 2018 21:23:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7486DE086F; Mon, 27 Aug 2018 21:23:39 +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 4C73BE086B for ; Mon, 27 Aug 2018 21:23:39 +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 E9352335CD2 for ; Mon, 27 Aug 2018 21:23:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFA453BF for ; Mon, 27 Aug 2018 21:23:34 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1535404982.6b5b49103a0a47c7068a22bc9a9c0a744b526507.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/opentyrian/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/opentyrian/opentyrian-2.1.20130907-r1.ebuild X-VCS-Directories: games-arcade/opentyrian/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 6b5b49103a0a47c7068a22bc9a9c0a744b526507 X-VCS-Branch: master Date: Mon, 27 Aug 2018 21:23:34 +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-Archives-Salt: 10851a52-4d6b-4bda-bbf4-9f01fe2a1526 X-Archives-Hash: c31311add6e040bc27adf66f46e1d395 commit: 6b5b49103a0a47c7068a22bc9a9c0a744b526507 Author: Marty E. Plummer startmail com> AuthorDate: Fri Aug 3 01:17:49 2018 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Mon Aug 27 21:23:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b5b4910 games-arcade/opentyrian: eutils->desktop Only has eutils for the implicit desktop inheritance for domenu. Package-Manager: Portage-2.3.44, Repoman-2.3.10 games-arcade/opentyrian/opentyrian-2.1.20130907-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-arcade/opentyrian/opentyrian-2.1.20130907-r1.ebuild b/games-arcade/opentyrian/opentyrian-2.1.20130907-r1.ebuild index 5b961968215..f1b0678fb4e 100644 --- a/games-arcade/opentyrian/opentyrian-2.1.20130907-r1.ebuild +++ b/games-arcade/opentyrian/opentyrian-2.1.20130907-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils +inherit desktop DESCRIPTION="Open-source port of the DOS game Tyrian, vertical scrolling shooter" HOMEPAGE="https://bitbucket.org/opentyrian/opentyrian/wiki/Home"