diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-14 05:30:17 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-14 05:30:17 +0000 |
commit | bf99b44abd2c385ef3cad3a4462834998928be58 (patch) | |
tree | ee7e5e771480a56cea08a93746fe766d6e7f3443 /x11-apps/xrandr/xrandr-1.2.2.ebuild | |
parent | Bump. Another XCB display locking fix along with some other changes. (diff) | |
download | historical-bf99b44abd2c385ef3cad3a4462834998928be58.tar.gz historical-bf99b44abd2c385ef3cad3a4462834998928be58.tar.bz2 historical-bf99b44abd2c385ef3cad3a4462834998928be58.zip |
Bump. Doc fixes, and search all available configs when simple CRTC allocation fails.
Package-Manager: portage-2.1.3_rc6
Diffstat (limited to 'x11-apps/xrandr/xrandr-1.2.2.ebuild')
-rw-r--r-- | x11-apps/xrandr/xrandr-1.2.2.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-apps/xrandr/xrandr-1.2.2.ebuild b/x11-apps/xrandr/xrandr-1.2.2.ebuild new file mode 100644 index 000000000000..3caa80a1d0db --- /dev/null +++ b/x11-apps/xrandr/xrandr-1.2.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrandr/xrandr-1.2.2.ebuild,v 1.1 2007/07/14 05:30:17 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="primitive command line interface to RandR extension" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" + +RDEPEND=">=x11-libs/libXrandr-1.2 + x11-libs/libX11" +DEPEND="${RDEPEND}" |