diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-24 05:15:26 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-24 05:15:26 +0000 |
commit | c9b39c3c9025cb23d38d985643647d1534ac731e (patch) | |
tree | 6ec964889091a8c53a2dc3223e4069674a4df3ca /dev-util/mdds | |
parent | Stable for ppc, wrt bug #474212 (diff) | |
download | gentoo-2-c9b39c3c9025cb23d38d985643647d1534ac731e.tar.gz gentoo-2-c9b39c3c9025cb23d38d985643647d1534ac731e.tar.bz2 gentoo-2-c9b39c3c9025cb23d38d985643647d1534ac731e.zip |
Stable for ppc, wrt bug #474216
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-util/mdds')
-rw-r--r-- | dev-util/mdds/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/mdds/mdds-0.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/mdds/ChangeLog b/dev-util/mdds/ChangeLog index 8b69fe0cefac..b02cb272427a 100644 --- a/dev-util/mdds/ChangeLog +++ b/dev-util/mdds/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/mdds # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mdds/ChangeLog,v 1.28 2013/05/21 08:06:46 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/mdds/ChangeLog,v 1.29 2013/06/24 05:15:26 ago Exp $ + + 24 Jun 2013; Agostino Sarubbo <ago@gentoo.org> mdds-0.8.1.ebuild: + Stable for ppc, wrt bug #474216 *mdds-0.8.1 (21 May 2013) diff --git a/dev-util/mdds/mdds-0.8.1.ebuild b/dev-util/mdds/mdds-0.8.1.ebuild index c87d139a8f99..2d214b82f2f8 100644 --- a/dev-util/mdds/mdds-0.8.1.ebuild +++ b/dev-util/mdds/mdds-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mdds/mdds-0.8.1.ebuild,v 1.1 2013/05/21 08:06:46 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/mdds/mdds-0.8.1.ebuild,v 1.2 2013/06/24 05:15:26 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://multidimalgorithm.googlecode.com/files/${P/-/_}.tar.bz2" LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="dev-libs/boost" |