diff options
author | Bartosch Pixa <darkspecter@gentoo.org> | 2003-06-30 18:51:01 +0000 |
---|---|---|
committer | Bartosch Pixa <darkspecter@gentoo.org> | 2003-06-30 18:51:01 +0000 |
commit | f6893a21ddb01fb87a51d7d5f53117d9ecfff945 (patch) | |
tree | 4b55b767306be8aa298a11a0252a371016d323b4 /app-text | |
parent | force a newer baselayout to close part of bug #23616 (diff) | |
download | gentoo-2-f6893a21ddb01fb87a51d7d5f53117d9ecfff945.tar.gz gentoo-2-f6893a21ddb01fb87a51d7d5f53117d9ecfff945.tar.bz2 gentoo-2-f6893a21ddb01fb87a51d7d5f53117d9ecfff945.zip |
set ppc in keywords
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/gtkspell/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/gtkspell/Manifest | 4 | ||||
-rw-r--r-- | app-text/gtkspell/gtkspell-2.0.4.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-text/gtkspell/ChangeLog b/app-text/gtkspell/ChangeLog index 781e1b66a7df..9d531e09ca00 100644 --- a/app-text/gtkspell/ChangeLog +++ b/app-text/gtkspell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/gtkspell # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.14 2003/04/23 00:32:14 vladimir Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.15 2003/06/30 18:50:51 darkspecter Exp $ + + 30 Jun 2003; Bartosch Pixa <darkspecter@gentoo.org> gtkspell-2.0.4.ebuild: + set ppc in keywords *gtkspell-2.0.4 (07 Mar 2003) diff --git a/app-text/gtkspell/Manifest b/app-text/gtkspell/Manifest index f99b8a03b671..3de8849ed975 100644 --- a/app-text/gtkspell/Manifest +++ b/app-text/gtkspell/Manifest @@ -1,7 +1,7 @@ -MD5 f6ed1f83bcb423f786f140ab5be67b96 ChangeLog 1813 +MD5 eb3574cfaae8465420437860179d324e ChangeLog 1916 MD5 19a46d738f61b3168504b2059f9453ba gtkspell-2.0.0-r1.ebuild 670 MD5 a732b61023abdc8200ed394a03760d43 gtkspell-2.0.2.ebuild 664 -MD5 93b72ed8875642b89fccf08483e714f7 gtkspell-2.0.4.ebuild 963 +MD5 0876872b0c614d6467ae5f6969de9ba1 gtkspell-2.0.4.ebuild 965 MD5 6dfdf5c869d5b3381077e134fce58544 files/digest-gtkspell-2.0.0-r1 66 MD5 776dac4f06c10cd4d6030bb0227604ca files/digest-gtkspell-2.0.2 66 MD5 ae68a374d757954ed1b57e829bb90ea3 files/digest-gtkspell-2.0.4 66 diff --git a/app-text/gtkspell/gtkspell-2.0.4.ebuild b/app-text/gtkspell/gtkspell-2.0.4.ebuild index d014fbdaa5c5..43c54ae45524 100644 --- a/app-text/gtkspell/gtkspell-2.0.4.ebuild +++ b/app-text/gtkspell/gtkspell-2.0.4.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.4.ebuild,v 1.5 2003/04/23 00:32:14 vladimir Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.4.ebuild,v 1.6 2003/06/30 18:50:53 darkspecter Exp $ DESCRIPTION="spell library for GTK2" SRC_URI="http://${PN}.sourceforge.net/download/${P}.tar.gz" HOMEPAGE="http://gtkspell.sourceforge.net/" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~ppc ~alpha" +KEYWORDS="~x86 ~sparc ppc ~alpha" SLOT="0" IUSE="doc" |