diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-06-17 05:25:54 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-06-17 05:25:54 +0000 |
commit | 14ae469134af5fdebbc69af19feb3a4c8acaa508 (patch) | |
tree | 61f10ff7b6a2dfbd3912ae96b8ed6e47c89ce42c /app-dicts/aspell-be | |
parent | fix RESTRICT (diff) | |
download | gentoo-2-14ae469134af5fdebbc69af19feb3a4c8acaa508.tar.gz gentoo-2-14ae469134af5fdebbc69af19feb3a4c8acaa508.tar.bz2 gentoo-2-14ae469134af5fdebbc69af19feb3a4c8acaa508.zip |
aspell-dict needs to be last on inherit line for proper DESCRIPTION
(Portage version: 2.1.1_pre1)
Diffstat (limited to 'app-dicts/aspell-be')
-rw-r--r-- | app-dicts/aspell-be/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/aspell-be/aspell-be-0.01.ebuild | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-dicts/aspell-be/ChangeLog b/app-dicts/aspell-be/ChangeLog index b5f7ed9f8984..b670c9e01530 100644 --- a/app-dicts/aspell-be/ChangeLog +++ b/app-dicts/aspell-be/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/aspell-be -# Copyright 2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-be/ChangeLog,v 1.1 2006/05/14 14:01:28 arj Exp $ +# Copyright 2006-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-be/ChangeLog,v 1.2 2006/06/17 05:25:54 mr_bones_ Exp $ + + 17 Jun 2006; Michael Sterrett <mr_bones_@gentoo.org> + aspell-be-0.01.ebuild: + aspell-dict needs to be last on inherit line for proper DESCRIPTION *aspell-be-0.01 (12 May 2006) diff --git a/app-dicts/aspell-be/aspell-be-0.01.ebuild b/app-dicts/aspell-be/aspell-be-0.01.ebuild index e3d9e92c884d..a3d06c034105 100644 --- a/app-dicts/aspell-be/aspell-be-0.01.ebuild +++ b/app-dicts/aspell-be/aspell-be-0.01.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-be/aspell-be-0.01.ebuild,v 1.1 2006/05/14 14:01:28 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-be/aspell-be-0.01.ebuild,v 1.2 2006/06/17 05:25:54 mr_bones_ Exp $ ASPELL_LANG="Belarusian" -inherit aspell-dict eutils +inherit eutils aspell-dict HOMEPAGE="http://www.aspell.net" SRC_URI="ftp://ftp.gnu.org/gnu/aspell/dict/be/aspell5-be-${PV}.tar.bz2" |