diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-10-16 10:12:43 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-10-16 10:12:43 +0000 |
commit | d8c1799a3177a45953948ffe49c191bfed792377 (patch) | |
tree | ffbf8c2ee2dfbbd99cdba18da354bd50f60906b7 | |
parent | Version bump. (diff) | |
download | gentoo-2-d8c1799a3177a45953948ffe49c191bfed792377.tar.gz gentoo-2-d8c1799a3177a45953948ffe49c191bfed792377.tar.bz2 gentoo-2-d8c1799a3177a45953948ffe49c191bfed792377.zip |
net-im/gajim: Fix for broken test, #434818
(Portage version: 2.2.0_alpha138/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
-rw-r--r-- | net-im/gajim/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/gajim/gajim-0.15.1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-im/gajim/ChangeLog b/net-im/gajim/ChangeLog index 4fabdfa8f315..0123c6e522c3 100644 --- a/net-im/gajim/ChangeLog +++ b/net-im/gajim/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/gajim # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/ChangeLog,v 1.156 2012/10/16 06:43:07 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/ChangeLog,v 1.157 2012/10/16 10:12:43 jlec Exp $ + + 16 Oct 2012; Justin Lecher <jlec@gentoo.org> gajim-0.15.1.ebuild: + Fix for broken test, #434818 16 Oct 2012; Matt Turner <mattst88@gentoo.org> gajim-0.15.1.ebuild: Stable on alpha, bug 427544. diff --git a/net-im/gajim/gajim-0.15.1.ebuild b/net-im/gajim/gajim-0.15.1.ebuild index d7c98217f4c6..2b8e5831e8ed 100644 --- a/net-im/gajim/gajim-0.15.1.ebuild +++ b/net-im/gajim/gajim-0.15.1.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/net-im/gajim/gajim-0.15.1.ebuild,v 1.7 2012/10/16 06:43:07 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/gajim-0.15.1.ebuild,v 1.8 2012/10/16 10:12:43 jlec Exp $ EAPI=4 @@ -68,6 +68,7 @@ pkg_setup() { } src_prepare() { + echo "src/command_system/mapping.py" >> po/POTFILES.in epatch \ "${FILESDIR}"/0.14-python-version.patch \ "${FILESDIR}"/0.14.1-testing.patch |