Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
Date: Fri, 23 Dec 2016 10:12:08
Message-Id: 1482487888.263e6f178f0919164389a306cc4ae7f17c8f293a.johu@gentoo
1 commit: 263e6f178f0919164389a306cc4ae7f17c8f293a
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 23 09:41:33 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 23 10:11:28 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=263e6f17
7
8 games-util/lgogdownloader: Drop CMAKE_MIN_VERSION
9
10 Covered by cmake-utils eclass now.
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 games-util/lgogdownloader/lgogdownloader-3.0.ebuild | 2 --
15 1 file changed, 2 deletions(-)
16
17 diff --git a/games-util/lgogdownloader/lgogdownloader-3.0.ebuild b/games-util/lgogdownloader/lgogdownloader-3.0.ebuild
18 index a6ce80e..3eaebc0 100644
19 --- a/games-util/lgogdownloader/lgogdownloader-3.0.ebuild
20 +++ b/games-util/lgogdownloader/lgogdownloader-3.0.ebuild
21 @@ -4,8 +4,6 @@
22
23 EAPI=6
24
25 -CMAKE_MIN_VERSION="3.0.0"
26 -
27 inherit cmake-utils
28
29 DESCRIPTION="Unofficial GOG.com downloader for Linux"