diff options
author | 2002-07-29 04:33:50 +0000 | |
---|---|---|
committer | 2002-07-29 04:33:50 +0000 | |
commit | e9061368c13aa6d6850ad5533c4325978e1796d9 (patch) | |
tree | e2d41537ef97bc065579b47e62b32d52568f7c48 /app-admin/hddtemp/hddtemp-0.2.ebuild | |
parent | Added ppc to KEYWORDS. (diff) | |
download | historical-e9061368c13aa6d6850ad5533c4325978e1796d9.tar.gz historical-e9061368c13aa6d6850ad5533c4325978e1796d9.tar.bz2 historical-e9061368c13aa6d6850ad5533c4325978e1796d9.zip |
Added ppc to KEYWORDS.
Diffstat (limited to 'app-admin/hddtemp/hddtemp-0.2.ebuild')
-rw-r--r-- | app-admin/hddtemp/hddtemp-0.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-admin/hddtemp/hddtemp-0.2.ebuild b/app-admin/hddtemp/hddtemp-0.2.ebuild index 93c0778d167d..414d8d1753b1 100644 --- a/app-admin/hddtemp/hddtemp-0.2.ebuild +++ b/app-admin/hddtemp/hddtemp-0.2.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/app-admin/hddtemp/hddtemp-0.2.ebuild,v 1.3 2002/07/25 12:57:04 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.2.ebuild,v 1.4 2002/07/29 04:33:50 cselkirk Exp $ S=${WORKDIR}/${P} DESCRIPTION="A simple utility, to read the temperature of SMART IDE hard drives." @@ -9,9 +9,10 @@ HOMEPAGE="http://coredump.free.fr/linux/harddrive.html" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ppc" DEPEND="virtual/glibc" +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} ; cd ${S} |