diff options
author | Kristopher Kersey <augustus@gentoo.org> | 2004-05-25 14:46:11 +0000 |
---|---|---|
committer | Kristopher Kersey <augustus@gentoo.org> | 2004-05-25 14:46:11 +0000 |
commit | 1060cc55727e22d511f57dcb0493d91c2f0249ae (patch) | |
tree | cdd6215b05eb4459de502a3a50ab763fe87923db /gnome-base | |
parent | Fix repoman error. (diff) | |
download | historical-1060cc55727e22d511f57dcb0493d91c2f0249ae.tar.gz historical-1060cc55727e22d511f57dcb0493d91c2f0249ae.tar.bz2 historical-1060cc55727e22d511f57dcb0493d91c2f0249ae.zip |
Added amd64 keyword to gnome-print.
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gnome-print/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/gnome-print/Manifest | 6 | ||||
-rw-r--r-- | gnome-base/gnome-print/gnome-print-0.37.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/gnome-base/gnome-print/ChangeLog b/gnome-base/gnome-print/ChangeLog index 022039b98be9..2318c27a9dd7 100644 --- a/gnome-base/gnome-print/ChangeLog +++ b/gnome-base/gnome-print/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/gnome-print # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-print/ChangeLog,v 1.25 2004/05/21 02:51:42 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-print/ChangeLog,v 1.26 2004/05/25 14:46:11 augustus Exp $ + + 25 May 2004; <augustus@gentoo.org> gnome-print-0.37.ebuild: + Added amd64 keyword to gnome-print. 21 May 2004; Luca Barbato <lu_zero@gentoo.org> gnome-print-0.37.ebuild: Marked ppc diff --git a/gnome-base/gnome-print/Manifest b/gnome-base/gnome-print/Manifest index 68ae2c2c716d..277112348fd9 100644 --- a/gnome-base/gnome-print/Manifest +++ b/gnome-base/gnome-print/Manifest @@ -1,5 +1,5 @@ -MD5 08efeef4ec44547b911121669f9e19ea gnome-print-0.37.ebuild 1458 -MD5 60b32455109ec6b872c6f6008dddcda8 ChangeLog 3192 +MD5 3e8d8bbe6b3af188faa3b139a8ad3b73 ChangeLog 3294 +MD5 0f8859f0435f6cc89aa6309bf6432fb9 gnome-print-0.37.ebuild 1466 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 -MD5 6fdff6b7ba3e66b73275be3788fdfc35 files/gnome-print-0.37-freetype_new_include.patch 3567 MD5 8aba5ad8525bc9c93bb9374f7072cfa7 files/digest-gnome-print-0.37 69 +MD5 6fdff6b7ba3e66b73275be3788fdfc35 files/gnome-print-0.37-freetype_new_include.patch 3567 diff --git a/gnome-base/gnome-print/gnome-print-0.37.ebuild b/gnome-base/gnome-print/gnome-print-0.37.ebuild index d13fbcb6974e..8d8b2c0812da 100644 --- a/gnome-base/gnome-print/gnome-print-0.37.ebuild +++ b/gnome-base/gnome-print/gnome-print-0.37.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-print/gnome-print-0.37.ebuild,v 1.9 2004/05/21 02:51:42 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-print/gnome-print-0.37.ebuild,v 1.10 2004/05/25 14:46:11 augustus Exp $ inherit gnome.org libtool eutils @@ -8,7 +8,7 @@ IUSE="nls" DESCRIPTION="GNOME printing library" HOMEPAGE="http://www.gnome.org/" -KEYWORDS="x86 ppc sparc alpha hppa ia64 mips" +KEYWORDS="x86 ppc sparc alpha hppa ia64 mips amd64" SLOT="0" LICENSE="GPL-2" |