diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-06-21 18:05:10 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-06-21 18:05:10 +0000 |
commit | aa9f3be6ed8f125b153c0377c70bb0c92c894817 (patch) | |
tree | b569daa6220c81dc81cc7def8899559322f0acde /dev-perl | |
parent | Marking sparc stable; disabling tests since they require a display on :0, whi... (diff) | |
download | gentoo-2-aa9f3be6ed8f125b153c0377c70bb0c92c894817.tar.gz gentoo-2-aa9f3be6ed8f125b153c0377c70bb0c92c894817.tar.bz2 gentoo-2-aa9f3be6ed8f125b153c0377c70bb0c92c894817.zip |
Added missing dep - stops building at the start, so no bump (either it worked for you or not)
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/gnome2-print/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/gnome2-print/gnome2-print-1.000.ebuild | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-perl/gnome2-print/ChangeLog b/dev-perl/gnome2-print/ChangeLog index d755388265ed..12f0182f7da3 100644 --- a/dev-perl/gnome2-print/ChangeLog +++ b/dev-perl/gnome2-print/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/gnome2-print # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-print/ChangeLog,v 1.22 2007/04/09 15:17:35 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-print/ChangeLog,v 1.23 2007/06/21 18:05:10 mcummings Exp $ + + 21 Jun 2007; Michael Cummings <mcummings@gentoo.org> + gnome2-print-1.000.ebuild: + Added missing dep - stops building at the start, so no bump (either it + worked for you or not) 09 Apr 2007; Michael Cummings <mcummings@gentoo.org> gnome2-print-1.000.ebuild: diff --git a/dev-perl/gnome2-print/gnome2-print-1.000.ebuild b/dev-perl/gnome2-print/gnome2-print-1.000.ebuild index 1c9718fbc4b8..e02c54a743b0 100644 --- a/dev-perl/gnome2-print/gnome2-print-1.000.ebuild +++ b/dev-perl/gnome2-print/gnome2-print-1.000.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-print/gnome2-print-1.000.ebuild,v 1.2 2007/04/09 15:17:35 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-print/gnome2-print-1.000.ebuild,v 1.3 2007/06/21 18:05:10 mcummings Exp $ inherit perl-module @@ -20,5 +20,6 @@ DEPEND=">=x11-libs/gtk+-2 >=gnome-base/libgnome-2 dev-perl/gnome2-perl >=gnome-base/libgnomeprint-2 + gnome-base/libgnomeprintui >=dev-perl/gtk2-perl-${PV} dev-lang/perl" |