diff options
author | Tom Gall <tgall@gentoo.org> | 2004-07-22 22:08:24 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-07-22 22:08:24 +0000 |
commit | 5293d2378051756c05f158c820aad74be103c336 (patch) | |
tree | 708372cee4491e25172ee5a1095ac1e7c710c0e7 /net-fs/ncpfs | |
parent | version bump, now with bubble gum flavor and support for more arches (Manifes... (diff) | |
download | gentoo-2-5293d2378051756c05f158c820aad74be103c336.tar.gz gentoo-2-5293d2378051756c05f158c820aad74be103c336.tar.bz2 gentoo-2-5293d2378051756c05f158c820aad74be103c336.zip |
stable on ppc64 #57586
Diffstat (limited to 'net-fs/ncpfs')
-rw-r--r-- | net-fs/ncpfs/ChangeLog | 5 | ||||
-rw-r--r-- | net-fs/ncpfs/ncpfs-2.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-fs/ncpfs/ChangeLog b/net-fs/ncpfs/ChangeLog index 6aa23aeb97a1..5848c617d487 100644 --- a/net-fs/ncpfs/ChangeLog +++ b/net-fs/ncpfs/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for net-fs/ncpfs # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 # Author Heiko Helmle <helman@gmx.net> -# $Header: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ChangeLog,v 1.10 2004/06/24 22:43:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ChangeLog,v 1.11 2004/07/22 22:08:24 tgall Exp $ + + 22 Jul 2004; Tom Gall <tgall@gentoo.org> ncpfs-2.2.3.ebuild: + stable on ppc64, bug #57586 09 May 2004; <SeJo@gentoo.org> ncpfs-2.2.3.ebuild: added ~ppc keyword diff --git a/net-fs/ncpfs/ncpfs-2.2.3.ebuild b/net-fs/ncpfs/ncpfs-2.2.3.ebuild index fb2503b70409..e692160f5393 100644 --- a/net-fs/ncpfs/ncpfs-2.2.3.ebuild +++ b/net-fs/ncpfs/ncpfs-2.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ncpfs-2.2.3.ebuild,v 1.7 2004/07/14 23:52:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ncpfs-2.2.3.ebuild,v 1.8 2004/07/22 22:08:24 tgall Exp $ inherit eutils @@ -12,7 +12,7 @@ HOMEPAGE="ftp://platan.vc.cvut.cz/pub/linux/ncpfs/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="~x86 ~amd64 ~ppc ppc64" DEPEND="nls? ( sys-devel/gettext ) pam? ( sys-libs/pam )" |