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 | 0a9c7f21fbae6968f67c17d9f0b3a7ff4f8dd161 (patch) | |
tree | 11b897c212499ea8f26bc07960c7d98cef80fa4d /x11-apps/xbacklight | |
parent | Hand over to printing herd per previous email to -dev. (diff) | |
download | historical-0a9c7f21fbae6968f67c17d9f0b3a7ff4f8dd161.tar.gz historical-0a9c7f21fbae6968f67c17d9f0b3a7ff4f8dd161.tar.bz2 historical-0a9c7f21fbae6968f67c17d9f0b3a7ff4f8dd161.zip |
Add ~ppc.
Package-Manager: portage-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}" |