diff options
author | Christian Hartmann <ian@gentoo.org> | 2006-07-03 20:34:59 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2006-07-03 20:34:59 +0000 |
commit | 04c0864dcfbfd27cf402efe4c122d871fb881c3e (patch) | |
tree | 055f8101541b3db1433ea39526bbf4744a2a7716 /dev-perl/Astro-SunTime | |
parent | blender update (diff) | |
download | historical-04c0864dcfbfd27cf402efe4c122d871fb881c3e.tar.gz historical-04c0864dcfbfd27cf402efe4c122d871fb881c3e.tar.bz2 historical-04c0864dcfbfd27cf402efe4c122d871fb881c3e.zip |
Fixed RDEPEND wrt bug #134781
Package-Manager: portage-2.1.1_pre2-r2
Diffstat (limited to 'dev-perl/Astro-SunTime')
-rw-r--r-- | dev-perl/Astro-SunTime/Astro-SunTime-0.01.ebuild | 3 | ||||
-rw-r--r-- | dev-perl/Astro-SunTime/ChangeLog | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-perl/Astro-SunTime/Astro-SunTime-0.01.ebuild b/dev-perl/Astro-SunTime/Astro-SunTime-0.01.ebuild index b767480514d2..31df5548ad5c 100644 --- a/dev-perl/Astro-SunTime/Astro-SunTime-0.01.ebuild +++ b/dev-perl/Astro-SunTime/Astro-SunTime-0.01.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Astro-SunTime/Astro-SunTime-0.01.ebuild,v 1.5 2006/06/08 21:04:23 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Astro-SunTime/Astro-SunTime-0.01.ebuild,v 1.6 2006/07/03 20:18:10 ian Exp $ inherit perl-module @@ -15,3 +15,4 @@ IUSE="" SRC_TEST="do" DEPEND="dev-perl/Time-modules" +RDEPEND="${DEPEND}"
\ No newline at end of file diff --git a/dev-perl/Astro-SunTime/ChangeLog b/dev-perl/Astro-SunTime/ChangeLog index 13f019d042fa..52c218af3576 100644 --- a/dev-perl/Astro-SunTime/ChangeLog +++ b/dev-perl/Astro-SunTime/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Astro-SunTime # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Astro-SunTime/ChangeLog,v 1.6 2006/06/08 21:04:23 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Astro-SunTime/ChangeLog,v 1.7 2006/07/03 20:18:10 ian Exp $ + + 03 Jul 2006; Christian Hartmann <ian@gentoo.org> + Astro-SunTime-0.01.ebuild: + Fixed RDEPEND wrt bug #134781 08 Jun 2006; Tobias Scherbaum <dertobi123@gentoo.org> Astro-SunTime-0.01.ebuild: |