commit:     5f23e374f6a8439c97cb44738bc12dff7be787e3
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 09:48:18 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 09:57:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f23e374

sys-apps/gsmartcontrol: Stop relying in eapi4 support for gnome2-utils.eclass

Package-Manager: portage-2.3.0

 sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild | 24 ++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild 
b/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild
index 9fa1694..54f8351 100644
--- a/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild
+++ b/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
-
+EAPI=6
 inherit flag-o-matic gnome2-utils
 
 DESCRIPTION="Hard disk drive health inspection tool"
@@ -15,25 +14,28 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="test"
 
-COMMON_DEPEND="dev-cpp/gtkmm:2.4
-       dev-libs/libpcre
-       sys-apps/smartmontools"
+COMMON_DEPEND="
+       dev-cpp/gtkmm:2.4
+       dev-libs/libpcre:3
+       sys-apps/smartmontools
+"
 RDEPEND="${COMMON_DEPEND}
-       x11-apps/xmessage"
+       x11-apps/xmessage
+"
 DEPEND="${COMMON_DEPEND}
        virtual/pkgconfig
-       test? ( dev-util/gtk-builder-convert )"
+       test? ( dev-util/gtk-builder-convert )
+"
 
 DOCS="TODO" # See 'dist_doc_DATA' value in Makefile.am
 
 src_prepare() {
+       default
        append-cxxflags -std=c++11
 }
 
 src_configure() {
-       econf \
-               --docdir=/usr/share/doc/${PF} \
-               $(use test tests)
+       econf $(use test tests)
 }
 
 src_install() {

Reply via email to