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 | a35f291c8466800ff733788c44e5fb36d398e9e1 (patch) | |
tree | e1ac4bd18a05e37c14b1b2c3d92fb4e7da68f8ca /net-ftp/oftpd | |
parent | Bump. Fixes to --make-koutput, and added -v/--version flag. (diff) | |
download | historical-a35f291c8466800ff733788c44e5fb36d398e9e1.tar.gz historical-a35f291c8466800ff733788c44e5fb36d398e9e1.tar.bz2 historical-a35f291c8466800ff733788c44e5fb36d398e9e1.zip |
remove stable ppc64 arch keyword
Diffstat (limited to 'net-ftp/oftpd')
-rw-r--r-- | net-ftp/oftpd/Manifest | 2 | ||||
-rw-r--r-- | net-ftp/oftpd/oftpd-0.3.7.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-ftp/oftpd/Manifest b/net-ftp/oftpd/Manifest index 15ecb7b07fb3..2719f2dc09f2 100644 --- a/net-ftp/oftpd/Manifest +++ b/net-ftp/oftpd/Manifest @@ -1,5 +1,5 @@ MD5 b9d5cdb6db7eb365ccd97c67caaeea56 ChangeLog 1018 -MD5 dc651592836c9f39e1eda1c409f5cc56 oftpd-0.3.7.ebuild 923 +MD5 a5342dd37b984ea023c6aaf317603910 oftpd-0.3.7.ebuild 924 MD5 42342dabdc03adefecd556c8f435ce47 oftpd-0.3.6-r7.ebuild 924 MD5 56b946d01010a7a4f6eab6dfb5f1313a files/digest-oftpd-0.3.6-r7 62 MD5 8cd4eb1845d221bd2181adc8466596ab files/oftpd.rc6 673 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 |