diff options
author | Johannes Huber <johu@gentoo.org> | 2014-03-31 20:02:08 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2014-03-31 20:02:08 +0000 |
commit | f3465270b39058968305e687f0adf39dd319ec09 (patch) | |
tree | c30ce6fbb2ee8ede433e74e6e6c799a10e09a382 /net-irc | |
parent | Fix patch. Reinstate latest stable (bug #505224). (diff) | |
download | gentoo-2-f3465270b39058968305e687f0adf39dd319ec09.tar.gz gentoo-2-f3465270b39058968305e687f0adf39dd319ec09.tar.bz2 gentoo-2-f3465270b39058968305e687f0adf39dd319ec09.zip |
x86 stable, bug #505202
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/konversation/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/konversation/konversation-1.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/konversation/ChangeLog b/net-irc/konversation/ChangeLog index 3953c0688044..7f673d29dcaa 100644 --- a/net-irc/konversation/ChangeLog +++ b/net-irc/konversation/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/konversation # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/konversation/ChangeLog,v 1.114 2014/03/29 19:24:18 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/konversation/ChangeLog,v 1.115 2014/03/31 20:02:08 johu Exp $ + + 31 Mar 2014; Johannes Huber <johu@gentoo.org> konversation-1.5.ebuild: + x86 stable, bug #505202 29 Mar 2014; Chema Alonso <nimiux@gentoo.org> konversation-1.5.ebuild: Stable for amd64 wrt bug #505202 diff --git a/net-irc/konversation/konversation-1.5.ebuild b/net-irc/konversation/konversation-1.5.ebuild index 001365fd315c..6c63e0f0631d 100644 --- a/net-irc/konversation/konversation-1.5.ebuild +++ b/net-irc/konversation/konversation-1.5.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-irc/konversation/konversation-1.5.ebuild,v 1.2 2014/03/29 19:24:18 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/konversation/konversation-1.5.ebuild,v 1.3 2014/03/31 20:02:08 johu Exp $ EAPI=5 @@ -18,7 +18,7 @@ HOMEPAGE="http://konversation.kde.org" SRC_URI="mirror://kde/stable/${PN}/${MY_PV}/src/${MY_P}.tar.xz" LICENSE="GPL-2 FDL-1.2" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" SLOT="4" IUSE="+crypt debug" |