diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-02-03 12:01:46 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-02-03 12:01:46 +0000 |
commit | 680aef5b2fb4a57e0a075b348e13fcb56ceabb11 (patch) | |
tree | d3abce2905efe4dd1867c868de3a2e38de5403bb /gnome-base | |
parent | add path to the apache binary; obsolete APACHECTL in favor of APACHE_CTL (diff) | |
download | gentoo-2-680aef5b2fb4a57e0a075b348e13fcb56ceabb11.tar.gz gentoo-2-680aef5b2fb4a57e0a075b348e13fcb56ceabb11.tar.bz2 gentoo-2-680aef5b2fb4a57e0a075b348e13fcb56ceabb11.zip |
alpha/ia64/sparc stable wrt #208366
(Portage version: 2.1.3.19)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gnome-light/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/gnome-light/gnome-light-2.20.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnome-base/gnome-light/ChangeLog b/gnome-base/gnome-light/ChangeLog index 14c72118e5b8..684efbdce571 100644 --- a/gnome-base/gnome-light/ChangeLog +++ b/gnome-base/gnome-light/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/gnome-light # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-light/ChangeLog,v 1.83 2008/02/02 16:30:30 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-light/ChangeLog,v 1.84 2008/02/03 12:01:46 armin76 Exp $ + + 03 Feb 2008; Raúl Porcel <armin76@gentoo.org> gnome-light-2.20.3.ebuild: + alpha/ia64/sparc stable wrt #208366 02 Feb 2008; Christian Faulhammer <opfer@gentoo.org> gnome-light-2.20.3.ebuild: diff --git a/gnome-base/gnome-light/gnome-light-2.20.3.ebuild b/gnome-base/gnome-light/gnome-light-2.20.3.ebuild index e7690886a812..6acb9e9e51af 100644 --- a/gnome-base/gnome-light/gnome-light-2.20.3.ebuild +++ b/gnome-base/gnome-light/gnome-light-2.20.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/gnome-base/gnome-light/gnome-light-2.20.3.ebuild,v 1.4 2008/02/02 16:30:30 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-light/gnome-light-2.20.3.ebuild,v 1.5 2008/02/03 12:01:46 armin76 Exp $ S=${WORKDIR} DESCRIPTION="Meta package for the GNOME desktop, merge this package to install" @@ -11,7 +11,7 @@ IUSE="" # when unmasking for an arch # double check none of the deps are still masked ! -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" # Note to developers: # This is a wrapper for the 'light' Gnome2 desktop, |