diff options
author | Friedrich Oslage <bluebird@gentoo.org> | 2008-09-14 00:43:57 +0000 |
---|---|---|
committer | Friedrich Oslage <bluebird@gentoo.org> | 2008-09-14 00:43:57 +0000 |
commit | 55ecf4993bba137f553942280aeb8776a3c82446 (patch) | |
tree | fc0fcf71be9182106c8f31246a9ef2ec01e297fd /x11-apps/xbacklight/xbacklight-1.1.ebuild | |
parent | Add ~sparc keyword, bug #237411 (diff) | |
download | gentoo-2-55ecf4993bba137f553942280aeb8776a3c82446.tar.gz gentoo-2-55ecf4993bba137f553942280aeb8776a3c82446.tar.bz2 gentoo-2-55ecf4993bba137f553942280aeb8776a3c82446.zip |
Add ~sparc keyword, bug #237411
(Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc6-00036-ga551b98 sparc64)
Diffstat (limited to 'x11-apps/xbacklight/xbacklight-1.1.ebuild')
-rw-r--r-- | x11-apps/xbacklight/xbacklight-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-apps/xbacklight/xbacklight-1.1.ebuild b/x11-apps/xbacklight/xbacklight-1.1.ebuild index e73ca035ff04..d740c6da143f 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 # 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.5 2008/03/24 13:59:11 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/xbacklight-1.1.ebuild,v 1.6 2008/09/14 00:43:57 bluebird 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 ~ppc x86" +KEYWORDS="amd64 ~ppc ~sparc x86" RDEPEND=">=x11-libs/libXrandr-1.2" DEPEND="${RDEPEND}" |