commit: 62572dd4fb364524a8cf046bda270eba8c420cb3 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Fri Mar 25 21:24:47 2016 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Fri Mar 25 21:24:47 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=62572dd4
sys-devel/d-sel: EAPI 6 Package-Manager: portage-2.2.28 sys-devel/d-sel/d-sel-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-devel/d-sel/d-sel-9999.ebuild b/sys-devel/d-sel/d-sel-9999.ebuild index 651f085..f261a47 100644 --- a/sys-devel/d-sel/d-sel-9999.ebuild +++ b/sys-devel/d-sel/d-sel-9999.ebuild @@ -2,15 +2,14 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 -KDE_REQUIRED=optional +EAPI=6 +KDE_REQUIRED=optional inherit kde4-base DESCRIPTION="DBus analyzer with optional KDE client" EGIT_REPO_URI="git://anongit.kde.org/scratch/ahartmetz/d-sel.git" HOMEPAGE="http://www.kde.org/" -# found nothing better LICENSE="LGPL-2.1 MPL-1.1" SLOT="4" @@ -26,7 +25,8 @@ RDEPEND=" src_configure() { local mycmakeargs=( - $(cmake-utils_use_build kde DSEL_BUILD_DSELRIG) + -DBUILD_DSEL_BUILD_DSELRIG=$(usex kde) ) + kde4-base_src_configure }
