summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-dicts/ispell-da/ChangeLog6
-rw-r--r--app-dicts/ispell-da/ispell-da-1.4.48.ebuild4
-rw-r--r--app-dicts/ispell-da/ispell-da-1.4.54.ebuild4
-rw-r--r--app-dicts/ispell-da/ispell-da-1.6.0.ebuild4
-rw-r--r--app-dicts/ispell-da/ispell-da-1.6.18.ebuild4
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