diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-07-31 19:55:51 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-07-31 19:55:51 +0000 |
commit | 1dc0fea9c5f37abe477f684edf4b2799f92e9da4 (patch) | |
tree | a1a7c082ee732fd8b6b8d39a09924124f540ca8f /app-arch | |
parent | Sparc stable --- Security Bug #185677 (diff) | |
download | gentoo-2-1dc0fea9c5f37abe477f684edf4b2799f92e9da4.tar.gz gentoo-2-1dc0fea9c5f37abe477f684edf4b2799f92e9da4.tar.bz2 gentoo-2-1dc0fea9c5f37abe477f684edf4b2799f92e9da4.zip |
Stable on amd64 wrt bug #185867
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/mt-st/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/mt-st/mt-st-0.9b.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/mt-st/ChangeLog b/app-arch/mt-st/ChangeLog index 30c3448385a7..7b37af3b3aa1 100644 --- a/app-arch/mt-st/ChangeLog +++ b/app-arch/mt-st/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/mt-st # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/ChangeLog,v 1.23 2007/07/23 13:51:27 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/ChangeLog,v 1.24 2007/07/31 19:55:51 angelos Exp $ + + 31 Jul 2007; Christoph Mende <angelos@gentoo.org> mt-st-0.9b.ebuild: + Stable on amd64 wrt bug #185867 23 Jul 2007; Joshua Kinard <kumba@gentoo.org> mt-st-0.9b.ebuild: Stable on mips, per #185687. diff --git a/app-arch/mt-st/mt-st-0.9b.ebuild b/app-arch/mt-st/mt-st-0.9b.ebuild index 83b25ea2499a..4a1f6c01a492 100644 --- a/app-arch/mt-st/mt-st-0.9b.ebuild +++ b/app-arch/mt-st/mt-st-0.9b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/mt-st-0.9b.ebuild,v 1.5 2007/07/23 13:51:27 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/mt-st-0.9b.ebuild,v 1.6 2007/07/31 19:55:51 angelos Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.ibiblio.org/pub/linux/system/backup/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ~hppa ia64 mips ~ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ~hppa ia64 mips ~ppc ppc64 sparc x86" IUSE="" DEPEND="virtual/libc" |