diff options
author | Torsten Veller <tove@gentoo.org> | 2008-05-07 09:15:40 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-05-07 09:15:40 +0000 |
commit | 98cf97648ec8f8fba05b53d1ec98d2a0749ba1c5 (patch) | |
tree | 724a0b7b3acca011830057d9d90765516ffa861a /dev-perl/GD-Barcode | |
parent | media-sound/esound: removing patches that are no longer used (diff) | |
download | gentoo-2-98cf97648ec8f8fba05b53d1ec98d2a0749ba1c5.tar.gz gentoo-2-98cf97648ec8f8fba05b53d1ec98d2a0749ba1c5.tar.bz2 gentoo-2-98cf97648ec8f8fba05b53d1ec98d2a0749ba1c5.zip |
Add dev-perl/GD to RDEPEND (#220061)
(Portage version: 2.1.5_rc7)
Diffstat (limited to 'dev-perl/GD-Barcode')
-rw-r--r-- | dev-perl/GD-Barcode/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/GD-Barcode/GD-Barcode-1.15.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/GD-Barcode/ChangeLog b/dev-perl/GD-Barcode/ChangeLog index c4bdbe0a4566..b340280d2fa6 100644 --- a/dev-perl/GD-Barcode/ChangeLog +++ b/dev-perl/GD-Barcode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/GD-Barcode # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-Barcode/ChangeLog,v 1.2 2008/01/17 14:31:43 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-Barcode/ChangeLog,v 1.3 2008/05/07 09:15:40 tove Exp $ + + 07 May 2008; Torsten Veller <tove@gentoo.org> GD-Barcode-1.15.ebuild: + Add dev-perl/GD to RDEPEND (#220061) 17 Jan 2008; Markus Meier <maekke@gentoo.org> GD-Barcode-1.15.ebuild: x86 stable, bug #206322 diff --git a/dev-perl/GD-Barcode/GD-Barcode-1.15.ebuild b/dev-perl/GD-Barcode/GD-Barcode-1.15.ebuild index 44b8ff2f13db..ca5bddc86d35 100644 --- a/dev-perl/GD-Barcode/GD-Barcode-1.15.ebuild +++ b/dev-perl/GD-Barcode/GD-Barcode-1.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-Barcode/GD-Barcode-1.15.ebuild,v 1.3 2008/01/17 14:31:43 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD-Barcode/GD-Barcode-1.15.ebuild,v 1.4 2008/05/07 09:15:40 tove Exp $ inherit perl-module @@ -15,4 +15,5 @@ IUSE="" SRC_TEST="do" DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + dev-perl/GD" |