diff options
-rw-r--r-- | app-dicts/ispell-bg/ChangeLog | 5 | ||||
-rw-r--r-- | app-dicts/ispell-bg/ispell-bg-4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-dicts/ispell-bg/ChangeLog b/app-dicts/ispell-bg/ChangeLog index 4dcb63fad79d..9450ebafcc7e 100644 --- a/app-dicts/ispell-bg/ChangeLog +++ b/app-dicts/ispell-bg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/ispell-bg # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-bg/ChangeLog,v 1.7 2008/11/01 11:49:57 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-bg/ChangeLog,v 1.8 2008/11/03 18:25:52 pva Exp $ + + 03 Nov 2008; Peter Volkov <pva@gentoo.org> ispell-bg-4.1.ebuild: + Added ~mips, bug #245139. 01 Nov 2008; Peter Volkov <pva@gentoo.org> ispell-bg-4.1.ebuild: Fixed multilib. diff --git a/app-dicts/ispell-bg/ispell-bg-4.1.ebuild b/app-dicts/ispell-bg/ispell-bg-4.1.ebuild index a19302233faa..f675432eb73b 100644 --- a/app-dicts/ispell-bg/ispell-bg-4.1.ebuild +++ b/app-dicts/ispell-bg/ispell-bg-4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-bg/ispell-bg-4.1.ebuild,v 1.2 2008/11/01 11:49:57 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-bg/ispell-bg-4.1.ebuild,v 1.3 2008/11/03 18:25:52 pva Exp $ inherit multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/bgoffice/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" IUSE="" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~mips ~ppc ~x86" DEPEND="app-text/ispell" |