diff options
author | Markus Meier <maekke@gentoo.org> | 2008-10-27 20:26:49 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-10-27 20:26:49 +0000 |
commit | 59688b54a9e6d3899e704feb8fa3cef166cbc1b1 (patch) | |
tree | cd079145022df2f12161ebe2d46e9a53fea3bc26 /app-laptop | |
parent | amd64/x86 stable, bug #244533 (diff) | |
download | gentoo-2-59688b54a9e6d3899e704feb8fa3cef166cbc1b1.tar.gz gentoo-2-59688b54a9e6d3899e704feb8fa3cef166cbc1b1.tar.bz2 gentoo-2-59688b54a9e6d3899e704feb8fa3cef166cbc1b1.zip |
amd64/x86 stable, bug #244535
(Portage version: 2.2_rc12/cvs/Linux 2.6.28-rc1 i686)
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/macbook-backlight/ChangeLog | 6 | ||||
-rw-r--r-- | app-laptop/macbook-backlight/macbook-backlight-0.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-laptop/macbook-backlight/ChangeLog b/app-laptop/macbook-backlight/ChangeLog index 269ca1ffeede..c36201665b6e 100644 --- a/app-laptop/macbook-backlight/ChangeLog +++ b/app-laptop/macbook-backlight/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-laptop/macbook-backlight # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/macbook-backlight/ChangeLog,v 1.9 2008/06/15 11:19:20 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/macbook-backlight/ChangeLog,v 1.10 2008/10/27 20:26:49 maekke Exp $ + + 27 Oct 2008; Markus Meier <maekke@gentoo.org> + macbook-backlight-0.3.ebuild: + amd64/x86 stable, bug #244535 15 Jun 2008; Cédric Krier <cedk@gentoo.org> macbook-backlight-0.2.ebuild, macbook-backlight-0.3.ebuild: diff --git a/app-laptop/macbook-backlight/macbook-backlight-0.3.ebuild b/app-laptop/macbook-backlight/macbook-backlight-0.3.ebuild index db52028fd5f1..e8ebedb826e2 100644 --- a/app-laptop/macbook-backlight/macbook-backlight-0.3.ebuild +++ b/app-laptop/macbook-backlight/macbook-backlight-0.3.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/app-laptop/macbook-backlight/macbook-backlight-0.3.ebuild,v 1.2 2008/06/15 11:19:20 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/macbook-backlight/macbook-backlight-0.3.ebuild,v 1.3 2008/10/27 20:26:49 maekke Exp $ inherit toolchain-funcs eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://dev.gentoo.org/~cedk/macbook-backlight/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" COMMON_DEPEND="sys-apps/pciutils" |