diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2007-08-17 18:29:25 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2007-08-17 18:29:25 +0000 |
commit | bc7fee11a8db184bd59496d0d18d05b9de2bbd5d (patch) | |
tree | a518a930c17297dab86e121c8274cc3e76fc94cf /app-dicts/aspell-pt-br | |
parent | Improve cron script, thanks to steveb <steeeeeveee at gmx dot net> (#189033). (diff) | |
download | gentoo-2-bc7fee11a8db184bd59496d0d18d05b9de2bbd5d.tar.gz gentoo-2-bc7fee11a8db184bd59496d0d18d05b9de2bbd5d.tar.bz2 gentoo-2-bc7fee11a8db184bd59496d0d18d05b9de2bbd5d.zip |
Add ~sparc keyword --- Bug #189262 --- request from philantrop.
(Portage version: 2.1.3.6)
Diffstat (limited to 'app-dicts/aspell-pt-br')
-rw-r--r-- | app-dicts/aspell-pt-br/ChangeLog | 6 | ||||
-rw-r--r-- | app-dicts/aspell-pt-br/aspell-pt-br-6.0.20070411.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-dicts/aspell-pt-br/ChangeLog b/app-dicts/aspell-pt-br/ChangeLog index 3e1f72ee4df4..b2c999684240 100644 --- a/app-dicts/aspell-pt-br/ChangeLog +++ b/app-dicts/aspell-pt-br/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/aspell-pt-br # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pt-br/ChangeLog,v 1.1 2007/08/17 17:12:29 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pt-br/ChangeLog,v 1.2 2007/08/17 18:29:25 fmccor Exp $ + + 17 Aug 2007; Ferris McCormick <fmccor@gentoo.org> + aspell-pt-br-6.0.20070411.ebuild: + Add ~sparc keyword --- Bug #189262 --- request from philantrop. *aspell-pt-br-6.0.20070411 (17 Aug 2007) diff --git a/app-dicts/aspell-pt-br/aspell-pt-br-6.0.20070411.ebuild b/app-dicts/aspell-pt-br/aspell-pt-br-6.0.20070411.ebuild index 7e8114276ea2..0cd9dfbce665 100644 --- a/app-dicts/aspell-pt-br/aspell-pt-br-6.0.20070411.ebuild +++ b/app-dicts/aspell-pt-br/aspell-pt-br-6.0.20070411.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pt-br/aspell-pt-br-6.0.20070411.ebuild,v 1.1 2007/08/17 17:12:29 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pt-br/aspell-pt-br-6.0.20070411.ebuild,v 1.2 2007/08/17 18:29:25 fmccor Exp $ ASPELL_LANG="Brazilian Portuguese" ASPOSTFIX="6" @@ -8,7 +8,7 @@ ASPOSTFIX="6" inherit aspell-dict LICENSE="LGPL-2" -KEYWORDS="~alpha ~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~sparc ~x86" FILENAME="aspell6-pt_BR-20070411-0" SRC_URI="mirror://gnu/aspell/dict/pt_BR/${FILENAME}.tar.bz2" |