diff options
author | 2011-12-07 22:14:03 +0000 | |
---|---|---|
committer | 2011-12-07 22:14:03 +0000 | |
commit | 372182f26a4ddfc11100a9381e6824195ab30858 (patch) | |
tree | 6fbf3b238ed5982500f852ee1a45074bc6c39458 /kde-base/plasma-runtime | |
parent | Stable on amd64 wrt bug #388279 (diff) | |
download | gentoo-2-372182f26a4ddfc11100a9381e6824195ab30858.tar.gz gentoo-2-372182f26a4ddfc11100a9381e6824195ab30858.tar.bz2 gentoo-2-372182f26a4ddfc11100a9381e6824195ab30858.zip |
Stable on amd64 wrt bug #388279
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/plasma-runtime')
-rw-r--r-- | kde-base/plasma-runtime/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/plasma-runtime/plasma-runtime-4.7.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/kde-base/plasma-runtime/ChangeLog b/kde-base/plasma-runtime/ChangeLog index e040942d0240..8a756ac793de 100644 --- a/kde-base/plasma-runtime/ChangeLog +++ b/kde-base/plasma-runtime/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/plasma-runtime # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-runtime/ChangeLog,v 1.75 2011/12/07 12:02:10 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-runtime/ChangeLog,v 1.76 2011/12/07 22:13:47 hwoarang Exp $ + + 07 Dec 2011; Markos Chandras <hwoarang@gentoo.org> + plasma-runtime-4.7.3.ebuild: + Stable on amd64 wrt bug #388279 07 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> plasma-runtime-4.7.3.ebuild: diff --git a/kde-base/plasma-runtime/plasma-runtime-4.7.3.ebuild b/kde-base/plasma-runtime/plasma-runtime-4.7.3.ebuild index db0117700f8c..5e5511499b3e 100644 --- a/kde-base/plasma-runtime/plasma-runtime-4.7.3.ebuild +++ b/kde-base/plasma-runtime/plasma-runtime-4.7.3.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/kde-base/plasma-runtime/plasma-runtime-4.7.3.ebuild,v 1.2 2011/12/07 12:02:10 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-runtime/plasma-runtime-4.7.3.ebuild,v 1.3 2011/12/07 22:13:47 hwoarang Exp $ EAPI=4 @@ -10,5 +10,5 @@ DECLARATIVE_REQUIRED="always" inherit kde4-meta DESCRIPTION="Script engine and package tool for plasma" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="debug" |