diff options
-rw-r--r-- | net-irc/konversation/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/konversation/konversation-1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/konversation/ChangeLog b/net-irc/konversation/ChangeLog index b51a212d95cf..acd336287603 100644 --- a/net-irc/konversation/ChangeLog +++ b/net-irc/konversation/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/konversation # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/konversation/ChangeLog,v 1.106 2011/12/08 10:36:28 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/konversation/ChangeLog,v 1.107 2011/12/31 12:34:40 ago Exp $ + + 31 Dec 2011; Agostino Sarubbo <ago@gentoo.org> konversation-1.4.ebuild: + Stable for AMD64, wrt bug #396555 *konversation-1.4 (08 Dec 2011) diff --git a/net-irc/konversation/konversation-1.4.ebuild b/net-irc/konversation/konversation-1.4.ebuild index 0eb08fe02967..aaa5e1a9f397 100644 --- a/net-irc/konversation/konversation-1.4.ebuild +++ b/net-irc/konversation/konversation-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/konversation/konversation-1.4.ebuild,v 1.1 2011/12/08 10:36:28 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/konversation/konversation-1.4.ebuild,v 1.2 2011/12/31 12:34:40 ago Exp $ EAPI=4 @@ -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" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" SLOT="4" IUSE="+crypt debug" |