diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-04-26 16:24:41 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-04-26 16:24:41 +0000 |
commit | 3cb8fcd30a11258059f0e3d0290ccea99e7dfe31 (patch) | |
tree | 44b5a04d2ab7888a189a287ca16ea253503f8784 /net-irc/irssi-otr | |
parent | x86 stable wrt bug #502978 (diff) | |
download | gentoo-2-3cb8fcd30a11258059f0e3d0290ccea99e7dfe31.tar.gz gentoo-2-3cb8fcd30a11258059f0e3d0290ccea99e7dfe31.tar.bz2 gentoo-2-3cb8fcd30a11258059f0e3d0290ccea99e7dfe31.zip |
x86 stable wrt bug #530998
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-irc/irssi-otr')
-rw-r--r-- | net-irc/irssi-otr/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/irssi-otr/irssi-otr-1.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/irssi-otr/ChangeLog b/net-irc/irssi-otr/ChangeLog index 8d51261c3d3a..e0dc3b164c58 100644 --- a/net-irc/irssi-otr/ChangeLog +++ b/net-irc/irssi-otr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/irssi-otr # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi-otr/ChangeLog,v 1.21 2015/04/08 18:01:55 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi-otr/ChangeLog,v 1.22 2015/04/26 16:24:41 pacho Exp $ + + 26 Apr 2015; Pacho Ramos <pacho@gentoo.org> irssi-otr-1.0.0.ebuild: + x86 stable wrt bug #530998 08 Apr 2015; Michał Górny <mgorny@gentoo.org> irssi-otr-0.3-r1.ebuild: Drop old Python implementations diff --git a/net-irc/irssi-otr/irssi-otr-1.0.0.ebuild b/net-irc/irssi-otr/irssi-otr-1.0.0.ebuild index 035394a9c6c2..6033bd03260d 100644 --- a/net-irc/irssi-otr/irssi-otr-1.0.0.ebuild +++ b/net-irc/irssi-otr/irssi-otr-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi-otr/irssi-otr-1.0.0.ebuild,v 1.2 2015/04/04 15:15:15 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi-otr/irssi-otr-1.0.0.ebuild,v 1.3 2015/04/26 16:24:41 pacho Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/cryptodotis/${PN}/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~sparc x86" IUSE="" # please note >=libotr-4.1.0 is required due to critical bugfix |