Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/otter/
Date: Mon, 01 May 2017 16:17:41
Message-Id: 1493655428.c21e676bb1319138c7cc5b44f2b43f057053a11b.soap@gentoo
1 commit: c21e676bb1319138c7cc5b44f2b43f057053a11b
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 1 15:41:08 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon May 1 16:17:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c21e676b
7
8 www-client/otter: [QA] Remove WANT_CMAKE
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/4528
12
13 www-client/otter/otter-0.9.12.ebuild | 2 +-
14 www-client/otter/otter-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/www-client/otter/otter-0.9.12.ebuild b/www-client/otter/otter-0.9.12.ebuild
18 index 3179f282604..0d0f94f1a08 100644
19 --- a/www-client/otter/otter-0.9.12.ebuild
20 +++ b/www-client/otter/otter-0.9.12.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 -WANT_CMAKE="always"
26 +
27 inherit eutils cmake-utils
28
29 DESCRIPTION="Project aiming to recreate classic Opera (12.x) UI using Qt5"
30
31 diff --git a/www-client/otter/otter-9999.ebuild b/www-client/otter/otter-9999.ebuild
32 index 5af1454b4cb..fdb1f94ba3a 100644
33 --- a/www-client/otter/otter-9999.ebuild
34 +++ b/www-client/otter/otter-9999.ebuild
35 @@ -2,7 +2,7 @@
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=6
39 -WANT_CMAKE="always"
40 +
41 inherit eutils cmake-utils git-r3
42
43 DESCRIPTION="Project aiming to recreate classic Opera (12.x) UI using Qt5"