diff options
author | Matt Turner <mattst88@gentoo.org> | 2012-03-17 23:22:48 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2012-03-17 23:22:48 +0000 |
commit | 6f90f2573ab6eb309d73d4801ff496d4c6ce7c4d (patch) | |
tree | ae62643172721a7832bc66ac4c58b89ceca00054 /app-dicts | |
parent | Drop ~mips from old versions. (diff) | |
download | gentoo-2-6f90f2573ab6eb309d73d4801ff496d4c6ce7c4d.tar.gz gentoo-2-6f90f2573ab6eb309d73d4801ff496d4c6ce7c4d.tar.bz2 gentoo-2-6f90f2573ab6eb309d73d4801ff496d4c6ce7c4d.zip |
Define RDEPEND correctly.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/ispell-da/ChangeLog | 6 | ||||
-rw-r--r-- | app-dicts/ispell-da/ispell-da-1.4.48.ebuild | 4 | ||||
-rw-r--r-- | app-dicts/ispell-da/ispell-da-1.4.54.ebuild | 4 | ||||
-rw-r--r-- | app-dicts/ispell-da/ispell-da-1.6.0.ebuild | 4 | ||||
-rw-r--r-- | app-dicts/ispell-da/ispell-da-1.6.18.ebuild | 4 |
5 files changed, 13 insertions, 9 deletions
diff --git a/app-dicts/ispell-da/ChangeLog b/app-dicts/ispell-da/ChangeLog index bd21f62f9556..977798857eab 100644 --- a/app-dicts/ispell-da/ChangeLog +++ b/app-dicts/ispell-da/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/ispell-da # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ChangeLog,v 1.73 2012/03/17 23:14:36 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ChangeLog,v 1.74 2012/03/17 23:22:48 mattst88 Exp $ + + 17 Mar 2012; Matt Turner <mattst88@gentoo.org> ispell-da-1.4.48.ebuild, + ispell-da-1.4.54.ebuild, ispell-da-1.6.0.ebuild, ispell-da-1.6.18.ebuild: + Define RDEPEND correctly. 17 Mar 2012; Matt Turner <mattst88@gentoo.org> ispell-da-1.4.48.ebuild, ispell-da-1.4.54.ebuild, ispell-da-1.6.0.ebuild, ispell-da-1.6.18.ebuild: diff --git a/app-dicts/ispell-da/ispell-da-1.4.48.ebuild b/app-dicts/ispell-da/ispell-da-1.4.48.ebuild index 0cbfa75e611a..771f7182e9cc 100644 --- a/app-dicts/ispell-da/ispell-da-1.4.48.ebuild +++ b/app-dicts/ispell-da/ispell-da-1.4.48.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ispell-da-1.4.48.ebuild,v 1.9 2012/03/17 23:14:36 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ispell-da-1.4.48.ebuild,v 1.10 2012/03/17 23:22:48 mattst88 Exp $ DESCRIPTION="A danish dictionary for ispell" HOMEPAGE="http://da.speling.org/" @@ -12,7 +12,7 @@ KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86" IUSE="" DEPEND="app-text/ispell" -RDEPEND="" +RDEPEND="${DEPEND}" src_compile() { emake || die diff --git a/app-dicts/ispell-da/ispell-da-1.4.54.ebuild b/app-dicts/ispell-da/ispell-da-1.4.54.ebuild index 74a74986d90a..fceed242bbed 100644 --- a/app-dicts/ispell-da/ispell-da-1.4.54.ebuild +++ b/app-dicts/ispell-da/ispell-da-1.4.54.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ispell-da-1.4.54.ebuild,v 1.3 2012/03/17 23:14:36 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ispell-da-1.4.54.ebuild,v 1.4 2012/03/17 23:22:48 mattst88 Exp $ DESCRIPTION="A danish dictionary for ispell" HOMEPAGE="http://da.speling.org/" @@ -12,7 +12,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86" IUSE="" DEPEND="app-text/ispell" -RDEPEND="" +RDEPEND="${DEPEND}" src_compile() { emake || die diff --git a/app-dicts/ispell-da/ispell-da-1.6.0.ebuild b/app-dicts/ispell-da/ispell-da-1.6.0.ebuild index e266bcd55eba..29c255c2bcc1 100644 --- a/app-dicts/ispell-da/ispell-da-1.6.0.ebuild +++ b/app-dicts/ispell-da/ispell-da-1.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ispell-da-1.6.0.ebuild,v 1.3 2012/03/17 23:14:36 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ispell-da-1.6.0.ebuild,v 1.4 2012/03/17 23:22:48 mattst88 Exp $ DESCRIPTION="A danish dictionary for ispell" HOMEPAGE="http://da.speling.org/" @@ -12,7 +12,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86" IUSE="" DEPEND="app-text/ispell" -RDEPEND="" +RDEPEND="${DEPEND}" src_compile() { emake || die diff --git a/app-dicts/ispell-da/ispell-da-1.6.18.ebuild b/app-dicts/ispell-da/ispell-da-1.6.18.ebuild index cfd6ffeefebe..d3e17861f86e 100644 --- a/app-dicts/ispell-da/ispell-da-1.6.18.ebuild +++ b/app-dicts/ispell-da/ispell-da-1.6.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ispell-da-1.6.18.ebuild,v 1.9 2012/03/17 23:14:36 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ispell-da-1.6.18.ebuild,v 1.10 2012/03/17 23:22:48 mattst88 Exp $ inherit multilib @@ -14,7 +14,7 @@ KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86" IUSE="" DEPEND="app-text/ispell" -RDEPEND="" +RDEPEND="${DEPEND}" src_compile() { emake || die |