diff options
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 |