diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-04-04 18:50:59 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-04-04 18:50:59 +0000 |
commit | 0064cb223847b3c072345b867e0fe4392ff3a80c (patch) | |
tree | a6ed492f1d01805fd8f2c9232774f0a19fae6489 /kde-base/kstart | |
parent | Stable for amd64, wrt bug #409403 (diff) | |
download | gentoo-2-0064cb223847b3c072345b867e0fe4392ff3a80c.tar.gz gentoo-2-0064cb223847b3c072345b867e0fe4392ff3a80c.tar.bz2 gentoo-2-0064cb223847b3c072345b867e0fe4392ff3a80c.zip |
Stable for amd64, wrt bug #409403
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kstart')
-rw-r--r-- | kde-base/kstart/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kstart/kstart-4.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kstart/ChangeLog b/kde-base/kstart/ChangeLog index 0648627e1af0..7d4daf1c7847 100644 --- a/kde-base/kstart/ChangeLog +++ b/kde-base/kstart/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kstart # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kstart/ChangeLog,v 1.182 2012/03/31 14:16:18 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstart/ChangeLog,v 1.183 2012/04/04 18:50:59 ago Exp $ + + 04 Apr 2012; Agostino Sarubbo <ago@gentoo.org> kstart-4.8.1.ebuild: + Stable for amd64, wrt bug #409403 31 Mar 2012; Markus Meier <maekke@gentoo.org> kstart-4.8.1.ebuild: add ~arm, bug #402989 diff --git a/kde-base/kstart/kstart-4.8.1.ebuild b/kde-base/kstart/kstart-4.8.1.ebuild index 8a48020f3edc..700f79ce1c65 100644 --- a/kde-base/kstart/kstart-4.8.1.ebuild +++ b/kde-base/kstart/kstart-4.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kstart/kstart-4.8.1.ebuild,v 1.2 2012/03/31 14:16:18 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstart/kstart-4.8.1.ebuild,v 1.3 2012/04/04 18:50:59 ago Exp $ EAPI=4 @@ -8,5 +8,5 @@ KMNAME="kde-runtime" inherit kde4-meta DESCRIPTION="KDE: Utility to launch applications with special window properties" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux" IUSE="debug" |