diff options
author | 2002-07-30 04:01:11 +0000 | |
---|---|---|
committer | 2002-07-30 04:01:11 +0000 | |
commit | c28214fad8db343bf57f68678cdc106ffb5333eb (patch) | |
tree | 2c6a4c9e302a6de0f47783b9fd1a35bc2c09efe7 /app-admin/smartsuite/smartsuite-2.1.ebuild | |
parent | masked lam-mpi for testing (diff) | |
download | historical-c28214fad8db343bf57f68678cdc106ffb5333eb.tar.gz historical-c28214fad8db343bf57f68678cdc106ffb5333eb.tar.bz2 historical-c28214fad8db343bf57f68678cdc106ffb5333eb.zip |
Added ppc to KEYWORDS. Added RDEPEND.
Diffstat (limited to 'app-admin/smartsuite/smartsuite-2.1.ebuild')
-rw-r--r-- | app-admin/smartsuite/smartsuite-2.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-admin/smartsuite/smartsuite-2.1.ebuild b/app-admin/smartsuite/smartsuite-2.1.ebuild index 93ef898b43da..40f7bdc6ac0d 100644 --- a/app-admin/smartsuite/smartsuite-2.1.ebuild +++ b/app-admin/smartsuite/smartsuite-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/smartsuite/smartsuite-2.1.ebuild,v 1.2 2002/07/25 13:48:39 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/smartsuite/smartsuite-2.1.ebuild,v 1.3 2002/07/30 04:01:11 cselkirk Exp $ S=${WORKDIR}/${P} DESCRIPTION="Suite to control and monitor storage devices using SMART technology." @@ -10,9 +10,10 @@ SRC_URI="mirror://sourceforge/smartsuite/${P}.tar.gz SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ppc" DEPEND="virtual/glibc" +RDEPEND="${DEPEND}" src_unpack() { |