diff options
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/kwebkitpart/ChangeLog | 7 | ||||
-rw-r--r-- | kde-misc/kwebkitpart/kwebkitpart-1.2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/kde-misc/kwebkitpart/ChangeLog b/kde-misc/kwebkitpart/ChangeLog index 0d29d00f2126..36922e78535a 100644 --- a/kde-misc/kwebkitpart/ChangeLog +++ b/kde-misc/kwebkitpart/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-misc/kwebkitpart -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kwebkitpart/ChangeLog,v 1.10 2011/10/29 21:36:34 dilfridge Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kwebkitpart/ChangeLog,v 1.11 2012/02/23 11:46:21 ago Exp $ + + 23 Feb 2012; Agostino Sarubbo <ago@gentoo.org> kwebkitpart-1.2.0.ebuild: + Stable for amd64, wrt bug #404773 *kwebkitpart-1.2.0 (29 Oct 2011) diff --git a/kde-misc/kwebkitpart/kwebkitpart-1.2.0.ebuild b/kde-misc/kwebkitpart/kwebkitpart-1.2.0.ebuild index ff871fbc5227..775f45bcf21e 100644 --- a/kde-misc/kwebkitpart/kwebkitpart-1.2.0.ebuild +++ b/kde-misc/kwebkitpart/kwebkitpart-1.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kwebkitpart/kwebkitpart-1.2.0.ebuild,v 1.1 2011/10/29 21:36:34 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kwebkitpart/kwebkitpart-1.2.0.ebuild,v 1.2 2012/02/23 11:46:21 ago Exp $ EAPI=4 @@ -17,6 +17,6 @@ HOMEPAGE="http://opendesktop.org/content/show.php?content=127960" SRC_URI="http://dev.gentoo.org/~thev00d00/distfiles/${CATEGORY}/${P}.tar.xz" LICENSE="LGPL-2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86" SLOT="4" IUSE="debug" |