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 9F0E3139694 for ; Sat, 25 Feb 2017 14:16:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A15F8E0D19; Sat, 25 Feb 2017 14:15:33 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C25EE0D19 for ; Sat, 25 Feb 2017 14:15:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B89C34155D for ; Sat, 25 Feb 2017 14:15:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7109E542F for ; Sat, 25 Feb 2017 14:15:28 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1488032081.3f98e84dd839085391f4dc5ccdefa80f268fc53e.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/trayer-srg/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild x11-misc/trayer-srg/trayer-srg-1.1.6-r1.ebuild x11-misc/trayer-srg/trayer-srg-1.1.6.ebuild X-VCS-Directories: x11-misc/trayer-srg/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 3f98e84dd839085391f4dc5ccdefa80f268fc53e X-VCS-Branch: master Date: Sat, 25 Feb 2017 14:15:28 +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: 40dd2117-7dae-4833-80cc-dab37173ad04 X-Archives-Hash: a9136f632076762bb4e0d150774d7594 commit: 3f98e84dd839085391f4dc5ccdefa80f268fc53e Author: Harri Nieminen gmail com> AuthorDate: Wed Feb 22 16:00:03 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Feb 25 14:14:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f98e84d x11-misc/trayer-srg: EAPI bump 4 -> 6, Depend on x11-libs/gdk-pixbuf[X] Gentoo-bug: https://bugs.gentoo.org/608598 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/4057 x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild | 2 +- .../{trayer-srg-1.1.6.ebuild => trayer-srg-1.1.6-r1.ebuild} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild b/x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild index b8d20f26c2..2e150e2a68 100644 --- a/x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild +++ b/x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -RDEPEND="x11-libs/gdk-pixbuf:2 +RDEPEND="x11-libs/gdk-pixbuf:2[X] x11-libs/gtk+:2 x11-libs/libX11 x11-libs/libXmu" diff --git a/x11-misc/trayer-srg/trayer-srg-1.1.6.ebuild b/x11-misc/trayer-srg/trayer-srg-1.1.6-r1.ebuild similarity index 88% rename from x11-misc/trayer-srg/trayer-srg-1.1.6.ebuild rename to x11-misc/trayer-srg/trayer-srg-1.1.6-r1.ebuild index cf91cfb9d1..58fa1121f9 100644 --- a/x11-misc/trayer-srg/trayer-srg-1.1.6.ebuild +++ b/x11-misc/trayer-srg/trayer-srg-1.1.6-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=6 inherit toolchain-funcs vcs-snapshot @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="x11-libs/gdk-pixbuf:2 +RDEPEND="x11-libs/gdk-pixbuf:2[X] x11-libs/gtk+:2 x11-libs/libX11 x11-libs/libXmu" @@ -28,5 +28,5 @@ src_compile() { src_install() { dobin ${PN} - dodoc CHANGELOG CREDITS README TODO + einstalldocs }