summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2010-03-23 23:19:59 +0000
committerJonathan Callen <abcd@gentoo.org>2010-03-23 23:19:59 +0000
commitee401365a27a687402e3ae0a8a39121ce3032032 (patch)
tree732a14572c8dcdff164603d279e5955df05173e7 /x11-apps
parentMake amdcccle optional since it depends on qt4 (diff)
downloadgentoo-2-ee401365a27a687402e3ae0a8a39121ce3032032.tar.gz
gentoo-2-ee401365a27a687402e3ae0a8a39121ce3032032.tar.bz2
gentoo-2-ee401365a27a687402e3ae0a8a39121ce3032032.zip
Fix QA notice
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xrandr/ChangeLog5
-rw-r--r--x11-apps/xrandr/xrandr-1.3.2.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/x11-apps/xrandr/ChangeLog b/x11-apps/xrandr/ChangeLog
index c99b6b3f4e3e..b6e47d58e6bf 100644
--- a/x11-apps/xrandr/ChangeLog
+++ b/x11-apps/xrandr/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-apps/xrandr
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrandr/ChangeLog,v 1.70 2010/03/23 15:58:07 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrandr/ChangeLog,v 1.71 2010/03/23 23:19:59 abcd Exp $
+
+ 23 Mar 2010; Jonathan Callen <abcd@gentoo.org> xrandr-1.3.2.ebuild:
+ Fix QA notice
23 Mar 2010; Jonathan Callen <abcd@gentoo.org> xrandr-1.3.2.ebuild:
Bump EAPI, switch to xorg-2.eclass, add prefix keywords
diff --git a/x11-apps/xrandr/xrandr-1.3.2.ebuild b/x11-apps/xrandr/xrandr-1.3.2.ebuild
index 915d093ab15a..4d9f888998c4 100644
--- a/x11-apps/xrandr/xrandr-1.3.2.ebuild
+++ b/x11-apps/xrandr/xrandr-1.3.2.ebuild
@@ -1,8 +1,10 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrandr/xrandr-1.3.2.ebuild,v 1.9 2010/03/23 15:58:07 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrandr/xrandr-1.3.2.ebuild,v 1.10 2010/03/23 23:19:59 abcd Exp $
EAPI=3
+
+XORG_STATIC=no
inherit xorg-2
DESCRIPTION="primitive command line interface to RandR extension"