diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-06-14 01:48:45 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-06-14 01:48:45 +0000 |
commit | fdc40bd472dc2251e1e3b514ea804f25e154e61b (patch) | |
tree | 85967f7d1f66176ef70b08138512858daf516156 /net-dialup/ppp/ppp-2.4.5-r2.ebuild | |
parent | inherit user for enewgroup and enewuser (diff) | |
download | gentoo-2-fdc40bd472dc2251e1e3b514ea804f25e154e61b.tar.gz gentoo-2-fdc40bd472dc2251e1e3b514ea804f25e154e61b.tar.bz2 gentoo-2-fdc40bd472dc2251e1e3b514ea804f25e154e61b.zip |
inherit multilib for get_libdir
(Portage version: 2.2.0_alpha110_p32_p5090/cvs/Linux i686)
Diffstat (limited to 'net-dialup/ppp/ppp-2.4.5-r2.ebuild')
-rw-r--r-- | net-dialup/ppp/ppp-2.4.5-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dialup/ppp/ppp-2.4.5-r2.ebuild b/net-dialup/ppp/ppp-2.4.5-r2.ebuild index d04bc7e4d92d..ba1b3c15e30b 100644 --- a/net-dialup/ppp/ppp-2.4.5-r2.ebuild +++ b/net-dialup/ppp/ppp-2.4.5-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.5-r2.ebuild,v 1.2 2011/11/11 12:07:15 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.5-r2.ebuild,v 1.3 2012/06/14 01:48:45 zmedico Exp $ EAPI="2" -inherit eutils toolchain-funcs linux-info pam +inherit eutils multilib toolchain-funcs linux-info pam DESCRIPTION="Point-to-Point Protocol (PPP)" HOMEPAGE="http://www.samba.org/ppp" |