diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-05-21 10:47:33 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-05-21 10:47:33 +0000 |
commit | dce75d619b85991ff5126472f6cd69ee1bbcab6b (patch) | |
tree | f5a241568f28d2cd501478d90db32375a8fc50a5 /app-emulation/lib765 | |
parent | silly repoman can't remove packages (diff) | |
download | historical-dce75d619b85991ff5126472f6cd69ee1bbcab6b.tar.gz historical-dce75d619b85991ff5126472f6cd69ee1bbcab6b.tar.bz2 historical-dce75d619b85991ff5126472f6cd69ee1bbcab6b.zip |
~amd64
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-emulation/lib765')
-rw-r--r-- | app-emulation/lib765/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/lib765/lib765-0.3.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/lib765/ChangeLog b/app-emulation/lib765/ChangeLog index b4f68fb196c5..970d83ee990f 100644 --- a/app-emulation/lib765/ChangeLog +++ b/app-emulation/lib765/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/lib765 # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lib765/ChangeLog,v 1.6 2005/05/01 16:48:31 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lib765/ChangeLog,v 1.7 2005/05/21 10:45:50 blubb Exp $ + + 21 May 2005; Simon Stelling <blubb@gentoo.org> lib765-0.3.1.1.ebuild: + added ~amd64 keyword 01 May 2005; Michael Hanselmann <hansmi@gentoo.org> lib765-0.3.1.1.ebuild: Stable on ppc. diff --git a/app-emulation/lib765/lib765-0.3.1.1.ebuild b/app-emulation/lib765/lib765-0.3.1.1.ebuild index 65756d899a0f..94442d0b9b70 100644 --- a/app-emulation/lib765/lib765-0.3.1.1.ebuild +++ b/app-emulation/lib765/lib765-0.3.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lib765/lib765-0.3.1.1.ebuild,v 1.7 2005/05/01 16:48:31 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lib765/lib765-0.3.1.1.ebuild,v 1.8 2005/05/21 10:45:50 blubb Exp $ DESCRIPTION="Floppy controller emulator" HOMEPAGE="http://www.seasip.demon.co.uk/Unix/LibDsk/" @@ -9,7 +9,7 @@ SRC_URI="http://www.seasip.demon.co.uk/Unix/LibDsk/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" IUSE="" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc ~amd64" DEPEND="app-emulation/libdsk" |