diff options
author | Jon Nall <nall@gentoo.org> | 2002-12-03 14:37:48 +0000 |
---|---|---|
committer | Jon Nall <nall@gentoo.org> | 2002-12-03 14:37:48 +0000 |
commit | ff9121a79aa9fae937656317a341a486e3731660 (patch) | |
tree | 619e6aaae6a35955b78ec877211680e041144482 /gnome-base | |
parent | More fixes (diff) | |
download | gentoo-2-ff9121a79aa9fae937656317a341a486e3731660.tar.gz gentoo-2-ff9121a79aa9fae937656317a341a486e3731660.tar.bz2 gentoo-2-ff9121a79aa9fae937656317a341a486e3731660.zip |
keyworded ~ppc
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/libgnomeprint/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/libgnomeprint/libgnomeprint-2.1.1.ebuild | 4 | ||||
-rw-r--r-- | gnome-base/librsvg/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/librsvg/librsvg-2.1.1.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/gnome-base/libgnomeprint/ChangeLog b/gnome-base/libgnomeprint/ChangeLog index 39a50843471d..2ee690e86a4b 100644 --- a/gnome-base/libgnomeprint/ChangeLog +++ b/gnome-base/libgnomeprint/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for gnome-extra/libgnomeprint # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.9 2002/11/13 00:25:15 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.10 2002/12/03 14:36:57 nall Exp $ *libgnomeprint-2.1.1 (12 Nov 2002) + 03 Dec 2002; Jon Nall <nall@gentoo.org> libgnomeprint-2.1.1.ebuild : + keyworded ~ppc + 12 Nov 2002; foser <foser@gentoo.org> libgnomeprint-2.1.1.ebuild : GNOME 2.1.2 release diff --git a/gnome-base/libgnomeprint/libgnomeprint-2.1.1.ebuild b/gnome-base/libgnomeprint/libgnomeprint-2.1.1.ebuild index 8b4d78c400a5..3fc92518773e 100644 --- a/gnome-base/libgnomeprint/libgnomeprint-2.1.1.ebuild +++ b/gnome-base/libgnomeprint/libgnomeprint-2.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.1.1.ebuild,v 1.2 2002/11/28 01:42:43 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.1.1.ebuild,v 1.3 2002/12/03 14:36:57 nall Exp $ inherit libtool gnome2 debug @@ -8,7 +8,7 @@ S=${WORKDIR}/${P} DESCRIPTION="Printer handling for Gnome" HOMEPAGE="http://www.gnome.org/" SLOT="2.2" -KEYWORDS="x86" +KEYWORDS="x86 ~ppc" LICENSE="GPL-2 LGPL-2.1" diff --git a/gnome-base/librsvg/ChangeLog b/gnome-base/librsvg/ChangeLog index e4d5250b3bb7..7af83512a8af 100644 --- a/gnome-base/librsvg/ChangeLog +++ b/gnome-base/librsvg/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for gnome-base/librsvg # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.7 2002/10/27 14:42:12 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.8 2002/12/03 14:37:48 nall Exp $ *librsvg-2.1.1 (27 Oct 2002) + 03 Dec 2002; Jon Nall <nall@gentoo.org> librsvg-2.1.1.ebuild : + keyworded ~ppc + 27 Oct 2002; foser <foser@gentoo.org> librsvg-2.1.1.ebuild : Gnome 2.1 commit diff --git a/gnome-base/librsvg/librsvg-2.1.1.ebuild b/gnome-base/librsvg/librsvg-2.1.1.ebuild index 807df27f21cf..844b24acf578 100644 --- a/gnome-base/librsvg/librsvg-2.1.1.ebuild +++ b/gnome-base/librsvg/librsvg-2.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.1.1.ebuild,v 1.3 2002/11/28 01:42:43 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.1.1.ebuild,v 1.4 2002/12/03 14:37:48 nall Exp $ inherit gnome2 debug @@ -8,7 +8,7 @@ S=${WORKDIR}/${P} DESCRIPTION="rendering svg library" HOMEPAGE="http://www.gnome.org/" SLOT="2" -KEYWORDS="x86" +KEYWORDS="x86 ~ppc" LICENSE="GPL-2 LGPL-2.1" RDEPEND=">=dev-libs/glib-2.0.4 |