diff options
author | 2008-09-14 00:43:57 +0000 | |
---|---|---|
committer | 2008-09-14 00:43:57 +0000 | |
commit | 55ecf4993bba137f553942280aeb8776a3c82446 (patch) | |
tree | fc0fcf71be9182106c8f31246a9ef2ec01e297fd /x11-apps | |
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')
-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 ae3e4be01a21..3f0112bfa527 100644 --- a/x11-apps/xbacklight/ChangeLog +++ b/x11-apps/xbacklight/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xbacklight # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/ChangeLog,v 1.5 2008/03/24 13:59:11 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/ChangeLog,v 1.6 2008/09/14 00:43:57 bluebird Exp $ + + 14 Sep 2008; Friedrich Oslage <bluebird@gentoo.org> xbacklight-1.1.ebuild: + Add ~sparc keyword, bug #237411 24 Mar 2008; Markus Meier <maekke@gentoo.org> xbacklight-1.1.ebuild: amd64 stable, bug #202087 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}" |