diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-03-01 12:01:06 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-03-01 12:01:06 +0000 |
commit | d5a7f46344cf4885ce0e2441e1e548476058cea5 (patch) | |
tree | bc126ce0953968bf743aa20cad56bf61b0f6df04 /x11-plugins | |
parent | Call 'automake' via 'autotools_run_tool' (found by 'ebuild.sh' QA warnings). (diff) | |
download | gentoo-2-d5a7f46344cf4885ce0e2441e1e548476058cea5.tar.gz gentoo-2-d5a7f46344cf4885ce0e2441e1e548476058cea5.tar.bz2 gentoo-2-d5a7f46344cf4885ce0e2441e1e548476058cea5.zip |
amd64 stable, bug #502212
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/pidgin-sipe/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/pidgin-sipe/pidgin-sipe-1.18.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-plugins/pidgin-sipe/ChangeLog b/x11-plugins/pidgin-sipe/ChangeLog index 5bd13ff8b7bf..bdceed297f47 100644 --- a/x11-plugins/pidgin-sipe/ChangeLog +++ b/x11-plugins/pidgin-sipe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/pidgin-sipe # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v 1.27 2014/02/01 15:25:09 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v 1.28 2014/03/01 12:01:06 pacho Exp $ + + 01 Mar 2014; Pacho Ramos <pacho@gentoo.org> pidgin-sipe-1.18.0-r1.ebuild: + amd64 stable, bug #502212 *pidgin-sipe-1.18.0-r1 (01 Feb 2014) diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.18.0-r1.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.18.0-r1.ebuild index 2b0bf66b2a4b..f37e446d9d7b 100644 --- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.18.0-r1.ebuild +++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.18.0-r1.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/x11-plugins/pidgin-sipe/pidgin-sipe-1.18.0-r1.ebuild,v 1.1 2014/02/01 15:25:09 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.18.0-r1.ebuild,v 1.2 2014/03/01 12:01:06 pacho Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/sipe/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="debug kerberos ocs2005-message-hack openssl telepathy voice" |