diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-10-15 09:02:45 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-10-15 09:02:45 +0000 |
commit | 289f1a2523d0209814058c6c5de0c3dfd68802e6 (patch) | |
tree | b48452a6141ce0bfd30c9bb564481b8e35f9f37a /app-misc/lphdisk | |
parent | cleaned up and KEYWORDED 1.2.6 for testing (diff) | |
download | gentoo-2-289f1a2523d0209814058c6c5de0c3dfd68802e6.tar.gz gentoo-2-289f1a2523d0209814058c6c5de0c3dfd68802e6.tar.bz2 gentoo-2-289f1a2523d0209814058c6c5de0c3dfd68802e6.zip |
cleaned up KEYWORDS
Diffstat (limited to 'app-misc/lphdisk')
-rw-r--r-- | app-misc/lphdisk/lphdisk-0.9.1.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app-misc/lphdisk/lphdisk-0.9.1.ebuild b/app-misc/lphdisk/lphdisk-0.9.1.ebuild index 46f27834eac8..341b856d1015 100644 --- a/app-misc/lphdisk/lphdisk-0.9.1.ebuild +++ b/app-misc/lphdisk/lphdisk-0.9.1.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/lphdisk/lphdisk-0.9.1.ebuild,v 1.2 2002/07/25 19:18:34 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lphdisk/lphdisk-0.9.1.ebuild,v 1.3 2002/10/15 09:02:45 seemant Exp $ S=${WORKDIR}/${P} - DESCRIPTION="utility for preparing a hibernation partition for APM Suspend-To-Disk" HOMEPAGE="http://www.procyon.com/~pda/lphdisk/" SRC_URI="http://www.procyon.com/~pda/lphdisk/${P}.tar.bz2" @@ -11,18 +10,18 @@ SRC_URI="http://www.procyon.com/~pda/lphdisk/${P}.tar.bz2" # <chadh@gentoo.org> I haven't actually tested that this doesn't work # on all the below - arches, but it won't work. This only works on x86 # laptops with Phoenix NoteBIOS. + SLOT="0" -KEYWORDS="x86 -ppc -sparc -mips" +KEYWORDS="x86 -ppc -sparc -sparc64 -alpha" LICENSE="Artistic" src_compile() { sed "s:/usr/local:usr:" Makefile > Makefile.orig sed -e "s:-g -Wall:${CFLAGS}:" Makefile.orig > Makefile - make + make || die } src_install() { - #cd ${S} dosbin lphdisk doman lphdisk.8 } |