diff options
author | Christian Andreetta <satya@gentoo.org> | 2005-10-19 10:58:56 +0000 |
---|---|---|
committer | Christian Andreetta <satya@gentoo.org> | 2005-10-19 10:58:56 +0000 |
commit | a894ee79079c0fa21afe39145e3f3680eab9194c (patch) | |
tree | 844545a8462c05644dfb25c288f3802defb7d4eb /net-fs/samba/samba-3.0.20b.ebuild | |
parent | Correct handling of mysql and postgres dependencies. (diff) | |
download | historical-a894ee79079c0fa21afe39145e3f3680eab9194c.tar.gz historical-a894ee79079c0fa21afe39145e3f3680eab9194c.tar.bz2 historical-a894ee79079c0fa21afe39145e3f3680eab9194c.zip |
patchset PORTAGE_TMPDIR fix: version bump to force mirror deployment (bug #109297)
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'net-fs/samba/samba-3.0.20b.ebuild')
-rw-r--r-- | net-fs/samba/samba-3.0.20b.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/samba/samba-3.0.20b.ebuild b/net-fs/samba/samba-3.0.20b.ebuild index a507f6472805..58929830acab 100644 --- a/net-fs/samba/samba-3.0.20b.ebuild +++ b/net-fs/samba/samba-3.0.20b.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.20b.ebuild,v 1.1 2005/10/14 13:34:00 satya Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.20b.ebuild,v 1.2 2005/10/19 10:58:56 satya Exp $ inherit eutils versionator @@ -10,7 +10,7 @@ IUSE="acl async automount cups doc kerberos ldap ldapsam libclamav mysql oav RESTRICT="test" VSCAN_VER=0.3.6 -PATCH_VER=0.3.9 +PATCH_VER=0.3.10 MY_P=${PN}-${PV/_/} MY_PP=${PN}-$(get_major_version)-gentoo-${PATCH_VER} S2=${WORKDIR}/${MY_P} |