diff options
-rw-r--r-- | x11-apps/xbacklight/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xbacklight/xbacklight-1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-apps/xbacklight/ChangeLog b/x11-apps/xbacklight/ChangeLog index 97441f9e626e..7d2d6df5a8c9 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.10 2008/12/16 16:28:40 ranger Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/ChangeLog,v 1.11 2009/03/02 16:51:58 pva Exp $ + + 02 Mar 2009; Peter Volkov <pva@gentoo.org> xbacklight-1.1.ebuild: + ~mips keyworded, bug #237411 16 Dec 2008; Brent Baude <ranger@gentoo.org> xbacklight-1.1.ebuild: Marking xbacklight-1.1 ~ppc64 for bug 237411 diff --git a/x11-apps/xbacklight/xbacklight-1.1.ebuild b/x11-apps/xbacklight/xbacklight-1.1.ebuild index ec3cab4ebccc..4244fb3bf801 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 +# Copyright 1999-2009 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.10 2008/12/16 16:28:40 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/xbacklight-1.1.ebuild,v 1.11 2009/03/02 16:51:58 pva 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 ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" RDEPEND=">=x11-libs/libXrandr-1.2" DEPEND="${RDEPEND}" |