diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 07:31:16 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 07:31:16 +0000 |
commit | 6412ebd33e715814279fc465475590540439a3e9 (patch) | |
tree | 81dbeb613f00fc721093f197676a7b10a1071337 /x11-apps/grandr/grandr-0.1.ebuild | |
parent | EAPI after inherit line (diff) | |
download | gentoo-2-6412ebd33e715814279fc465475590540439a3e9.tar.gz gentoo-2-6412ebd33e715814279fc465475590540439a3e9.tar.bz2 gentoo-2-6412ebd33e715814279fc465475590540439a3e9.zip |
fix repoman warnings
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'x11-apps/grandr/grandr-0.1.ebuild')
-rw-r--r-- | x11-apps/grandr/grandr-0.1.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
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 |