diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-01-07 09:01:42 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-01-07 09:01:42 +0000 |
commit | cc6d367614a86f516e5ae2fe9cae3c66618618e2 (patch) | |
tree | e0b80e32cf9037ede994bbc616de3bd1416dd83a /sys-apps/mtx | |
parent | fix bug #37400 with a better default (Manifest recommit) (diff) | |
download | gentoo-2-cc6d367614a86f516e5ae2fe9cae3c66618618e2.tar.gz gentoo-2-cc6d367614a86f516e5ae2fe9cae3c66618618e2.tar.bz2 gentoo-2-cc6d367614a86f516e5ae2fe9cae3c66618618e2.zip |
add ~ppc as this is needed for amanda and i've got reports of it working on ppc
Diffstat (limited to 'sys-apps/mtx')
-rw-r--r-- | sys-apps/mtx/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/mtx/mtx-1.2.17.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-apps/mtx/ChangeLog b/sys-apps/mtx/ChangeLog index 9ed2edde9f89..d51a47f8666c 100644 --- a/sys-apps/mtx/ChangeLog +++ b/sys-apps/mtx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/mtx # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mtx/ChangeLog,v 1.4 2003/11/25 03:30:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mtx/ChangeLog,v 1.5 2004/01/07 09:01:42 robbat2 Exp $ + + 07 Jan 2004; Robin H. Johnson <robbat2@gentoo.org> mtx-1.2.17.ebuild: + add ~ppc as this is needed for amanda and i've got reports of it working on ppc 24 Nov 2003; Aron Griffis <agriffis@gentoo.org> mtx-1.2.17.ebuild: Stable on alpha diff --git a/sys-apps/mtx/mtx-1.2.17.ebuild b/sys-apps/mtx/mtx-1.2.17.ebuild index 0ef73a08328c..008e6517cdd4 100644 --- a/sys-apps/mtx/mtx-1.2.17.ebuild +++ b/sys-apps/mtx/mtx-1.2.17.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.17.ebuild,v 1.8 2003/11/25 03:30:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mtx/mtx-1.2.17.ebuild,v 1.9 2004/01/07 09:01:42 robbat2 Exp $ IUSE="" @@ -10,7 +10,7 @@ LICENSE="GPL-2" DEPEND="virtual/glibc" SRC_URI="mirror://sourceforge/${PN}/${P}rel.tar.gz" S=${WORKDIR}/${P} -KEYWORDS="x86 amd64 ~sparc alpha" +KEYWORDS="x86 amd64 ~sparc alpha ~ppc" SLOT="0" src_unpack() { |