diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2005-04-19 20:17:30 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2005-04-19 20:17:30 +0000 |
commit | 3cc90c38afce6735cd7191fe8cc6ec32e1fe9834 (patch) | |
tree | a198a22b531d143a632637c256b561ac875bd5be /sys-apps | |
parent | Marked ppc and x86 (diff) | |
download | gentoo-2-3cc90c38afce6735cd7191fe8cc6ec32e1fe9834.tar.gz gentoo-2-3cc90c38afce6735cd7191fe8cc6ec32e1fe9834.tar.bz2 gentoo-2-3cc90c38afce6735cd7191fe8cc6ec32e1fe9834.zip |
Add ~ia64 keyword, bug #89548.
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/smartmontools/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/smartmontools/smartmontools-5.33.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/smartmontools/ChangeLog b/sys-apps/smartmontools/ChangeLog index ee96f9f56168..2f574c086e70 100644 --- a/sys-apps/smartmontools/ChangeLog +++ b/sys-apps/smartmontools/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/smartmontools # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.41 2005/04/06 16:38:23 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.42 2005/04/19 20:17:30 plasmaroo Exp $ + + 19 Apr 2005; <plasmaroo@gentoo.org> smartmontools-5.33.ebuild: + Add ~ia64 keyword, bug #89548. 06 Apr 2005; Marcus D. Hanwell <cryos@gentoo.org> smartmontools-5.33.ebuild: diff --git a/sys-apps/smartmontools/smartmontools-5.33.ebuild b/sys-apps/smartmontools/smartmontools-5.33.ebuild index a1a887bcd409..fe7f596f454c 100644 --- a/sys-apps/smartmontools/smartmontools-5.33.ebuild +++ b/sys-apps/smartmontools/smartmontools-5.33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.33.ebuild,v 1.8 2005/04/06 16:38:23 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.33.ebuild,v 1.9 2005/04/19 20:17:30 plasmaroo Exp $ DESCRIPTION="control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.)" HOMEPAGE="http://smartmontools.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ppc sparc x86" +KEYWORDS="alpha amd64 ppc sparc x86 ~ia64" IUSE="" RDEPEND="" |