diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-08-03 07:43:56 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-08-03 07:43:56 +0000 |
commit | b9f7f8b376d65a7411f0e7f7bc65b2913c83659e (patch) | |
tree | 592ef90256c4cf9799a4fb320b785644c78c7d9f /kde-base/kstart | |
parent | Bug #323717: Newer kernels change the build of localversion a lot, so we need... (diff) | |
download | gentoo-2-b9f7f8b376d65a7411f0e7f7bc65b2913c83659e.tar.gz gentoo-2-b9f7f8b376d65a7411f0e7f7bc65b2913c83659e.tar.bz2 gentoo-2-b9f7f8b376d65a7411f0e7f7bc65b2913c83659e.zip |
Stable on amd64 wrt bug #322791
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kstart')
-rw-r--r-- | kde-base/kstart/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kstart/kstart-4.4.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kstart/ChangeLog b/kde-base/kstart/ChangeLog index 5938d9a5e473..fecc4439832e 100644 --- a/kde-base/kstart/ChangeLog +++ b/kde-base/kstart/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kstart # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kstart/ChangeLog,v 1.135 2010/06/30 15:36:43 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstart/ChangeLog,v 1.136 2010/08/03 07:43:09 hwoarang Exp $ + + 03 Aug 2010; Markos Chandras <hwoarang@gentoo.org> kstart-4.4.5.ebuild: + Stable on amd64 wrt bug #322791 *kstart-4.4.5 (30 Jun 2010) diff --git a/kde-base/kstart/kstart-4.4.5.ebuild b/kde-base/kstart/kstart-4.4.5.ebuild index 1f104af943a5..e2e63b01ee19 100644 --- a/kde-base/kstart/kstart-4.4.5.ebuild +++ b/kde-base/kstart/kstart-4.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kstart/kstart-4.4.5.ebuild,v 1.1 2010/06/30 15:36:43 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstart/kstart-4.4.5.ebuild,v 1.2 2010/08/03 07:43:09 hwoarang Exp $ EAPI="3" @@ -8,5 +8,5 @@ KMNAME="kdebase-runtime" inherit kde4-meta DESCRIPTION="KDE: Utility to launch applications with special window properties" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="debug" |