diff options
author | Jason Wever <weeve@gentoo.org> | 2004-11-21 20:58:01 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-11-21 20:58:01 +0000 |
commit | 429ca47de6340c36b12cf81ad9691417b5c62663 (patch) | |
tree | 304a281b31bea2c03bd3de61c9e76ebd8dfc13c8 /net-fs/samba | |
parent | Version bump, closes bug #71131. (Manifest recommit) (diff) | |
download | gentoo-2-429ca47de6340c36b12cf81ad9691417b5c62663.tar.gz gentoo-2-429ca47de6340c36b12cf81ad9691417b5c62663.tar.bz2 gentoo-2-429ca47de6340c36b12cf81ad9691417b5c62663.zip |
Added ~sparc keyword as it was not carried over in the version bump.
Diffstat (limited to 'net-fs/samba')
-rw-r--r-- | net-fs/samba/ChangeLog | 5 | ||||
-rw-r--r-- | net-fs/samba/samba-3.0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-fs/samba/ChangeLog b/net-fs/samba/ChangeLog index 556ff06a55d1..d276d13b13e6 100644 --- a/net-fs/samba/ChangeLog +++ b/net-fs/samba/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-fs/samba # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.132 2004/11/20 15:11:07 satya Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.133 2004/11/21 20:58:01 weeve Exp $ + + 21 Nov 2004; Jason Wever <weeve@gentoo.org> samba-3.0.9.ebuild: + Added ~sparc keyword as it was not carried over in the version bump. *samba-3.0.9 (20 Nov 2004) diff --git a/net-fs/samba/samba-3.0.9.ebuild b/net-fs/samba/samba-3.0.9.ebuild index 3d224e7e8f64..6220d136fe6c 100644 --- a/net-fs/samba/samba-3.0.9.ebuild +++ b/net-fs/samba/samba-3.0.9.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/samba/samba-3.0.9.ebuild,v 1.1 2004/11/20 15:11:07 satya Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.9.ebuild,v 1.2 2004/11/21 20:58:01 weeve Exp $ inherit eutils flag-o-matic #--------------------------------------------------------------------------- @@ -47,7 +47,7 @@ RDEPEND="ldap? dev-perl/perl-ldap ${_COMMON_DEPS} #--------------------------------------------------------------------------- LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~sparc" #=========================================================================== pkg_setup() { ewarn "2004-11: new ebuild flags:" |