diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-10-22 15:54:14 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-10-22 15:54:14 +0000 |
commit | 399063b2825e24845c591811782f512e3761a083 (patch) | |
tree | 29e8888713cf190471c6b386b1bd3efb83fcb6ee | |
parent | added fix for graphtft-fe makefile (diff) | |
download | gentoo-2-399063b2825e24845c591811782f512e3761a083.tar.gz gentoo-2-399063b2825e24845c591811782f512e3761a083.tar.bz2 gentoo-2-399063b2825e24845c591811782f512e3761a083.zip |
aspell-dict goes last on the inherit line
(Portage version: 2.1.6.13/cvs/Linux i686)
-rw-r--r-- | app-dicts/aspell-de-alt/aspell-de-alt-2.1.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-dicts/aspell-de-alt/aspell-de-alt-2.1.1-r1.ebuild b/app-dicts/aspell-de-alt/aspell-de-alt-2.1.1-r1.ebuild index 0e253b27c64a..d72796b8a19c 100644 --- a/app-dicts/aspell-de-alt/aspell-de-alt-2.1.1-r1.ebuild +++ b/app-dicts/aspell-de-alt/aspell-de-alt-2.1.1-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-de-alt/aspell-de-alt-2.1.1-r1.ebuild,v 1.1 2009/10/22 12:19:44 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-de-alt/aspell-de-alt-2.1.1-r1.ebuild,v 1.2 2009/10/22 15:54:14 mr_bones_ Exp $ ASPELL_LANG="German (traditional orthography)" ASPOSTFIX="6" -inherit aspell-dict eutils +inherit eutils aspell-dict LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" |