diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2008-05-09 07:24:48 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2008-05-09 07:24:48 +0000 |
commit | e5844c39eaa5918d2dacfb6b689feee78f5447c1 (patch) | |
tree | 17a7da3b0e9a94054efc1f4fbd1d7528fce9c1ce /x11-apps/grandr | |
parent | (#219581) Stop applying driver patch to install manpages to 4x. (diff) | |
download | gentoo-2-e5844c39eaa5918d2dacfb6b689feee78f5447c1.tar.gz gentoo-2-e5844c39eaa5918d2dacfb6b689feee78f5447c1.tar.bz2 gentoo-2-e5844c39eaa5918d2dacfb6b689feee78f5447c1.zip |
(#199747) Add gconf dependency.
(Portage version: 2.1.5_rc7)
Diffstat (limited to 'x11-apps/grandr')
-rw-r--r-- | x11-apps/grandr/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/grandr/grandr-0.1.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-apps/grandr/ChangeLog b/x11-apps/grandr/ChangeLog index 30e2d1eccd82..8c958d377286 100644 --- a/x11-apps/grandr/ChangeLog +++ b/x11-apps/grandr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/grandr -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/grandr/ChangeLog,v 1.3 2007/09/08 20:45:22 josejx Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/grandr/ChangeLog,v 1.4 2008/05/09 07:24:48 dberkholz Exp $ + + 09 May 2008; Donnie Berkholz <dberkholz@gentoo.org>; grandr-0.1.ebuild: + (#199747) Add gconf dependency. 08 Sep 2007; Joseph Jezak <josejx@gentoo.org> grandr-0.1.ebuild: Marked ppc stable for bug #191615. diff --git a/x11-apps/grandr/grandr-0.1.ebuild b/x11-apps/grandr/grandr-0.1.ebuild index 98354a92de43..ddbb169788ef 100644 --- a/x11-apps/grandr/grandr-0.1.ebuild +++ b/x11-apps/grandr/grandr-0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/grandr/grandr-0.1.ebuild,v 1.3 2007/09/08 20:45:22 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/grandr/grandr-0.1.ebuild,v 1.4 2008/05/09 07:24:48 dberkholz Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -11,7 +11,8 @@ DESCRIPTION="GTK+-based tool to configure the X output using the RandR 1.2 exten KEYWORDS="ppc x86" LICENSE="MIT" RDEPEND="=x11-libs/gtk+-2* - >=x11-libs/libXrandr-1.2" + >=x11-libs/libXrandr-1.2 + gnome-base/gconf" DEPEND="${RDEPEND}" PATCHES="${FILESDIR}/${PV}-fix-license-display.patch ${FILESDIR}/${PV}-outpus.patch |