diff options
author | Matt Turner <mattst88@gentoo.org> | 2015-05-21 04:23:04 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2015-05-21 04:23:04 +0000 |
commit | 258f0f136e3e9079469b5c881f80bc066883df8a (patch) | |
tree | 29056593d00934160ca4588a1fd329ab5ff4f74c /dev-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-258f0f136e3e9079469b5c881f80bc066883df8a.tar.gz gentoo-2-258f0f136e3e9079469b5c881f80bc066883df8a.tar.bz2 gentoo-2-258f0f136e3e9079469b5c881f80bc066883df8a.zip |
alpha stable, bug 547248.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/dmalloc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/dmalloc/dmalloc-5.5.2-r6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/dmalloc/ChangeLog b/dev-libs/dmalloc/ChangeLog index a1afba42aeab..2e79928fd63b 100644 --- a/dev-libs/dmalloc/ChangeLog +++ b/dev-libs/dmalloc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/dmalloc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/ChangeLog,v 1.74 2015/04/28 09:43:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/ChangeLog,v 1.75 2015/05/21 04:23:04 mattst88 Exp $ + + 21 May 2015; Matt Turner <mattst88@gentoo.org> dmalloc-5.5.2-r6.ebuild: + alpha stable, bug 547248. 28 Apr 2015; Agostino Sarubbo <ago@gentoo.org> dmalloc-5.5.2-r6.ebuild: Stable for sparc, wrt bug #547248 diff --git a/dev-libs/dmalloc/dmalloc-5.5.2-r6.ebuild b/dev-libs/dmalloc/dmalloc-5.5.2-r6.ebuild index 01c476338be2..88aa0e9efe83 100644 --- a/dev-libs/dmalloc/dmalloc-5.5.2-r6.ebuild +++ b/dev-libs/dmalloc/dmalloc-5.5.2-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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-r6.ebuild,v 1.6 2015/04/28 09:43:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/dmalloc-5.5.2-r6.ebuild,v 1.7 2015/05/21 04:23:04 mattst88 Exp $ EAPI=5 inherit autotools eutils multilib toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://dmalloc.com/releases/${P}.tgz" LICENSE="CC-BY-SA-3.0" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="static-libs threads" DEPEND="sys-apps/texinfo" |