diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-02-08 18:49:05 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-02-08 18:49:05 +0000 |
commit | a0ecc0f25c6a9ff86b51c80531416b7271b1cb23 (patch) | |
tree | 38b64873de232495b7e6e5ca582a1b5f2fbb825e /sys-apps/smartmontools | |
parent | ppc stable wrt #353243 (diff) | |
download | gentoo-2-a0ecc0f25c6a9ff86b51c80531416b7271b1cb23.tar.gz gentoo-2-a0ecc0f25c6a9ff86b51c80531416b7271b1cb23.tar.bz2 gentoo-2-a0ecc0f25c6a9ff86b51c80531416b7271b1cb23.zip |
ppc stable wrt #352599. Add ~ppc64 wrt #354125. Thanks to Stephen Lewis <lewis+gentoo@freeshell.org> for the report.
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Diffstat (limited to 'sys-apps/smartmontools')
-rw-r--r-- | sys-apps/smartmontools/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/smartmontools/smartmontools-5.40.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-apps/smartmontools/ChangeLog b/sys-apps/smartmontools/ChangeLog index b49b609b9f0a..1c87a5b5ddfa 100644 --- a/sys-apps/smartmontools/ChangeLog +++ b/sys-apps/smartmontools/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/smartmontools # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.99 2011/01/29 18:56:27 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.100 2011/02/08 18:49:05 xarthisius Exp $ + + 08 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> + smartmontools-5.40.ebuild: + ppc stable wrt #352599. Add ~ppc64 wrt #354125. Thanks to Stephen Lewis + <lewis+gentoo@freeshell.org> for the report. 29 Jan 2011; Raúl Porcel <armin76@gentoo.org> smartmontools-5.40.ebuild: alpha/arm/ia64/sparc stable wrt #352599 diff --git a/sys-apps/smartmontools/smartmontools-5.40.ebuild b/sys-apps/smartmontools/smartmontools-5.40.ebuild index 756c90e3854d..c6944cdbae30 100644 --- a/sys-apps/smartmontools/smartmontools-5.40.ebuild +++ b/sys-apps/smartmontools/smartmontools-5.40.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.40.ebuild,v 1.8 2011/01/29 18:56:27 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.40.ebuild,v 1.9 2011/02/08 18:49:05 xarthisius Exp $ EAPI="2" @@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then SRC_URI="" else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - KEYWORDS="alpha amd64 arm hppa ia64 ~ppc sparc x86 ~x86-fbsd" + KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd" fi DESCRIPTION="Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.) monitoring tools" |