diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-01-14 21:07:51 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-01-14 21:07:51 +0000 |
commit | f68f6dac74e16a6504924d5d410fea3e478db662 (patch) | |
tree | b48a0465362a000703588e34dcfe9d284af09e9e /net-fs | |
parent | Version bump; marked 0.6.4b stable on x86; cleaned out older versions. (diff) | |
download | gentoo-2-f68f6dac74e16a6504924d5d410fea3e478db662.tar.gz gentoo-2-f68f6dac74e16a6504924d5d410fea3e478db662.tar.bz2 gentoo-2-f68f6dac74e16a6504924d5d410fea3e478db662.zip |
Stable on ppc64
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/ChangeLog | 5 | ||||
-rw-r--r-- | net-fs/samba/samba-3.0.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-fs/samba/ChangeLog b/net-fs/samba/ChangeLog index 4f8738896527..aefd25d30d2f 100644 --- a/net-fs/samba/ChangeLog +++ b/net-fs/samba/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-fs/samba # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.141 2005/01/09 11:24:33 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.142 2005/01/14 21:07:51 corsair Exp $ + + 14 Jan 2005; Markus Rothe <corsair@gentoo.org> samba-3.0.10.ebuild: + Stable on ppc64; bug #77734 09 Jan 2005; Sven Wegener <swegener@gentoo.org> samba-3.0.10.ebuild, samba-3.0.6-r3.ebuild, samba-3.0.6-r4.ebuild, samba-3.0.7-r1.ebuild, diff --git a/net-fs/samba/samba-3.0.10.ebuild b/net-fs/samba/samba-3.0.10.ebuild index 2378caee12ba..db51b3f25326 100644 --- a/net-fs/samba/samba-3.0.10.ebuild +++ b/net-fs/samba/samba-3.0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.10.ebuild,v 1.3 2005/01/10 19:58:27 mglauche Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.10.ebuild,v 1.4 2005/01/14 21:07:51 corsair Exp $ inherit eutils flag-o-matic #--------------------------------------------------------------------------- @@ -47,7 +47,7 @@ RDEPEND="ldap? ( dev-perl/perl-ldap ) ${_COMMON_DEPS} #--------------------------------------------------------------------------- LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc ~x86" #=========================================================================== pkg_setup() { ewarn "2004-11: new ebuild flags:" |