diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-09-23 16:58:04 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-09-23 16:58:04 +0000 |
commit | ccee937e512e8fdb0aa456152ca5b6c5c78ec700 (patch) | |
tree | 4eca40402c1ca4066095fa1b36d3e75f39dc17b5 /x11-apps/xbacklight | |
parent | Keyworded ~amd64 as per bug 190075. (diff) | |
download | gentoo-2-ccee937e512e8fdb0aa456152ca5b6c5c78ec700.tar.gz gentoo-2-ccee937e512e8fdb0aa456152ca5b6c5c78ec700.tar.bz2 gentoo-2-ccee937e512e8fdb0aa456152ca5b6c5c78ec700.zip |
Keyworded ~amd64 as per bug 191114.
(Portage version: 2.1.3.9)
Diffstat (limited to 'x11-apps/xbacklight')
-rw-r--r-- | x11-apps/xbacklight/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/xbacklight/xbacklight-1.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-apps/xbacklight/ChangeLog b/x11-apps/xbacklight/ChangeLog index cf7e6ab4ea17..91d4e789e6ae 100644 --- a/x11-apps/xbacklight/ChangeLog +++ b/x11-apps/xbacklight/ChangeLog @@ -1,6 +1,10 @@ # 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.2 2007/09/07 19:34:59 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/ChangeLog,v 1.3 2007/09/23 16:58:04 philantrop Exp $ + + 23 Sep 2007; Wulf C. Krueger <philantrop@gentoo.org> + xbacklight-1.1.ebuild: + Keyworded ~amd64 as per bug 191114. 07 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> xbacklight-1.1.ebuild: Stable on x86 wrt bug #191615. diff --git a/x11-apps/xbacklight/xbacklight-1.1.ebuild b/x11-apps/xbacklight/xbacklight-1.1.ebuild index d733db589800..0fd3a6960563 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.2 2007/09/07 19:34:59 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/xbacklight-1.1.ebuild,v 1.3 2007/09/23 16:58:04 philantrop 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="~amd64 x86" RDEPEND=">=x11-libs/libXrandr-1.2" DEPEND="${RDEPEND}" |