diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-12-27 14:21:47 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-12-27 14:21:47 +0000 |
commit | 277fa8a8440f08985e0ccf095b5259ef7bdf5b28 (patch) | |
tree | 0ceef20a1ad6566c9dd27e4de9474c14867eb29e /dev-libs/dmalloc | |
parent | fix sparc memory alignment issues. fix authored by Chris Wilson (upstream). f... (diff) | |
download | gentoo-2-277fa8a8440f08985e0ccf095b5259ef7bdf5b28.tar.gz gentoo-2-277fa8a8440f08985e0ccf095b5259ef7bdf5b28.tar.bz2 gentoo-2-277fa8a8440f08985e0ccf095b5259ef7bdf5b28.zip |
amd64 stable wrt #201897
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'dev-libs/dmalloc')
-rw-r--r-- | dev-libs/dmalloc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/dmalloc/dmalloc-5.5.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/dmalloc/ChangeLog b/dev-libs/dmalloc/ChangeLog index 761696bef2ec..75ad6d40f43c 100644 --- a/dev-libs/dmalloc/ChangeLog +++ b/dev-libs/dmalloc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/dmalloc # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/ChangeLog,v 1.31 2007/08/07 17:53:28 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/ChangeLog,v 1.32 2007/12/27 14:21:47 drac Exp $ + + 27 Dec 2007; Samuli Suominen <drac@gentoo.org> dmalloc-5.5.2.ebuild: + amd64 stable wrt #201897 07 Aug 2007; Timothy Redaelli <drizzt@gentoo.org> dmalloc-5.5.2.ebuild: Fix SRC_URI wrt bug #187755. diff --git a/dev-libs/dmalloc/dmalloc-5.5.2.ebuild b/dev-libs/dmalloc/dmalloc-5.5.2.ebuild index 17c16a455718..cd5985fa811d 100644 --- a/dev-libs/dmalloc/dmalloc-5.5.2.ebuild +++ b/dev-libs/dmalloc/dmalloc-5.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/dmalloc-5.5.2.ebuild,v 1.2 2007/08/07 17:53:28 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/dmalloc-5.5.2.ebuild,v 1.3 2007/12/27 14:21:47 drac Exp $ inherit eutils autotools @@ -10,7 +10,7 @@ SRC_URI="http://dmalloc.com/releases/${P}.tgz" LICENSE="CCPL-Attribution-ShareAlike-3.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND="" |