diff options
author | Jim Ramsay <lack@gentoo.org> | 2006-10-21 17:41:34 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2006-10-21 17:41:34 +0000 |
commit | d05a0e8df0e43496f0a8f697346cf240096a133d (patch) | |
tree | e2d9f4f6439517402c0eedd220378a7148e1829f /rox-extra/resolution/resolution-0.2.ebuild | |
parent | Bump stable and add back ~alpha keyword, bug 151952. (diff) | |
download | gentoo-2-d05a0e8df0e43496f0a8f697346cf240096a133d.tar.gz gentoo-2-d05a0e8df0e43496f0a8f697346cf240096a133d.tar.bz2 gentoo-2-d05a0e8df0e43496f0a8f697346cf240096a133d.zip |
Added proper dependency on x11-apps/xrandr
(Portage version: 2.1.2_pre3-r3)
Diffstat (limited to 'rox-extra/resolution/resolution-0.2.ebuild')
-rw-r--r-- | rox-extra/resolution/resolution-0.2.ebuild | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/rox-extra/resolution/resolution-0.2.ebuild b/rox-extra/resolution/resolution-0.2.ebuild index f74832e68398..536f6eb2e2e8 100644 --- a/rox-extra/resolution/resolution-0.2.ebuild +++ b/rox-extra/resolution/resolution-0.2.ebuild @@ -1,7 +1,9 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/resolution/resolution-0.2.ebuild,v 1.2 2006/10/05 03:13:54 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/resolution/resolution-0.2.ebuild,v 1.3 2006/10/21 17:41:34 lack Exp $ +ROX_LIB_VER=1.9.3 +inherit rox DESCRIPTION="This rox program allows you to change the screen resolution at any time. It is non-permanent" HOMEPAGE="http://rox.sourceforge.net/" @@ -12,8 +14,12 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -ROX_LIB_VER=1.9.3 +DEPEND="" +RDEPEND="|| ( ( + x11-apps/xrandr + ) + virtual/x11 + ) + " APPNAME=Resolution - -inherit rox |