diff options
Diffstat (limited to 'dev-libs/dmalloc/dmalloc-5.4.2.ebuild')
-rw-r--r-- | dev-libs/dmalloc/dmalloc-5.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/dmalloc/dmalloc-5.4.2.ebuild b/dev-libs/dmalloc/dmalloc-5.4.2.ebuild index 8f221aac3d11..754c0e5fd103 100644 --- a/dev-libs/dmalloc/dmalloc-5.4.2.ebuild +++ b/dev-libs/dmalloc/dmalloc-5.4.2.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/dev-libs/dmalloc/dmalloc-5.4.2.ebuild,v 1.1 2005/01/21 16:48:29 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/dmalloc-5.4.2.ebuild,v 1.2 2005/01/26 14:58:37 gustavoz Exp $ inherit debug eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" LICENSE="as-is" SLOT="0" -KEYWORDS="~ia64 ppc ~sparc x86 ~alpha" +KEYWORDS="~ia64 ppc sparc x86 ~alpha" IUSE="" DEPEND="virtual/libc" |