diff options
author | Olivier Crête <tester@gentoo.org> | 2003-07-18 21:04:05 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2003-07-18 21:04:05 +0000 |
commit | e4f712408feb51e1d0950556b9298aa1de66d4d1 (patch) | |
tree | 09de5c24793a7f2d3c07144091911fec0d87aa3e /net-dialup/pptpclient/pptpclient-1.1.0.ebuild | |
parent | Add amd64 keyword (diff) | |
download | gentoo-2-e4f712408feb51e1d0950556b9298aa1de66d4d1.tar.gz gentoo-2-e4f712408feb51e1d0950556b9298aa1de66d4d1.tar.bz2 gentoo-2-e4f712408feb51e1d0950556b9298aa1de66d4d1.zip |
Adding amd64 stuff
Diffstat (limited to 'net-dialup/pptpclient/pptpclient-1.1.0.ebuild')
-rw-r--r-- | net-dialup/pptpclient/pptpclient-1.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/pptpclient/pptpclient-1.1.0.ebuild b/net-dialup/pptpclient/pptpclient-1.1.0.ebuild index 4f6eed329f47..2ba0c20f3436 100644 --- a/net-dialup/pptpclient/pptpclient-1.1.0.ebuild +++ b/net-dialup/pptpclient/pptpclient-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/pptpclient-1.1.0.ebuild,v 1.6 2003/02/13 13:55:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/pptpclient-1.1.0.ebuild,v 1.7 2003/07/18 21:03:47 tester Exp $ S=${WORKDIR}/pptp-linux-${PV}-1 @@ -12,7 +12,7 @@ DEPEND="net-dialup/ppp" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc amd64" src_compile() { cd ${S} |