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 5C36C139694 for ; Wed, 26 Jul 2017 11:35:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51C131FC0B9; Wed, 26 Jul 2017 11:35:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 2DE071FC0B9 for ; Wed, 26 Jul 2017 11:35:02 +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 F2BB53417D6 for ; Wed, 26 Jul 2017 11:35:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D2C974C9 for ; Wed, 26 Jul 2017 11:34:53 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1501068864.38578441becce4dd26064ff7c07408c11a0423a4.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellmoon/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/gkrellmoon/gkrellmoon-0.6-r1.ebuild x11-plugins/gkrellmoon/gkrellmoon-0.6-r2.ebuild X-VCS-Directories: x11-plugins/gkrellmoon/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 38578441becce4dd26064ff7c07408c11a0423a4 X-VCS-Branch: master Date: Wed, 26 Jul 2017 11:34:53 +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: 91bc0cf7-8220-477a-989a-f1f7c24c1528 X-Archives-Hash: ad23106134bfb2a0db73f138cf883b14 commit: 38578441becce4dd26064ff7c07408c11a0423a4 Author: Pacho Ramos gentoo org> AuthorDate: Wed Jul 26 10:53:49 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Jul 26 11:34:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38578441 x11-plugins/gkrellmoon: Fix dependency on gkrellm[X] Package-Manager: Portage-2.3.6, Repoman-2.3.2 RepoMan-Options: --force .../{gkrellmoon-0.6-r1.ebuild => gkrellmoon-0.6-r2.ebuild} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/x11-plugins/gkrellmoon/gkrellmoon-0.6-r1.ebuild b/x11-plugins/gkrellmoon/gkrellmoon-0.6-r2.ebuild similarity index 87% rename from x11-plugins/gkrellmoon/gkrellmoon-0.6-r1.ebuild rename to x11-plugins/gkrellmoon/gkrellmoon-0.6-r2.ebuild index 945e5c98465..43e7a619c6c 100644 --- a/x11-plugins/gkrellmoon/gkrellmoon-0.6-r1.ebuild +++ b/x11-plugins/gkrellmoon/gkrellmoon-0.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,11 +10,12 @@ SRC_URI="mirror://sourceforge/gkrellmoon/${P}.tar.gz" HOMEPAGE="http://gkrellmoon.sourceforge.net/" DEPEND="media-libs/imlib2" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + app-admin/gkrellm[X] +" SLOT="2" LICENSE="GPL-2" - KEYWORDS="alpha amd64 ppc sparc x86" PATCHES=( "${FILESDIR}"/${P}-makefile.patch )