diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-12-18 14:59:21 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-12-18 14:59:21 +0000 |
commit | 2ccf9f511e2318bdc2daaf7c8f52dc8714676c5f (patch) | |
tree | 6104ffa6bac7ad4a81a74f7b4f2552888c689d07 /net-im/empathy | |
parent | x86 stable, bug 529964 (diff) | |
download | gentoo-2-2ccf9f511e2318bdc2daaf7c8f52dc8714676c5f.tar.gz gentoo-2-2ccf9f511e2318bdc2daaf7c8f52dc8714676c5f.tar.bz2 gentoo-2-2ccf9f511e2318bdc2daaf7c8f52dc8714676c5f.zip |
x86 stable, bug 529964
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-im/empathy')
-rw-r--r-- | net-im/empathy/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/empathy/empathy-3.12.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-im/empathy/ChangeLog b/net-im/empathy/ChangeLog index 02daab866f78..f3f07c5e6b07 100644 --- a/net-im/empathy/ChangeLog +++ b/net-im/empathy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/empathy # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v 1.160 2014/11/30 22:00:59 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v 1.161 2014/12/18 14:59:21 pacho Exp $ + + 18 Dec 2014; Pacho Ramos <pacho@gentoo.org> empathy-3.12.7.ebuild: + x86 stable, bug 529964 30 Nov 2014; Rémi Cardona <remi@gentoo.org> empathy-3.12.7.ebuild, +files/empathy-3.12.7-Fix-parallel-build-in-extensions.patch: diff --git a/net-im/empathy/empathy-3.12.7.ebuild b/net-im/empathy/empathy-3.12.7.ebuild index 9651871b35f0..1f5dd95125d4 100644 --- a/net-im/empathy/empathy-3.12.7.ebuild +++ b/net-im/empathy/empathy-3.12.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-3.12.7.ebuild,v 1.3 2014/11/30 22:00:59 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-3.12.7.ebuild,v 1.4 2014/12/18 14:59:21 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -17,7 +17,7 @@ SLOT="0" IUSE="debug +geoloc gnome gnome-online-accounts +map spell test +v4l" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux" # False positives caused by nested configure scripts QA_CONFIGURE_OPTIONS=".*" |