diff options
author | Markus Meier <maekke@gentoo.org> | 2008-08-23 18:18:41 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-08-23 18:18:41 +0000 |
commit | f801d2169f0199f90492a65542f87f98d68b8480 (patch) | |
tree | d876dfd2f1eed225a1b4d2003fbdd45b5ae4394d /app-arch/undms | |
parent | add ~amd64, bug #225985 (diff) | |
download | gentoo-2-f801d2169f0199f90492a65542f87f98d68b8480.tar.gz gentoo-2-f801d2169f0199f90492a65542f87f98d68b8480.tar.bz2 gentoo-2-f801d2169f0199f90492a65542f87f98d68b8480.zip |
add ~amd64, bug #225993
(Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc4 i686)
Diffstat (limited to 'app-arch/undms')
-rw-r--r-- | app-arch/undms/ChangeLog | 7 | ||||
-rw-r--r-- | app-arch/undms/undms-1.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-arch/undms/ChangeLog b/app-arch/undms/ChangeLog index d1986a8efab2..c389a59ce8db 100644 --- a/app-arch/undms/ChangeLog +++ b/app-arch/undms/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/undms -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/undms/ChangeLog,v 1.5 2007/12/25 12:06:45 phreak Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/undms/ChangeLog,v 1.6 2008/08/23 18:18:41 maekke Exp $ + + 23 Aug 2008; Markus Meier <maekke@gentoo.org> undms-1.3.ebuild: + add ~amd64, bug #225993 25 Dec 2007; Christian Heim <phreak@gentoo.org> metadata.xml: Removing dholm from metadata.xml as per #24623. Assigning to maintainer-needed. diff --git a/app-arch/undms/undms-1.3.ebuild b/app-arch/undms/undms-1.3.ebuild index c561e33cc759..ce5478b29450 100644 --- a/app-arch/undms/undms-1.3.ebuild +++ b/app-arch/undms/undms-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/undms/undms-1.3.ebuild,v 1.4 2006/12/08 00:41:14 antarus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/undms/undms-1.3.ebuild,v 1.5 2008/08/23 18:18:41 maekke Exp $ inherit eutils @@ -9,7 +9,7 @@ SRC_URI="ftp://us.aminet.net/pub/aminet/misc/unix/${P}.c.Z ftp://us.aminet.net/p HOMEPAGE="ftp://us.aminet.net/pub/aminet/misc/unix/${P}.c.Z.readme" LICENSE="freedist" SLOT="0" -KEYWORDS="~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND="app-arch/ncompress" |