diff options
author | 2007-09-07 19:34:59 +0000 | |
---|---|---|
committer | 2007-09-07 19:34:59 +0000 | |
commit | 334040876a19691202141db65f69fdac6e6e94a5 (patch) | |
tree | f02bd3e2ce0b99d21927e4459c501cc5f74987ac /x11-apps/xbacklight | |
parent | Marked ~ppc for bug #186704. (diff) | |
download | historical-334040876a19691202141db65f69fdac6e6e94a5.tar.gz historical-334040876a19691202141db65f69fdac6e6e94a5.tar.bz2 historical-334040876a19691202141db65f69fdac6e6e94a5.zip |
Stable on x86 wrt bug #191615.
Package-Manager: portage-2.1.2.12
Diffstat (limited to 'x11-apps/xbacklight')
-rw-r--r-- | x11-apps/xbacklight/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xbacklight/xbacklight-1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xbacklight/ChangeLog b/x11-apps/xbacklight/ChangeLog index 14d25d0dde73..cf7e6ab4ea17 100644 --- a/x11-apps/xbacklight/ChangeLog +++ b/x11-apps/xbacklight/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xbacklight # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/ChangeLog,v 1.1 2007/07/14 05:14:11 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/ChangeLog,v 1.2 2007/09/07 19:34:59 wolf31o2 Exp $ + + 07 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> xbacklight-1.1.ebuild: + Stable on x86 wrt bug #191615. *xbacklight-1.1 (14 Jul 2007) diff --git a/x11-apps/xbacklight/xbacklight-1.1.ebuild b/x11-apps/xbacklight/xbacklight-1.1.ebuild index 6a67d797a79a..d733db589800 100644 --- a/x11-apps/xbacklight/xbacklight-1.1.ebuild +++ b/x11-apps/xbacklight/xbacklight-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.1 2007/07/14 05:14:11 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/xbacklight-1.1.ebuild,v 1.2 2007/09/07 19:34:59 wolf31o2 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="~x86" +KEYWORDS="x86" RDEPEND=">=x11-libs/libXrandr-1.2" DEPEND="${RDEPEND}" |