diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2002-08-14 10:49:15 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2002-08-14 10:49:15 +0000 |
commit | b5dba111ca21ab3b5f2bfb6616442feb9c69e109 (patch) | |
tree | b3c69e9343f8e79ee78f77a96f627c22b8df05fc /net-fs | |
parent | Added ppc keyword (diff) | |
download | historical-b5dba111ca21ab3b5f2bfb6616442feb9c69e109.tar.gz historical-b5dba111ca21ab3b5f2bfb6616442feb9c69e109.tar.bz2 historical-b5dba111ca21ab3b5f2bfb6616442feb9c69e109.zip |
Added ppc keyword
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/ChangeLog | 5 | ||||
-rw-r--r-- | net-fs/samba/samba-2.2.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-fs/samba/ChangeLog b/net-fs/samba/ChangeLog index 2e820ac88a25..f26b1ecde2e9 100644 --- a/net-fs/samba/ChangeLog +++ b/net-fs/samba/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for net-fs/samba # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.10 2002/06/23 20:56:52 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.11 2002/08/14 10:49:15 pvdabeel Exp $ *samba-2.2.5 (23 Jun 2002) + 14 Aug 2002; Pieter Van den Abeele <pvdabeel@gentoo.org> : + Added ppc keyword + 23 Jun 2002; Donny Davies <woodchip@gentoo.org> : Update to latest; samba-2.2.5. Please see the samba WHATSNEW.txt file diff --git a/net-fs/samba/samba-2.2.5.ebuild b/net-fs/samba/samba-2.2.5.ebuild index 918fed8b34da..98baaca17aad 100644 --- a/net-fs/samba/samba-2.2.5.ebuild +++ b/net-fs/samba/samba-2.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-2.2.5.ebuild,v 1.2 2002/07/17 09:52:23 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-2.2.5.ebuild,v 1.3 2002/08/14 10:49:15 pvdabeel Exp $ DESCRIPTION="SAMBA is a suite of SMB and CIFS client/server programs for UNIX" HOMEPAGE="http://www.samba.org" @@ -21,7 +21,7 @@ DEPEND="${RDEPEND} SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ppc" src_unpack() { unpack ${A} ; cd ${S} |