diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-01-08 14:49:20 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-01-08 14:49:20 +0000 |
commit | 79b964312e423557ce570c79fc57e601537bd763 (patch) | |
tree | d1c04bf32b7d9487f3ee3d993fb1d7c30b26496d /dev-perl/Gtk2-Ex-PrintDialog | |
parent | Version bumped. Removed old version wrt security bug 116908. (diff) | |
download | gentoo-2-79b964312e423557ce570c79fc57e601537bd763.tar.gz gentoo-2-79b964312e423557ce570c79fc57e601537bd763.tar.bz2 gentoo-2-79b964312e423557ce570c79fc57e601537bd763.zip |
Bug 117886, updating version of locale-gettext dep
(Portage version: 2.1_pre1)
Diffstat (limited to 'dev-perl/Gtk2-Ex-PrintDialog')
-rw-r--r-- | dev-perl/Gtk2-Ex-PrintDialog/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.02.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog b/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog index 7d75a943683c..a23291bc0f3e 100644 --- a/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog +++ b/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Gtk2-Ex-PrintDialog -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog,v 1.2 2005/12/13 10:14:13 mcummings Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog,v 1.3 2006/01/08 14:49:20 mcummings Exp $ + + 08 Jan 2006; Michael Cummings <mcummings@gentoo.org> + Gtk2-Ex-PrintDialog-0.02.ebuild: + Bug 117886, updating version of locale-gettext dep 13 Dec 2005; <mcumming@gentoo.org> Gtk2-Ex-PrintDialog-0.02.ebuild: Forgot the iuse for cups diff --git a/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.02.ebuild b/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.02.ebuild index a18b79ff48a5..cd036147f40b 100644 --- a/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.02.ebuild +++ b/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.02.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.02.ebuild,v 1.2 2005/12/13 10:14:13 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.02.ebuild,v 1.3 2006/01/08 14:49:20 mcummings Exp $ inherit perl-module @@ -17,5 +17,5 @@ SRC_TEST="do" DEPEND="" RDEPEND="cups? ( dev-perl/Net-CUPS ) dev-perl/gtk2-perl - dev-perl/Locale-gettext" + >=dev-perl/Locale-gettext-1.04" |