diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-02-21 23:56:55 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-02-21 23:56:55 +0000 |
commit | cc5603e8252c6e165f558cf1b7b534df677b3a29 (patch) | |
tree | a9f78ae74829f3b5095f3c579f671a27165bbab2 /x11-apps/xbacklight | |
parent | Hand over to printing herd per previous email to -dev. (diff) | |
download | gentoo-2-cc5603e8252c6e165f558cf1b7b534df677b3a29.tar.gz gentoo-2-cc5603e8252c6e165f558cf1b7b534df677b3a29.tar.bz2 gentoo-2-cc5603e8252c6e165f558cf1b7b534df677b3a29.zip |
Add ~ppc.
(Portage version: 2.1.4.1)
Diffstat (limited to 'x11-apps/xbacklight')
-rw-r--r-- | x11-apps/xbacklight/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xbacklight/xbacklight-1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-apps/xbacklight/ChangeLog b/x11-apps/xbacklight/ChangeLog index 91d4e789e6ae..7fbce0d2f48d 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.3 2007/09/23 16:58:04 philantrop Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/ChangeLog,v 1.4 2008/02/21 23:56:55 robbat2 Exp $ + + 21 Feb 2008; Robin H. Johnson <robbat2@gentoo.org> xbacklight-1.1.ebuild: + Add ~ppc. 23 Sep 2007; Wulf C. Krueger <philantrop@gentoo.org> xbacklight-1.1.ebuild: diff --git a/x11-apps/xbacklight/xbacklight-1.1.ebuild b/x11-apps/xbacklight/xbacklight-1.1.ebuild index 0fd3a6960563..9559740c1f77 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 +# 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.3 2007/09/23 16:58:04 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/xbacklight-1.1.ebuild,v 1.4 2008/02/21 23:56:55 robbat2 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 x86" +KEYWORDS="~amd64 x86 ~ppc" RDEPEND=">=x11-libs/libXrandr-1.2" DEPEND="${RDEPEND}" |