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 B8591138334 for ; Mon, 16 Jul 2018 22:26:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E749EE0877; Mon, 16 Jul 2018 22:26:18 +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 B25CBE0874 for ; Mon, 16 Jul 2018 22:26:18 +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 D9F70335CB7 for ; Mon, 16 Jul 2018 22:26:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60B06380 for ; Mon, 16 Jul 2018 22:26:13 +0000 (UTC) From: "Andreas Sturmlechner" 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 Sturmlechner" Message-ID: <1531779956.b8a5a62695e6938d00227565c4d2988dab24210c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/chickens/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/chickens/chickens-0.2.4-r1.ebuild X-VCS-Directories: games-action/chickens/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b8a5a62695e6938d00227565c4d2988dab24210c X-VCS-Branch: master Date: Mon, 16 Jul 2018 22:26:13 +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: 9fcde351-586f-4a0a-9fc1-4a85c718ddd9 X-Archives-Hash: fadf70dcfec9ecda42e54a6438f23a92 commit: b8a5a62695e6938d00227565c4d2988dab24210c Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jul 16 21:35:27 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jul 16 22:25:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8a5a626 games-action/chickens: eutils -> desktop Package-Manager: Portage-2.3.43, Repoman-2.3.10 games-action/chickens/chickens-0.2.4-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games-action/chickens/chickens-0.2.4-r1.ebuild b/games-action/chickens/chickens-0.2.4-r1.ebuild index 258e87e5303..a03394e64bb 100644 --- a/games-action/chickens/chickens-0.2.4-r1.ebuild +++ b/games-action/chickens/chickens-0.2.4-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils user + +inherit desktop user MY_P="ChickensForLinux-Linux-${PV}" DESCRIPTION="Target chickens with rockets and shotguns. Funny"