summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDustin Polke <DuPol@gmx.de>2017-05-21 21:35:12 +0200
committerDustin Polke <DuPol@gmx.de>2017-05-21 21:35:12 +0200
commitef57904fabea50c48ad75f91fb07aade5e3e7588 (patch)
tree9a5dc36194dcaaa77f683235ede2b5f2f928aa4a
parentDrop empty folders media-libs/devil. (diff)
downloadDuPol-ef57904fabea50c48ad75f91fb07aade5e3e7588.tar.gz
DuPol-ef57904fabea50c48ad75f91fb07aade5e3e7588.tar.bz2
DuPol-ef57904fabea50c48ad75f91fb07aade5e3e7588.zip
[x11-misc/cairo-dock] Bump EAPI b/c cmake-utils eclass does not support EAPI 4 anymore.
-rw-r--r--x11-misc/cairo-dock/ChangeLog4
-rw-r--r--x11-misc/cairo-dock/cairo-dock-3.0.1-r1.ebuild (renamed from x11-misc/cairo-dock/cairo-dock-3.0.1.ebuild)6
2 files changed, 8 insertions, 2 deletions
diff --git a/x11-misc/cairo-dock/ChangeLog b/x11-misc/cairo-dock/ChangeLog
index 671c763..e638e45 100644
--- a/x11-misc/cairo-dock/ChangeLog
+++ b/x11-misc/cairo-dock/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2017 Gentoo Foundation; Distributed under the GPL v2
# $Header$
+ 21 May 2017; Dustin Polke <DuPol@gmx.de> -cairo-dock-3.0.1.ebuild,
+ +cairo-dock-3.0.1-r1.ebuild:
+ Bump EAPI b/c cmake-utils eclass does not support EAPI 4 anymore.
+
01 Feb 2017; Dustin Polke <DuPol@gmx.de> -cairo-dock-3.0.0.ebuild,
-files/cairo-dock-3.0.0-glib-2.32.patch, metadata.xml:
Fix repoman complaint about metadata; drop old.
diff --git a/x11-misc/cairo-dock/cairo-dock-3.0.1.ebuild b/x11-misc/cairo-dock/cairo-dock-3.0.1-r1.ebuild
index 25d4364..faced28 100644
--- a/x11-misc/cairo-dock/cairo-dock-3.0.1.ebuild
+++ b/x11-misc/cairo-dock/cairo-dock-3.0.1-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="4"
+EAPI="5"
CD_LANGS="ar be bn ca cs cy de el eo es et eu fi fo fr gl hu id it ja ko nb nl
oc pl pt_BR pt ro ru sk sl sr sv tr uk vi zh_CN zh_TW"
@@ -40,6 +40,8 @@ DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig"
+WANT_CMAKE="always"
+
src_prepare() {
cairo-dock_src_prepare
}