diff options
-rw-r--r-- | x11-apps/grandr/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/grandr/grandr-0.1.ebuild | 11 |
2 files changed, 11 insertions, 7 deletions
diff --git a/x11-apps/grandr/ChangeLog b/x11-apps/grandr/ChangeLog index b704341539ce..fea5a253f15e 100644 --- a/x11-apps/grandr/ChangeLog +++ b/x11-apps/grandr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/grandr -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/grandr/ChangeLog,v 1.5 2008/11/11 15:25:22 dang Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/grandr/ChangeLog,v 1.6 2009/05/05 07:31:16 fauli Exp $ + + 05 May 2009; Christian Faulhammer <fauli@gentoo.org> grandr-0.1.ebuild: + fix repoman warnings 11 Nov 2008; Daniel Gryniewicz <dang@gentoo.org> grandr-0.1.ebuild: Marked ~amd64 for bug #246375 diff --git a/x11-apps/grandr/grandr-0.1.ebuild b/x11-apps/grandr/grandr-0.1.ebuild index 8110916238e4..d44089756549 100644 --- a/x11-apps/grandr/grandr-0.1.ebuild +++ b/x11-apps/grandr/grandr-0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 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.5 2008/11/11 15:25:22 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/grandr/grandr-0.1.ebuild,v 1.6 2009/05/05 07:31:16 fauli Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -10,13 +10,14 @@ inherit x-modular DESCRIPTION="GTK+-based tool to configure the X output using the RandR 1.2 extension" KEYWORDS="~amd64 ppc x86" LICENSE="MIT" +IUSE="" RDEPEND="=x11-libs/gtk+-2* >=x11-libs/libXrandr-1.2 gnome-base/gconf" DEPEND="${RDEPEND}" -PATCHES="${FILESDIR}/${PV}-fix-license-display.patch - ${FILESDIR}/${PV}-outpus.patch - ${FILESDIR}/${PV}-fix-segfault-without-gconf-value.patch" +PATCHES=( "${FILESDIR}"/${PV}-fix-license-display.patch + "${FILESDIR}"/${PV}-outpus.patch + "${FILESDIR}"/${PV}-fix-segfault-without-gconf-value.patch ) src_install() { x-modular_src_install |