diff options
Diffstat (limited to 'app-arch/mt-st')
-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 615cc231ce84..e510a2bf0906 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.20 2007/07/19 15:49:51 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/ChangeLog,v 1.21 2007/07/19 19:10:13 armin76 Exp $ + + 19 Jul 2007; Raúl Porcel <armin76@gentoo.org> mt-st-0.9b.ebuild: + alpha/ia64/x86 stable wrt #185867 19 Jul 2007; Markus Rothe <corsair@gentoo.org> mt-st-0.9b.ebuild: Stable on ppc64; bug #185867 diff --git a/app-arch/mt-st/mt-st-0.9b.ebuild b/app-arch/mt-st/mt-st-0.9b.ebuild index db7a5c3f365c..496811d2a20b 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.2 2007/07/19 15:49:51 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/mt-st-0.9b.ebuild,v 1.3 2007/07/19 19:10:13 armin76 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" |