diff options
author | Ned Ludd <solar@gentoo.org> | 2004-03-26 00:49:21 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2004-03-26 00:49:21 +0000 |
commit | 4487f3da0600dd83bcb2a83c8b0811965c4d90d9 (patch) | |
tree | da743b82634fabad48e84b30e7c39381ba07e79a /net-ftp | |
parent | Bump. Fixes to --make-koutput, and added -v/--version flag. (Manifest recommit) (diff) | |
download | gentoo-2-4487f3da0600dd83bcb2a83c8b0811965c4d90d9.tar.gz gentoo-2-4487f3da0600dd83bcb2a83c8b0811965c4d90d9.tar.bz2 gentoo-2-4487f3da0600dd83bcb2a83c8b0811965c4d90d9.zip |
remove stable ppc64 arch keyword
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/oftpd/oftpd-0.3.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-ftp/oftpd/oftpd-0.3.7.ebuild b/net-ftp/oftpd/oftpd-0.3.7.ebuild index b0f451318a08..06d7d5e61279 100644 --- a/net-ftp/oftpd/oftpd-0.3.7.ebuild +++ b/net-ftp/oftpd/oftpd-0.3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/oftpd-0.3.7.ebuild,v 1.1 2004/03/26 00:43:59 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/oftpd-0.3.7.ebuild,v 1.2 2004/03/26 00:49:21 solar Exp $ S=${WORKDIR}/${P} DESCRIPTION="Secure, small, anonymous only ftpd" @@ -11,7 +11,7 @@ DEPEND="virtual/glibc" SLOT="0" LICENSE="as-is" -KEYWORDS="~x86 ~sparc ~ppc ppc64" +KEYWORDS="~x86 ~sparc ~ppc ~ppc64" src_compile() { # local myconf |