diff options
author | 2013-02-02 22:51:46 +0000 | |
---|---|---|
committer | 2013-02-02 22:51:46 +0000 | |
commit | 2d1367dd87182c4a71c7bb43c56cd8b617e24868 (patch) | |
tree | 8813b991b4654d5542040f965f123769008ac162 /media-libs/mash | |
parent | Add ~arm, wrt bug #449220 (diff) | |
download | gentoo-2-2d1367dd87182c4a71c7bb43c56cd8b617e24868.tar.gz gentoo-2-2d1367dd87182c4a71c7bb43c56cd8b617e24868.tar.bz2 gentoo-2-2d1367dd87182c4a71c7bb43c56cd8b617e24868.zip |
Add ~arm, wrt bug #449220
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'media-libs/mash')
-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 44c3775e9f6a..b2b051d2ce3e 100644 --- a/media-libs/mash/ChangeLog +++ b/media-libs/mash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/mash # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mash/ChangeLog,v 1.9 2013/01/06 09:52:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mash/ChangeLog,v 1.10 2013/02/02 22:51:46 ago Exp $ + + 02 Feb 2013; Agostino Sarubbo <ago@gentoo.org> mash-0.2.0-r1.ebuild: + Add ~arm, wrt bug #449220 06 Jan 2013; Agostino Sarubbo <ago@gentoo.org> mash-0.2.0-r1.ebuild: Add ~sparc, wrt bug #449220 diff --git a/media-libs/mash/mash-0.2.0-r1.ebuild b/media-libs/mash/mash-0.2.0-r1.ebuild index f1ce65a947a2..de1b092043db 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-2013 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.9 2013/01/06 09:52:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mash/mash-0.2.0-r1.ebuild,v 1.10 2013/02/02 22:51:46 ago 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="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc 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 |