Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/slop/
Date: Sun, 17 Feb 2019 12:39:23
Message-Id: 1550407140.31bb9988e25633f12915ef0c51629d898b6b7352.asturm@gentoo
1 commit: 31bb9988e25633f12915ef0c51629d898b6b7352
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 17 11:59:53 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 17 12:39:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31bb9988
7
8 x11-misc/slop: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.60, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 x11-misc/slop/slop-9999.ebuild | 13 ++++++-------
14 1 file changed, 6 insertions(+), 7 deletions(-)
15
16 diff --git a/x11-misc/slop/slop-9999.ebuild b/x11-misc/slop/slop-9999.ebuild
17 index a61629c541d..efec20aaad0 100644
18 --- a/x11-misc/slop/slop-9999.ebuild
19 +++ b/x11-misc/slop/slop-9999.ebuild
20 @@ -1,12 +1,11 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 -: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
29 inherit cmake-utils
30
31 -DESCRIPTION="An application that queries the user for a selection for printing"
32 +DESCRIPTION="Application that queries the user for a selection for printing"
33 HOMEPAGE="https://github.com/naelstrof/slop"
34
35 if [[ ${PV} == *9999 ]]; then
36 @@ -30,9 +29,9 @@ RDEPEND="
37 virtual/opengl
38 x11-libs/libXrender:=
39 )"
40 -DEPEND="
41 - ${RDEPEND}
42 - media-libs/glm"
43 +DEPEND="${RDEPEND}
44 + media-libs/glm
45 +"
46
47 src_configure() {
48 local mycmakeargs=(