diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-11 13:54:12 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-11 13:54:12 +0000 |
commit | b242727b36604c7720c3e326efc08494115df640 (patch) | |
tree | 4dda24f9b6824d01897b149785d7e43c085d1e50 /sys-apps/mtx | |
parent | clean up these ebuilds (diff) | |
download | gentoo-2-b242727b36604c7720c3e326efc08494115df640.tar.gz gentoo-2-b242727b36604c7720c3e326efc08494115df640.tar.bz2 gentoo-2-b242727b36604c7720c3e326efc08494115df640.zip |
Stable on alpha.
Diffstat (limited to 'sys-apps/mtx')
-rw-r--r-- | sys-apps/mtx/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/mtx/mtx-1.2.18.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/mtx/ChangeLog b/sys-apps/mtx/ChangeLog index 986095ce21e5..77dbdcaaee9a 100644 --- a/sys-apps/mtx/ChangeLog +++ b/sys-apps/mtx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/mtx # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mtx/ChangeLog,v 1.9 2004/04/27 00:26:15 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mtx/ChangeLog,v 1.10 2004/06/11 13:50:30 kloeri Exp $ + + 11 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> mtx-1.2.18.ebuild: + Stable on alpha. 26 Apr 2004; Jason Wever <weeve@gentoo.org> mtx-1.2.17.ebuild: Stable on sparc. diff --git a/sys-apps/mtx/mtx-1.2.18.ebuild b/sys-apps/mtx/mtx-1.2.18.ebuild index d5d0590405d3..f506720d3958 100644 --- a/sys-apps/mtx/mtx-1.2.18.ebuild +++ b/sys-apps/mtx/mtx-1.2.18.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/mtx/mtx-1.2.18.ebuild,v 1.2 2004/04/02 21:07:06 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mtx/mtx-1.2.18.ebuild,v 1.3 2004/06/11 13:50:30 kloeri Exp $ IUSE="" @@ -10,7 +10,7 @@ LICENSE="GPL-2" DEPEND="virtual/glibc" SRC_URI="ftp://ftp.badtux.net/pub/storage/${PN}/${P}rel.tar.gz" S=${WORKDIR}/${P} -KEYWORDS="~x86 ~amd64 ~sparc ~alpha ~ppc" +KEYWORDS="~x86 ~amd64 ~sparc alpha ~ppc" SLOT="0" src_unpack() { |