diff options
Diffstat (limited to 'dev-db/mtop')
-rw-r--r-- | dev-db/mtop/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mtop/mtop-0.6.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mtop/ChangeLog b/dev-db/mtop/ChangeLog index ce80d068bfaa..4fc10c689956 100644 --- a/dev-db/mtop/ChangeLog +++ b/dev-db/mtop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/mtop # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mtop/ChangeLog,v 1.2 2004/09/15 17:40:48 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mtop/ChangeLog,v 1.3 2004/10/09 20:20:21 blubb Exp $ + + 09 Oct 2004; Simon Stelling <blubb@gentoo.org> mtop-0.6.6.ebuild: + added ~amd64 15 Sep 2004; Thomas Matthijs <axxo@gentoo.org> mtop-0.6.6.ebuild: fixed cvs header diff --git a/dev-db/mtop/mtop-0.6.6.ebuild b/dev-db/mtop/mtop-0.6.6.ebuild index 20b2ee3ef1ab..562018dd9238 100644 --- a/dev-db/mtop/mtop-0.6.6.ebuild +++ b/dev-db/mtop/mtop-0.6.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mtop/mtop-0.6.6.ebuild,v 1.2 2004/09/15 17:40:48 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mtop/mtop-0.6.6.ebuild,v 1.3 2004/10/09 20:20:21 blubb Exp $ inherit perl-module @@ -9,7 +9,7 @@ HOMEPAGE="http://mtop.sourceforge.net" SRC_URI="mirror://sourceforge/mtop/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="dev-perl/Curses dev-perl/DBI |