diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2008-12-19 23:25:57 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2008-12-19 23:25:57 +0000 |
commit | d0f94422f96c82084acf53214ac06b653ac08d5d (patch) | |
tree | 6de5c2fd839f2d60b67f3659d2dafff1191e3cfb /net-mail/qprint | |
parent | Unmask sys-fs/udev-135-r2 and sys-apps/openrc-0.4.0 (diff) | |
download | gentoo-2-d0f94422f96c82084acf53214ac06b653ac08d5d.tar.gz gentoo-2-d0f94422f96c82084acf53214ac06b653ac08d5d.tar.bz2 gentoo-2-d0f94422f96c82084acf53214ac06b653ac08d5d.zip |
keyword ~amd64
(Portage version: 2.2_rc17/cvs/Linux 2.6.28-rc6 x86_64)
Diffstat (limited to 'net-mail/qprint')
-rw-r--r-- | net-mail/qprint/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/qprint/qprint-1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-mail/qprint/ChangeLog b/net-mail/qprint/ChangeLog index 25e9ef46c563..6b111b13177f 100644 --- a/net-mail/qprint/ChangeLog +++ b/net-mail/qprint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/qprint -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qprint/ChangeLog,v 1.3 2007/02/08 13:37:16 flameeyes Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/qprint/ChangeLog,v 1.4 2008/12/19 23:25:57 loki_val Exp $ + + 19 Dec 2008; Peter Alfredsen <loki_val@gentoo.org> qprint-1.0.ebuild: + keyword ~amd64 08 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/net-mail/qprint/qprint-1.0.ebuild b/net-mail/qprint/qprint-1.0.ebuild index 1bb3c7946f99..026a121a13fe 100644 --- a/net-mail/qprint/qprint-1.0.ebuild +++ b/net-mail/qprint/qprint-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qprint/qprint-1.0.ebuild,v 1.2 2005/05/15 09:49:36 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qprint/qprint-1.0.ebuild,v 1.3 2008/12/19 23:25:57 loki_val Exp $ DESCRIPTION="MIME quoted-printable data encoding and decoding utility" HOMEPAGE="http://www.fourmilab.ch/webtools/qprint/" @@ -8,7 +8,7 @@ SRC_URI="http://www.fourmilab.ch/webtools/${PN}/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~amd64" IUSE="" DEPEND="virtual/libc" |