diff options
author | Hans de Graaff <graaff@gentoo.org> | 2006-11-12 18:36:01 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2006-11-12 18:36:01 +0000 |
commit | bbe93a9cb210be9f6ffd6b99a382cc2c654f6f4a (patch) | |
tree | a39175a500adc37c7723b88deae926fdff3c4937 /app-xemacs | |
parent | Add ~ppc64 keyword due to new gnus dependency (diff) | |
download | gentoo-2-bbe93a9cb210be9f6ffd6b99a382cc2c654f6f4a.tar.gz gentoo-2-bbe93a9cb210be9f6ffd6b99a382cc2c654f6f4a.tar.bz2 gentoo-2-bbe93a9cb210be9f6ffd6b99a382cc2c654f6f4a.zip |
Add ~ppc64 keyword due to new gnus dependency
(Portage version: 2.1.1-r1)
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/ps-print/ps-print-1.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-xemacs/ps-print/ps-print-1.11.ebuild b/app-xemacs/ps-print/ps-print-1.11.ebuild index 9341c1b7df37..be97846b20e1 100644 --- a/app-xemacs/ps-print/ps-print-1.11.ebuild +++ b/app-xemacs/ps-print/ps-print-1.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/ps-print/ps-print-1.11.ebuild,v 1.1 2006/11/12 11:58:31 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/ps-print/ps-print-1.11.ebuild,v 1.2 2006/11/12 18:36:01 graaff Exp $ SLOT="0" IUSE="" @@ -9,7 +9,7 @@ PKG_CAT="standard" RDEPEND="app-xemacs/text-modes " -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" inherit xemacs-packages |