diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-09-08 02:59:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-09-08 02:59:33 +0000 |
commit | 99d1b15443425d98d51e4a66f21c65680a4a2133 (patch) | |
tree | 6c2daa7acdaee41f1107ea03271551c35419a3fd | |
parent | stable on ppc64 (diff) | |
download | gentoo-2-99d1b15443425d98d51e4a66f21c65680a4a2133.tar.gz gentoo-2-99d1b15443425d98d51e4a66f21c65680a4a2133.tar.bz2 gentoo-2-99d1b15443425d98d51e4a66f21c65680a4a2133.zip |
~ia64 for #57485
-rw-r--r-- | dev-libs/dmalloc/dmalloc-5.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/dmalloc/dmalloc-5.3.0.ebuild b/dev-libs/dmalloc/dmalloc-5.3.0.ebuild index 7258b8730bc0..f501e49faf1d 100644 --- a/dev-libs/dmalloc/dmalloc-5.3.0.ebuild +++ b/dev-libs/dmalloc/dmalloc-5.3.0.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-libs/dmalloc/dmalloc-5.3.0.ebuild,v 1.4 2004/07/02 04:37:08 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/dmalloc-5.3.0.ebuild,v 1.5 2004/09/08 02:59:33 vapier Exp $ inherit debug eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc" +KEYWORDS="~ia64 ~ppc ~sparc ~x86" IUSE="" DEPEND="virtual/libc" |