summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-08-12 12:42:09 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-08-12 12:42:09 +0000
commitd4cb800cb729a7527edcb578cb2ebffee38d12d6 (patch)
treeb609706ab61e3f0fabf2b3410ff61c395e7a5234 /sys-apps/gsmartcontrol
parenttypo... TODO instead of todo (diff)
downloadgentoo-2-d4cb800cb729a7527edcb578cb2ebffee38d12d6.tar.gz
gentoo-2-d4cb800cb729a7527edcb578cb2ebffee38d12d6.tar.bz2
gentoo-2-d4cb800cb729a7527edcb578cb2ebffee38d12d6.zip
Always pull in x11-apps/xmessage for gsmartcontrol-root command since it doesn't have similar fallback than it does for the superuser command.
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/gsmartcontrol')
-rw-r--r--sys-apps/gsmartcontrol/ChangeLog7
-rw-r--r--sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild8
2 files changed, 11 insertions, 4 deletions
diff --git a/sys-apps/gsmartcontrol/ChangeLog b/sys-apps/gsmartcontrol/ChangeLog
index 74829912899a..281ec36ef3e8 100644
--- a/sys-apps/gsmartcontrol/ChangeLog
+++ b/sys-apps/gsmartcontrol/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/gsmartcontrol
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gsmartcontrol/ChangeLog,v 1.1 2012/08/12 12:33:40 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gsmartcontrol/ChangeLog,v 1.2 2012/08/12 12:42:09 ssuominen Exp $
+
+ 12 Aug 2012; Samuli Suominen <ssuominen@gentoo.org>
+ gsmartcontrol-0.8.7.ebuild:
+ Always pull in x11-apps/xmessage for gsmartcontrol-root command since it
+ doesn't have similar fallback than it does for the superuser command.
*gsmartcontrol-0.8.7 (12 Aug 2012)
diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild b/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild
index eaa4fbb6f2d0..1e90377f4497 100644
--- a/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild
+++ b/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild,v 1.2 2012/08/12 12:37:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild,v 1.3 2012/08/12 12:42:09 ssuominen Exp $
EAPI=4
inherit gnome2-utils
@@ -15,10 +15,12 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
-RDEPEND="dev-cpp/gtkmm:2.4
+COMMON_DEPEND="dev-cpp/gtkmm:2.4
dev-libs/libpcre
sys-apps/smartmontools"
-DEPEND="${RDEPEND}
+RDEPEND="${COMMON_DEPEND}
+ x11-apps/xmessage"
+DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
test? ( dev-util/gtk-builder-convert )"