diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-01-26 14:58:37 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-01-26 14:58:37 +0000 |
commit | 8c1e7cc4188973bdc221dcd4a351ff6f4d3caa35 (patch) | |
tree | 14de4f2c8bcf4fc34cd0ee49d0d4fea41dada70e /dev-libs/dmalloc | |
parent | Use kde eclasses, and make sure to not install anything in KDEDIR. (diff) | |
download | historical-8c1e7cc4188973bdc221dcd4a351ff6f4d3caa35.tar.gz historical-8c1e7cc4188973bdc221dcd4a351ff6f4d3caa35.tar.bz2 historical-8c1e7cc4188973bdc221dcd4a351ff6f4d3caa35.zip |
Stable on sparc
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'dev-libs/dmalloc')
-rw-r--r-- | dev-libs/dmalloc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/dmalloc/dmalloc-5.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/dmalloc/ChangeLog b/dev-libs/dmalloc/ChangeLog index d8713baf9721..f6a5fa5b9937 100644 --- a/dev-libs/dmalloc/ChangeLog +++ b/dev-libs/dmalloc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/dmalloc # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/ChangeLog,v 1.16 2005/01/21 16:48:29 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/ChangeLog,v 1.17 2005/01/26 14:58:37 gustavoz Exp $ + + 26 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> dmalloc-5.4.2.ebuild: + Stable on sparc *dmalloc-5.4.2 (21 Jan 2005) 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" |