Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kolor-manager/, kde-misc/kolor-manager/files/
Date: Wed, 01 Jun 2016 08:47:12
Message-Id: 1464770817.32c9466d9aabd8fbe46af606727e42f539a3d36e.johu@gentoo
1 commit: 32c9466d9aabd8fbe46af606727e42f539a3d36e
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 1 08:46:14 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 1 08:46:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32c9466d
7
8 kde-misc/kolor-manager: EAPI 6
9
10 Package-Manager: portage-2.3.0_rc1
11
12 kde-misc/kolor-manager/files/kolor-manager-1.0.2-cmake-3.patch | 4 ++--
13 kde-misc/kolor-manager/kolor-manager-1.0.2.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/kde-misc/kolor-manager/files/kolor-manager-1.0.2-cmake-3.patch b/kde-misc/kolor-manager/files/kolor-manager-1.0.2-cmake-3.patch
17 index a29b13e..ead9a88 100644
18 --- a/kde-misc/kolor-manager/files/kolor-manager-1.0.2-cmake-3.patch
19 +++ b/kde-misc/kolor-manager/files/kolor-manager-1.0.2-cmake-3.patch
20 @@ -2,8 +2,8 @@ INCLUDE is for loading CMake code, and this fails with a fatal error
21 in CMake 3 as 'settings' is a directory
22
23 Gentoo bug #537138
24 ---- information/CMakeLists.txt
25 -+++ information/CMakeLists.txt
26 +--- a/information/CMakeLists.txt
27 ++++ b/information/CMakeLists.txt
28 @@ -3,8 +3,6 @@
29 find_package(KDE4 REQUIRED)
30 include_directories(${KDE4_INCLUDES} ${kolor_manager_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR})
31
32 diff --git a/kde-misc/kolor-manager/kolor-manager-1.0.2.ebuild b/kde-misc/kolor-manager/kolor-manager-1.0.2.ebuild
33 index 0b2b29f..d98ccf5 100644
34 --- a/kde-misc/kolor-manager/kolor-manager-1.0.2.ebuild
35 +++ b/kde-misc/kolor-manager/kolor-manager-1.0.2.ebuild
36 @@ -1,8 +1,8 @@
37 -# Copyright 1999-2015 Gentoo Foundation
38 +# Copyright 1999-2016 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40 # $Id$
41
42 -EAPI=5
43 +EAPI=6
44
45 inherit kde4-base