diff options
author | Lars Weiler <pylon@gentoo.org> | 2006-10-27 22:28:09 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2006-10-27 22:28:09 +0000 |
commit | 6ac2f36acfe1e11401adc5c46e42706830ec4938 (patch) | |
tree | 949c3b2ca4ceae711ca0c1e93a53a9d436a934e5 /app-vim/vim-spell-de | |
parent | Pass CFLAGS to emake. (diff) | |
download | historical-6ac2f36acfe1e11401adc5c46e42706830ec4938.tar.gz historical-6ac2f36acfe1e11401adc5c46e42706830ec4938.tar.bz2 historical-6ac2f36acfe1e11401adc5c46e42706830ec4938.zip |
vimspell dictionaries also work on PowerPC. Added ~pcc.
Package-Manager: portage-2.1.2_pre3-r8
Diffstat (limited to 'app-vim/vim-spell-de')
-rw-r--r-- | app-vim/vim-spell-de/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/vim-spell-de/vim-spell-de-20051008.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/vim-spell-de/ChangeLog b/app-vim/vim-spell-de/ChangeLog index 432aece0d9e8..69c262fd1116 100644 --- a/app-vim/vim-spell-de/ChangeLog +++ b/app-vim/vim-spell-de/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/vim-spell-de # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-spell-de/ChangeLog,v 1.4 2006/09/04 03:20:04 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-spell-de/ChangeLog,v 1.5 2006/10/27 22:24:38 pylon Exp $ + + 27 Oct 2006; Lars Weiler <pylon@gentoo.org> vim-spell-de-20051008.ebuild: + vimspell dictionaries also work on PowerPC. Added ~pcc. 04 Sep 2006; Saleem Abdulrasool <compnerd@gentoo.org> vim-spell-de-20051008.ebuild: diff --git a/app-vim/vim-spell-de/vim-spell-de-20051008.ebuild b/app-vim/vim-spell-de/vim-spell-de-20051008.ebuild index 81426f6efbf0..f095aa054d3f 100644 --- a/app-vim/vim-spell-de/vim-spell-de-20051008.ebuild +++ b/app-vim/vim-spell-de/vim-spell-de-20051008.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-spell-de/vim-spell-de-20051008.ebuild,v 1.3 2006/09/04 03:20:04 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-spell-de/vim-spell-de-20051008.ebuild,v 1.4 2006/10/27 22:24:38 pylon Exp $ VIM_SPELL_LANGUAGE="German" inherit vim-spell LICENSE="GPL-2" -KEYWORDS="~amd64 x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="" |