summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-27 02:05:11 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-27 02:05:11 +0000
commitd5581e5a063451f68caccb39d5603787d54ed9d1 (patch)
treec6547a6f15a8784820b567dcbe96c71c7c0f1728 /net-dialup/linux-atm
parentuse generic src_compile; error check (diff)
downloadhistorical-d5581e5a063451f68caccb39d5603787d54ed9d1.tar.gz
historical-d5581e5a063451f68caccb39d5603787d54ed9d1.tar.bz2
historical-d5581e5a063451f68caccb39d5603787d54ed9d1.zip
add KEYWORDS to help iproute2
Diffstat (limited to 'net-dialup/linux-atm')
-rw-r--r--net-dialup/linux-atm/linux-atm-2.4.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dialup/linux-atm/linux-atm-2.4.1.ebuild b/net-dialup/linux-atm/linux-atm-2.4.1.ebuild
index 22723eb09a51..7fe576418efb 100644
--- a/net-dialup/linux-atm/linux-atm-2.4.1.ebuild
+++ b/net-dialup/linux-atm/linux-atm-2.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/linux-atm/linux-atm-2.4.1.ebuild,v 1.4 2004/04/25 16:05:42 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/linux-atm/linux-atm-2.4.1.ebuild,v 1.5 2004/04/27 02:05:11 vapier Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 hppa ~ppc"
+KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips hppa ~amd64 ia64"
IUSE=""
DEPEND="virtual/glibc"
@@ -27,7 +27,7 @@ src_compile() {
emake || die
}
-src_install () {
+src_install() {
make \
DESTDIR=${D} \
man_prefix=/usr/share/man \