summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-apps/xbacklight')
-rw-r--r--x11-apps/xbacklight/ChangeLog5
-rw-r--r--x11-apps/xbacklight/xbacklight-1.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xbacklight/ChangeLog b/x11-apps/xbacklight/ChangeLog
index ac5bfe5f1b60..97441f9e626e 100644
--- a/x11-apps/xbacklight/ChangeLog
+++ b/x11-apps/xbacklight/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-apps/xbacklight
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/ChangeLog,v 1.9 2008/10/03 08:47:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/ChangeLog,v 1.10 2008/12/16 16:28:40 ranger Exp $
+
+ 16 Dec 2008; Brent Baude <ranger@gentoo.org> xbacklight-1.1.ebuild:
+ Marking xbacklight-1.1 ~ppc64 for bug 237411
03 Oct 2008; Raúl Porcel <armin76@gentoo.org> xbacklight-1.1.ebuild:
Add ~ia64 wrt #237411
diff --git a/x11-apps/xbacklight/xbacklight-1.1.ebuild b/x11-apps/xbacklight/xbacklight-1.1.ebuild
index 7176c5b25139..ec3cab4ebccc 100644
--- a/x11-apps/xbacklight/xbacklight-1.1.ebuild
+++ b/x11-apps/xbacklight/xbacklight-1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/xbacklight-1.1.ebuild,v 1.9 2008/10/03 08:47:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/xbacklight-1.1.ebuild,v 1.10 2008/12/16 16:28:40 ranger Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -8,6 +8,6 @@
inherit x-modular
DESCRIPTION="Sets backlight level using the RandR 1.2 BACKLIGHT output property"
-KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
RDEPEND=">=x11-libs/libXrandr-1.2"
DEPEND="${RDEPEND}"