diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-28 11:00:44 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-28 11:00:44 +0000 |
commit | f4dabace1315597868d7e2003fee4edf85e104df (patch) | |
tree | aeb78ed72f0147c0971b195e2c16cdf8ba9ad786 /x11-apps/xbacklight | |
parent | Stable for ia64, wrt bug #440872 (diff) | |
download | gentoo-2-f4dabace1315597868d7e2003fee4edf85e104df.tar.gz gentoo-2-f4dabace1315597868d7e2003fee4edf85e104df.tar.bz2 gentoo-2-f4dabace1315597868d7e2003fee4edf85e104df.zip |
Stable for ia64, wrt bug #440872
(Portage version: 2.1.11.31/cvs/Linux ia64, unsigned Manifest commit)
Diffstat (limited to 'x11-apps/xbacklight')
-rw-r--r-- | x11-apps/xbacklight/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/xbacklight/xbacklight-1.2.0.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/x11-apps/xbacklight/ChangeLog b/x11-apps/xbacklight/ChangeLog index 74d7b45991b6..b155faf7f1d1 100644 --- a/x11-apps/xbacklight/ChangeLog +++ b/x11-apps/xbacklight/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xbacklight # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/ChangeLog,v 1.44 2012/12/17 20:05:47 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/ChangeLog,v 1.45 2012/12/28 11:00:44 ago Exp $ + + 28 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xbacklight-1.2.0.ebuild: + Stable for ia64, wrt bug #440872 17 Dec 2012; Markus Meier <maekke@gentoo.org> xbacklight-1.2.0.ebuild: arm stable, bug #440872 @@ -153,4 +156,3 @@ +xbacklight-1.1.ebuild: Add a new package that sets the backlight level using the RandR 1.2 BACKLIGHT output property. - diff --git a/x11-apps/xbacklight/xbacklight-1.2.0.ebuild b/x11-apps/xbacklight/xbacklight-1.2.0.ebuild index 73964555a40c..d9826bb315ed 100644 --- a/x11-apps/xbacklight/xbacklight-1.2.0.ebuild +++ b/x11-apps/xbacklight/xbacklight-1.2.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/xbacklight-1.2.0.ebuild,v 1.7 2012/12/17 20:05:47 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/xbacklight-1.2.0.ebuild,v 1.8 2012/12/28 11:00:44 ago 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 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND="x11-libs/libxcb |