diff options
author | 2002-10-23 21:28:01 +0000 | |
---|---|---|
committer | 2002-10-23 21:28:01 +0000 | |
commit | 812cce5d7d39fbc9197caca667b041c4067c6719 (patch) | |
tree | 5d538b6f8948ff2f5a577434e2e9b5648c92688f /net-dialup/pptpclient/pptpclient-1.1.0.ebuild | |
parent | trivial documentation change (diff) | |
download | historical-812cce5d7d39fbc9197caca667b041c4067c6719.tar.gz historical-812cce5d7d39fbc9197caca667b041c4067c6719.tar.bz2 historical-812cce5d7d39fbc9197caca667b041c4067c6719.zip |
Added ppc to KEYWORDS.
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 235369ceeff0..d001e0efecfd 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-2002 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.4 2002/10/04 21:09:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/pptpclient-1.1.0.ebuild,v 1.5 2002/10/23 21:28:01 cselkirk Exp $ S=${WORKDIR}/pptp-linux-${PV}-1 @@ -12,7 +12,7 @@ DEPEND="net-dialup/ppp" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ppc" src_compile() { cd ${S} |