diff options
-rw-r--r-- | media-libs/mash/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/mash/mash-0.2.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/mash/ChangeLog b/media-libs/mash/ChangeLog index 84fc2167bd05..dfbbebd412e6 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.1 2011/10/28 20:55:54 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mash/ChangeLog,v 1.2 2011/12/29 17:56:03 pacho Exp $ + + 29 Dec 2011; Pacho Ramos <pacho@gentoo.org> mash-0.2.0-r1.ebuild: + amd64 stable, bug 393007 *mash-0.2.0-r1 (28 Oct 2011) diff --git a/media-libs/mash/mash-0.2.0-r1.ebuild b/media-libs/mash/mash-0.2.0-r1.ebuild index eab46fb58194..d2c01aa44022 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 # 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.1 2011/10/28 20:55:54 tetromino Exp $ +# $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 $ 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 |