diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-01 12:25:08 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-01 12:25:08 +0000 |
commit | 2178de1548f86a55b6004526670e8d706350eaf8 (patch) | |
tree | 4aa4da71bac233a63ffb3ab5c45909d9d187f488 /media-libs/mash | |
parent | Add ~ia64, wrt bug #449220 (diff) | |
download | gentoo-2-2178de1548f86a55b6004526670e8d706350eaf8.tar.gz gentoo-2-2178de1548f86a55b6004526670e8d706350eaf8.tar.bz2 gentoo-2-2178de1548f86a55b6004526670e8d706350eaf8.zip |
Add ~ia64, 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 | 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 39b13472e746..5e64653b1602 100644 --- a/media-libs/mash/ChangeLog +++ b/media-libs/mash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/mash -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mash/ChangeLog,v 1.6 2012/12/31 15:44:49 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mash/ChangeLog,v 1.7 2013/01/01 12:25:08 ago Exp $ + + 01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> mash-0.2.0-r1.ebuild: + Add ~ia64, wrt bug #449220 31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> mash-0.2.0-r1.ebuild: Add ~ppc64, 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 c9fd34f77000..81aa245887c3 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-2012 Gentoo Foundation +# 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.6 2012/12/31 15:44:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mash/mash-0.2.0-r1.ebuild,v 1.7 2013/01/01 12:25:08 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="amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 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 |