diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-05-06 16:44:45 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-05-06 16:44:45 +0000 |
commit | 2239e779e594181bf32b2e704734eb1062056fbe (patch) | |
tree | 676d6e6a94b74b4cc78250e368cb2cdb89715ab0 /dev-perl/Gtk2-Ex-PrintDialog | |
parent | ia64/sparc stable wrt #400089 (diff) | |
download | historical-2239e779e594181bf32b2e704734eb1062056fbe.tar.gz historical-2239e779e594181bf32b2e704734eb1062056fbe.tar.bz2 historical-2239e779e594181bf32b2e704734eb1062056fbe.zip |
Drop ia64 keywords
Package-Manager: portage-2.1.10.53/cvs/Linux ia64
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.30.0.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 c0f535e8f946..73dd84d340ef 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog,v 1.18 2011/09/04 11:23:40 tove Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog,v 1.19 2012/05/06 16:43:02 armin76 Exp $ + + 06 May 2012; Raúl Porcel <armin76@gentoo.org> + Gtk2-Ex-PrintDialog-0.30.0.ebuild: + Drop ia64 keywords 04 Sep 2011; Torsten Veller <tove@gentoo.org> -Gtk2-Ex-PrintDialog-0.03.ebuild: diff --git a/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.30.0.ebuild b/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.30.0.ebuild index bc08e39be7e6..4c1d50e1e54a 100644 --- a/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.30.0.ebuild +++ b/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.30.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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.30.0.ebuild,v 1.2 2011/09/03 21:05:24 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.30.0.ebuild,v 1.3 2012/05/06 16:43:02 armin76 Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="a simple, pure Perl dialog for printing PostScript data in GTK+ applications" SLOT="0" -KEYWORDS="amd64 ia64 x86" +KEYWORDS="amd64 x86" IUSE="cups" RDEPEND="cups? ( dev-perl/Net-CUPS ) |