diff options
author | Dustin Polke <DuPol@gmx.de> | 2017-05-21 21:40:47 +0200 |
---|---|---|
committer | Dustin Polke <DuPol@gmx.de> | 2017-05-21 21:40:47 +0200 |
commit | 1bfbf98f0ad38a9559acb928ea0fb40714282374 (patch) | |
tree | a1f7cd464acc9d6301def715ee8bacdeda8f94de | |
parent | [x11-plugins/cd-plugins-experimental] Bump EAPI b/c cmake-utils eclass does n... (diff) | |
download | DuPol-1bfbf98f0ad38a9559acb928ea0fb40714282374.tar.gz DuPol-1bfbf98f0ad38a9559acb928ea0fb40714282374.tar.bz2 DuPol-1bfbf98f0ad38a9559acb928ea0fb40714282374.zip |
[x11-plugins/cd-plugins-good] Bump EAPI b/c cmake-utils eclass does not support EAPI 4 anymore.
-rw-r--r-- | x11-plugins/cd-plugins-good/ChangeLog | 4 | ||||
-rw-r--r-- | x11-plugins/cd-plugins-good/cd-plugins-good-3.0.1-r2.ebuild (renamed from x11-plugins/cd-plugins-good/cd-plugins-good-3.0.1-r1.ebuild) | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/x11-plugins/cd-plugins-good/ChangeLog b/x11-plugins/cd-plugins-good/ChangeLog index 20a6239..ad1f224 100644 --- a/x11-plugins/cd-plugins-good/ChangeLog +++ b/x11-plugins/cd-plugins-good/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2017 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 21 May 2017; Dustin Polke <DuPol@gmx.de> -cd-plugins-good-3.0.1-r1.ebuild, + +cd-plugins-good-3.0.1-r2.ebuild: + Bump EAPI b/c cmake-utils eclass does not support EAPI 4 anymore. + 01 Feb 2017; Dustin Polke <DuPol@gmx.de> -files/cd-plugins-good-3.0.0-CMakeLists.txt: Delete CMakeLists.txt of dropped version. diff --git a/x11-plugins/cd-plugins-good/cd-plugins-good-3.0.1-r1.ebuild b/x11-plugins/cd-plugins-good/cd-plugins-good-3.0.1-r2.ebuild index ce04e90..a3380a1 100644 --- a/x11-plugins/cd-plugins-good/cd-plugins-good-3.0.1-r1.ebuild +++ b/x11-plugins/cd-plugins-good/cd-plugins-good-3.0.1-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="4" +EAPI="5" inherit cmake-utils cairo-dock @@ -45,6 +45,8 @@ DEPEND="${RDEPEND} sys-devel/gettext virtual/pkgconfig" +WANT_CMAKE="always" + pkg_setup() { use compiz && CD_PLUGINS+=( "Composite-Manager" ) use dnd2share && CD_PLUGINS+=( "dnd2share" ) |