diff options
author | Christian Birchinger <joker@gentoo.org> | 2004-02-14 18:28:16 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2004-02-14 18:28:16 +0000 |
commit | 829c30a5107409328983c1b76c143dc1a5586118 (patch) | |
tree | 6ebd3412ef7b6a54340eca4574c224d437d4363c | |
parent | ~hppa (diff) | |
download | gentoo-2-829c30a5107409328983c1b76c143dc1a5586118.tar.gz gentoo-2-829c30a5107409328983c1b76c143dc1a5586118.tar.bz2 gentoo-2-829c30a5107409328983c1b76c143dc1a5586118.zip |
Added sparc stable keyword
-rw-r--r-- | sys-apps/smartmontools/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/smartmontools/smartmontools-5.26.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/smartmontools/ChangeLog b/sys-apps/smartmontools/ChangeLog index 1c69afa79717..dbb59e2b66a0 100644 --- a/sys-apps/smartmontools/ChangeLog +++ b/sys-apps/smartmontools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/smartmontools # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.28 2004/02/13 18:04:52 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.29 2004/02/14 18:28:16 joker Exp $ + + 14 Feb 2004; Christian Birchinger <joker@gentoo.org> + smartmontools-5.26.ebuild: + Added sparc stable keyword 13 Feb 2004; Martin Holzer <mholzer@gentoo.org> smartmontools-5.26.ebuild: x86 stable diff --git a/sys-apps/smartmontools/smartmontools-5.26.ebuild b/sys-apps/smartmontools/smartmontools-5.26.ebuild index 38322dc3019a..06ba4e447baf 100644 --- a/sys-apps/smartmontools/smartmontools-5.26.ebuild +++ b/sys-apps/smartmontools/smartmontools-5.26.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.26.ebuild,v 1.2 2004/02/13 18:04:52 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.26.ebuild,v 1.3 2004/02/14 18:28:16 joker Exp $ DESCRIPTION="control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.)" HOMEPAGE="http://smartmontools.sf.net/" @@ -9,7 +9,7 @@ RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~amd64 ~sparc" +KEYWORDS="x86 ~amd64 sparc" S=${WORKDIR}/${P} |