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 8336B138335 for ; Sun, 17 Feb 2019 12:39:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAFFFE0A62; Sun, 17 Feb 2019 12:39:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 85B8EE0A62 for ; Sun, 17 Feb 2019 12:39:22 +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 1728F335D3D for ; Sun, 17 Feb 2019 12:39:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7B5E540 for ; Sun, 17 Feb 2019 12:39:18 +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: <1550407140.31bb9988e25633f12915ef0c51629d898b6b7352.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/slop/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/slop/slop-9999.ebuild X-VCS-Directories: x11-misc/slop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 31bb9988e25633f12915ef0c51629d898b6b7352 X-VCS-Branch: master Date: Sun, 17 Feb 2019 12:39:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b43fa44c-afa9-4741-baf4-70b0b133d812 X-Archives-Hash: c03502b6d47def8033807c43fccad0da commit: 31bb9988e25633f12915ef0c51629d898b6b7352 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 17 11:59:53 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 17 12:39:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31bb9988 x11-misc/slop: EAPI-7 bump Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/slop/slop-9999.ebuild | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/x11-misc/slop/slop-9999.ebuild b/x11-misc/slop/slop-9999.ebuild index a61629c541d..efec20aaad0 100644 --- a/x11-misc/slop/slop-9999.ebuild +++ b/x11-misc/slop/slop-9999.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -: ${CMAKE_MAKEFILE_GENERATOR:=ninja} inherit cmake-utils -DESCRIPTION="An application that queries the user for a selection for printing" +DESCRIPTION="Application that queries the user for a selection for printing" HOMEPAGE="https://github.com/naelstrof/slop" if [[ ${PV} == *9999 ]]; then @@ -30,9 +29,9 @@ RDEPEND=" virtual/opengl x11-libs/libXrender:= )" -DEPEND=" - ${RDEPEND} - media-libs/glm" +DEPEND="${RDEPEND} + media-libs/glm +" src_configure() { local mycmakeargs=(