diff options
author | Calum Selkirk <cselkirk@gentoo.org> | 2002-07-30 04:01:11 +0000 |
---|---|---|
committer | Calum Selkirk <cselkirk@gentoo.org> | 2002-07-30 04:01:11 +0000 |
commit | 8406db30d05496ed380c25108364d6c4964703cb (patch) | |
tree | 1dc5575e2390b4f087737c26e645b8ec9256962e /app-admin | |
parent | masked lam-mpi for testing (diff) | |
download | gentoo-2-8406db30d05496ed380c25108364d6c4964703cb.tar.gz gentoo-2-8406db30d05496ed380c25108364d6c4964703cb.tar.bz2 gentoo-2-8406db30d05496ed380c25108364d6c4964703cb.zip |
Added ppc to KEYWORDS. Added RDEPEND.
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/smartsuite/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/smartsuite/smartsuite-2.1.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-admin/smartsuite/ChangeLog b/app-admin/smartsuite/ChangeLog index 0d94efc4b9ec..9c695170ca3b 100644 --- a/app-admin/smartsuite/ChangeLog +++ b/app-admin/smartsuite/ChangeLog @@ -1,8 +1,12 @@ # ChangeLog for app-admin/smartsuite # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/smartsuite/ChangeLog,v 1.1 2002/07/23 23:28:34 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/smartsuite/ChangeLog,v 1.2 2002/07/30 04:01:11 cselkirk Exp $ *smartsuite-2.1 (23 Jul 2002) + + 29 Jul 2002; Calum Selkirk <cselkirk@gentoo.org> smartsuite-2.1.ebuild : + + Added ppc to KEYWORDS. Added RDEPEND. 23 Jul 2002; Arcady Genkin <agenkin@thpoon.com> smartsuite-2.1.ebuild : 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() { |