diff options
author | Peter Volkov <pva@gentoo.org> | 2009-01-13 23:39:31 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-01-13 23:39:31 +0000 |
commit | 8df984a542e4283a9b42311e65004a6644d882c6 (patch) | |
tree | 1e440ec0325a7f4413c11bf55eb7cfe98fe38e74 /app-dicts/aspell-la | |
parent | x11-libs/gtksourceview: bump to 2.4.2 (bugfix, updates to .lang files, transl... (diff) | |
download | gentoo-2-8df984a542e4283a9b42311e65004a6644d882c6.tar.gz gentoo-2-8df984a542e4283a9b42311e65004a6644d882c6.tar.bz2 gentoo-2-8df984a542e4283a9b42311e65004a6644d882c6.zip |
Define IUSE, thank Tiago Cunha for report in bug #254425.
(Portage version: 2.2_rc20/cvs/Linux 2.6.26-openvz.git-89451f9 i686)
Diffstat (limited to 'app-dicts/aspell-la')
-rw-r--r-- | app-dicts/aspell-la/ChangeLog | 6 | ||||
-rw-r--r-- | app-dicts/aspell-la/aspell-la-6.0.20020503.0.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-dicts/aspell-la/ChangeLog b/app-dicts/aspell-la/ChangeLog index 305f8dc831fe..2ebc3b1430bc 100644 --- a/app-dicts/aspell-la/ChangeLog +++ b/app-dicts/aspell-la/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/aspell-la # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-la/ChangeLog,v 1.3 2009/01/13 16:37:25 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-la/ChangeLog,v 1.4 2009/01/13 23:39:31 pva Exp $ + + 13 Jan 2009; Peter Volkov <pva@gentoo.org> + aspell-la-6.0.20020503.0.ebuild: + Define IUSE, thank Tiago Cunha for report in bug #254425. 13 Jan 2009; Tiago Cunha <tcunha@gentoo.org> aspell-la-6.0.20020503.0.ebuild: diff --git a/app-dicts/aspell-la/aspell-la-6.0.20020503.0.ebuild b/app-dicts/aspell-la/aspell-la-6.0.20020503.0.ebuild index 496bf7a5a93c..c923ec3a70e8 100644 --- a/app-dicts/aspell-la/aspell-la-6.0.20020503.0.ebuild +++ b/app-dicts/aspell-la/aspell-la-6.0.20020503.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-la/aspell-la-6.0.20020503.0.ebuild,v 1.3 2009/01/13 16:37:25 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-la/aspell-la-6.0.20020503.0.ebuild,v 1.4 2009/01/13 23:39:31 pva Exp $ ASPELL_LANG="Latin" ASPOSTFIX="6" @@ -13,5 +13,6 @@ KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" FILENAME="aspell6-la-20020503-0" SRC_URI="mirror://gnu/aspell/dict/la/${FILENAME}.tar.bz2" +IUSE="" S=${WORKDIR}/${FILENAME} |