diff options
author | Markus Meier <maekke@gentoo.org> | 2012-01-14 17:27:17 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-01-14 17:27:17 +0000 |
commit | 4ad76809c35e487c7a0434fecca6c711b36de47d (patch) | |
tree | f70315e5bd03c240076f214c31945f3d4fdd63cb /media-libs/mash | |
parent | tcmalloc is now global (diff) | |
download | historical-4ad76809c35e487c7a0434fecca6c711b36de47d.tar.gz historical-4ad76809c35e487c7a0434fecca6c711b36de47d.tar.bz2 historical-4ad76809c35e487c7a0434fecca6c711b36de47d.zip |
x86 stable, bug #393007
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
Diffstat (limited to 'media-libs/mash')
-rw-r--r-- | media-libs/mash/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/mash/mash-0.2.0-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/mash/ChangeLog b/media-libs/mash/ChangeLog index dfbbebd412e6..9717803faa1a 100644 --- a/media-libs/mash/ChangeLog +++ b/media-libs/mash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/mash -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mash/ChangeLog,v 1.2 2011/12/29 17:56:03 pacho Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mash/ChangeLog,v 1.3 2012/01/14 17:27:17 maekke Exp $ + + 14 Jan 2012; Markus Meier <maekke@gentoo.org> mash-0.2.0-r1.ebuild: + x86 stable, bug #393007 29 Dec 2011; Pacho Ramos <pacho@gentoo.org> mash-0.2.0-r1.ebuild: amd64 stable, bug 393007 diff --git a/media-libs/mash/mash-0.2.0-r1.ebuild b/media-libs/mash/mash-0.2.0-r1.ebuild index d2c01aa44022..5b1d81d3ca5c 100644 --- a/media-libs/mash/mash-0.2.0-r1.ebuild +++ b/media-libs/mash/mash-0.2.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mash/mash-0.2.0-r1.ebuild,v 1.2 2011/12/29 17:56:03 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mash/mash-0.2.0-r1.ebuild,v 1.3 2012/01/14 17:27:17 maekke Exp $ EAPI="4" GCONF_DEBUG="no" @@ -17,7 +17,7 @@ HOMEPAGE="http://wiki.clutter-project.org/wiki/Mash" LICENSE="LGPL-2.1" SLOT="0.2" IUSE="doc examples +introspection" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" # Automagically detects x11-libs/mx, but only uses it for building examples. # Note: mash is using a bundled copy of rply because mash developers have |