diff options
author | Calum Selkirk <cselkirk@gentoo.org> | 2002-07-29 04:39:18 +0000 |
---|---|---|
committer | Calum Selkirk <cselkirk@gentoo.org> | 2002-07-29 04:39:18 +0000 |
commit | 71cd90db68ba6d8611e99f617f183a4bc287314e (patch) | |
tree | 37584d242b723297ade35d690f56b812bbdc1930 /app-admin/ide-smart/ide-smart-1.4.ebuild | |
parent | Added ppc to KEYWORDS. (diff) | |
download | historical-71cd90db68ba6d8611e99f617f183a4bc287314e.tar.gz historical-71cd90db68ba6d8611e99f617f183a4bc287314e.tar.bz2 historical-71cd90db68ba6d8611e99f617f183a4bc287314e.zip |
Added ppc o KEYWORDS.
Diffstat (limited to 'app-admin/ide-smart/ide-smart-1.4.ebuild')
-rw-r--r-- | app-admin/ide-smart/ide-smart-1.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-admin/ide-smart/ide-smart-1.4.ebuild b/app-admin/ide-smart/ide-smart-1.4.ebuild index 4baea333045c..7af04da4e1a4 100644 --- a/app-admin/ide-smart/ide-smart-1.4.ebuild +++ b/app-admin/ide-smart/ide-smart-1.4.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/ide-smart/ide-smart-1.4.ebuild,v 1.6 2002/07/25 12:57:04 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/ide-smart/ide-smart-1.4.ebuild,v 1.7 2002/07/29 04:39:18 cselkirk Exp $ S=${WORKDIR}/${P} DESCRIPTION="A tool to read SMART (or S.M.A.R.T) information from harddiscs." @@ -9,9 +9,10 @@ HOMEPAGE="http://lightside.eresmas.com/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ppc" DEPEND="virtual/glibc" +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} ; cd ${S} |