diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-02-12 11:27:29 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-02-12 11:27:29 +0000 |
commit | 8ecb6e0de1c5dd5645d47ed7cc5938673b6654e3 (patch) | |
tree | 7da7aa81d3f80c3904ffc0da2519b3cbae38bf71 /x11-apps/xbacklight | |
parent | Apply fixes for PREFIX support (bug #317891), thanks a lot to Fabian Groffen ... (diff) | |
download | historical-8ecb6e0de1c5dd5645d47ed7cc5938673b6654e3.tar.gz historical-8ecb6e0de1c5dd5645d47ed7cc5938673b6654e3.tar.bz2 historical-8ecb6e0de1c5dd5645d47ed7cc5938673b6654e3.zip |
Stable on amd64 wrt bug #354237
Package-Manager: portage-2.1.9.39/cvs/Linux x86_64
Diffstat (limited to 'x11-apps/xbacklight')
-rw-r--r-- | x11-apps/xbacklight/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xbacklight/xbacklight-1.1.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-apps/xbacklight/ChangeLog b/x11-apps/xbacklight/ChangeLog index 86479a0355aa..d360fbe285f3 100644 --- a/x11-apps/xbacklight/ChangeLog +++ b/x11-apps/xbacklight/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xbacklight -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/ChangeLog,v 1.29 2010/12/10 19:15:36 scarabeus Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/ChangeLog,v 1.30 2011/02/12 11:25:56 hwoarang Exp $ + + 12 Feb 2011; Markos Chandras <hwoarang@gentoo.org> xbacklight-1.1.2.ebuild: + Stable on amd64 wrt bug #354237 *xbacklight-1.1.2 (10 Dec 2010) diff --git a/x11-apps/xbacklight/xbacklight-1.1.2.ebuild b/x11-apps/xbacklight/xbacklight-1.1.2.ebuild index 5c60be771831..fc45d5c8fa02 100644 --- a/x11-apps/xbacklight/xbacklight-1.1.2.ebuild +++ b/x11-apps/xbacklight/xbacklight-1.1.2.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/xbacklight-1.1.2.ebuild,v 1.1 2010/12/10 19:15:36 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/xbacklight-1.1.2.ebuild,v 1.2 2011/02/12 11:25:56 hwoarang Exp $ EAPI=3 inherit xorg-2 DESCRIPTION="Sets backlight level using the RandR 1.2 BACKLIGHT output property" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" RDEPEND=">=x11-libs/libXrandr-1.2 |