diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-04-27 20:03:54 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-04-27 20:03:54 +0000 |
commit | 77a65d5d20915d10beaa9628da0eac8278ed3827 (patch) | |
tree | aa001b006e49150405ef720fe066f04cc91e0eee /net-fs | |
parent | Added ~ppc64 to KEYWORDS (diff) | |
download | gentoo-2-77a65d5d20915d10beaa9628da0eac8278ed3827.tar.gz gentoo-2-77a65d5d20915d10beaa9628da0eac8278ed3827.tar.bz2 gentoo-2-77a65d5d20915d10beaa9628da0eac8278ed3827.zip |
restore the make proto thing
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-3.0.14a-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-fs/samba/samba-3.0.14a-r1.ebuild b/net-fs/samba/samba-3.0.14a-r1.ebuild index 84b49d9cd994..4c65fa62bf92 100644 --- a/net-fs/samba/samba-3.0.14a-r1.ebuild +++ b/net-fs/samba/samba-3.0.14a-r1.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.14a-r1.ebuild,v 1.3 2005/04/27 19:53:55 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.14a-r1.ebuild,v 1.4 2005/04/27 20:03:54 seemant Exp $ inherit eutils versionator @@ -112,6 +112,7 @@ src_compile() { $(use_with quotas) $(use_with quotas sys-quotas) \ ${myconf} || die + emake proto || die "SAMBA make proto error" emake everything || die "SAMBA make everything error" einfo "make rpctorture" |