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 B9140138335 for ; Sun, 10 Jun 2018 16:06:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B31EDE085D; Sun, 10 Jun 2018 16:06:17 +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 7E048E085D for ; Sun, 10 Jun 2018 16:06:17 +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 9C791335C90 for ; Sun, 10 Jun 2018 16:06:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E93DC2CA for ; Sun, 10 Jun 2018 16:06:13 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1528646424.50f900045381e18563f5aec6bd87d72f1e2a5bf4.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/statusnotifier/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild X-VCS-Directories: dev-libs/statusnotifier/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 50f900045381e18563f5aec6bd87d72f1e2a5bf4 X-VCS-Branch: master Date: Sun, 10 Jun 2018 16:06: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: cba9a019-fb01-4b48-a3c8-915088898856 X-Archives-Hash: c4df75bc3b8db3a75c1454392cd93f32 commit: 50f900045381e18563f5aec6bd87d72f1e2a5bf4 Author: Johannes Huber gentoo org> AuthorDate: Sun Jun 10 16:00:08 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Jun 10 16:00:24 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=50f90004 dev-libs/statusnotifier: EAPI 7 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild b/dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild index 51565c92e2..e6889af825 100644 --- a/dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild +++ b/dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit autotools @@ -12,13 +12,14 @@ SRC_URI="https://github.com/jjk-jacky/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" -IUSE="doc examples" +IUSE="examples" -RDEPEND="dev-libs/glib:2 - x11-libs/gdk-pixbuf +BDEPEND="dev-util/gtk-doc" +DEPEND="dev-libs/glib:2 + x11-libs/gdk-pixbuf:2 + x11-libs/cairo examples? ( x11-libs/gtk+:3 )" -DEPEND="${RDEPEND} - dev-util/gtk-doc" +RDEPEND="${DEPEND}" src_prepare() { eautoreconf