Skip to content

Commit

Permalink
sys-apps/gsmartcontrol: Stop relying in eapi4 support for gnome2-util…
Browse files Browse the repository at this point in the history
…s.eclass

Package-Manager: portage-2.3.0
  • Loading branch information
pacho2 committed Sep 18, 2016
1 parent 5b36c17 commit 5f23e37
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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() {
Expand Down

0 comments on commit 5f23e37

Please sign in to comment.