diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-22 07:29:42 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-22 07:29:42 +0000 |
commit | d113acc2ebd79859c49955a9685391859cd7f5d5 (patch) | |
tree | 956719ca3c5634f348c1a68408956170382fe805 /app-text/psiconv | |
parent | Added support for two use flags, jikes and doc. (diff) | |
download | historical-d113acc2ebd79859c49955a9685391859cd7f5d5.tar.gz historical-d113acc2ebd79859c49955a9685391859cd7f5d5.tar.bz2 historical-d113acc2ebd79859c49955a9685391859cd7f5d5.zip |
header fix; arm needs deps first
Diffstat (limited to 'app-text/psiconv')
-rw-r--r-- | app-text/psiconv/psiconv-0.8.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/psiconv/psiconv-0.8.3.ebuild b/app-text/psiconv/psiconv-0.8.3.ebuild index 1a4240141bc3..b4e788563135 100644 --- a/app-text/psiconv/psiconv-0.8.3.ebuild +++ b/app-text/psiconv/psiconv-0.8.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/psiconv/psiconv-0.8.3.ebuild,v 1.2 2003/09/15 00:19:44 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/psiconv/psiconv-0.8.3.ebuild,v 1.3 2004/02/22 07:26:09 mr_bones_ Exp $ IUSE="doc" @@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa" DEPEND="virtual/glibc" |