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 903B3138334 for ; Mon, 27 Aug 2018 21:23:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7610FE0869; Mon, 27 Aug 2018 21:23:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 48856E0867 for ; Mon, 27 Aug 2018 21:23:38 +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 670F2335C7D for ; Mon, 27 Aug 2018 21:23:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 992733BD 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: <1535404981.3fe73a4f1df1279870a0534c2d5be1c240b9c43a.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/notpacman/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/notpacman/notpacman-1.0.4-r1.ebuild X-VCS-Directories: games-arcade/notpacman/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 3fe73a4f1df1279870a0534c2d5be1c240b9c43a 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: 1854a933-7b4e-440f-a2ac-17b8529ae0e2 X-Archives-Hash: d4367ae1d4de55e15dc31a1ff1e1b6a1 commit: 3fe73a4f1df1279870a0534c2d5be1c240b9c43a Author: Marty E. Plummer startmail com> AuthorDate: Fri Aug 3 01:13:56 2018 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Mon Aug 27 21:23:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fe73a4f games-arcade/notpacman: add explicit desktop inheritance eutils may not always inherit desktop. Package-Manager: Portage-2.3.44, Repoman-2.3.10 games-arcade/notpacman/notpacman-1.0.4-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild b/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild index d8e99a5e140..f75edaea911 100644 --- a/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild +++ b/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils gnome2-utils + +inherit desktop eutils gnome2-utils DESCRIPTION="A mashup of \"Not\" and \"Pacman\"" HOMEPAGE="http://stabyourself.net/notpacman/"