diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-31 15:49:17 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-31 15:49:17 +0000 |
commit | f23c6c267c0cda246e142bd6307cd5de545391ce (patch) | |
tree | 5f2dfd574857a8ac5a91fbdcc59c2632a20a66c7 /media-libs/grilo | |
parent | Add ~ppc64, wrt bug #449220 (diff) | |
download | gentoo-2-f23c6c267c0cda246e142bd6307cd5de545391ce.tar.gz gentoo-2-f23c6c267c0cda246e142bd6307cd5de545391ce.tar.bz2 gentoo-2-f23c6c267c0cda246e142bd6307cd5de545391ce.zip |
Add ~ppc64, wrt bug #449220
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'media-libs/grilo')
-rw-r--r-- | media-libs/grilo/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/grilo/grilo-0.2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/grilo/ChangeLog b/media-libs/grilo/ChangeLog index 78d8ac716882..8facc429c3ab 100644 --- a/media-libs/grilo/ChangeLog +++ b/media-libs/grilo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/grilo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/grilo/ChangeLog,v 1.18 2012/12/31 15:43:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/grilo/ChangeLog,v 1.19 2012/12/31 15:49:17 ago Exp $ + + 31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> grilo-0.2.4.ebuild: + Add ~ppc64, wrt bug #449220 31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> grilo-0.1.20.ebuild: Add ~ppc64, wrt bug #449220 diff --git a/media-libs/grilo/grilo-0.2.4.ebuild b/media-libs/grilo/grilo-0.2.4.ebuild index e841a0cde85d..8774aee41638 100644 --- a/media-libs/grilo/grilo-0.2.4.ebuild +++ b/media-libs/grilo/grilo-0.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/grilo/grilo-0.2.4.ebuild,v 1.3 2012/12/31 14:39:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/grilo/grilo-0.2.4.ebuild,v 1.4 2012/12/31 15:49:17 ago Exp $ EAPI="5" GCONF_DEBUG="no" # --enable-debug only changes CFLAGS @@ -17,7 +17,7 @@ HOMEPAGE="https://live.gnome.org/Grilo" LICENSE="LGPL-2.1+" SLOT="0.2/1" # subslot is libgrilo-0.2 soname suffix -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="gtk examples +introspection +network test vala" REQUIRED_USE="test? ( introspection )" |