diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-04-11 06:10:35 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-04-11 06:10:35 +0000 |
commit | 297015cc323586781123e7fbd2a2381b7b793990 (patch) | |
tree | 5add998588242157443c5320ec0e1b7914d61ffc /kde-base/kstart | |
parent | Marked ~hppa (bug #260777). (diff) | |
download | historical-297015cc323586781123e7fbd2a2381b7b793990.tar.gz historical-297015cc323586781123e7fbd2a2381b7b793990.tar.bz2 historical-297015cc323586781123e7fbd2a2381b7b793990.zip |
Marked ~hppa (bug #260777).
Package-Manager: portage-2.2_rc28/cvs/Linux i686
Diffstat (limited to 'kde-base/kstart')
-rw-r--r-- | kde-base/kstart/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kstart/kstart-4.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kstart/ChangeLog b/kde-base/kstart/ChangeLog index 6742bc189cab..a09161926e1d 100644 --- a/kde-base/kstart/ChangeLog +++ b/kde-base/kstart/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kstart # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kstart/ChangeLog,v 1.85 2009/03/08 20:27:50 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstart/ChangeLog,v 1.86 2009/04/11 06:03:32 jer Exp $ + + 11 Apr 2009; Jeroen Roovers <jer@gentoo.org> kstart-4.2.1.ebuild: + Marked ~hppa (bug #260777). 08 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> -kstart-4.2.0.ebuild: Drop KDE 4.2.0 diff --git a/kde-base/kstart/kstart-4.2.1.ebuild b/kde-base/kstart/kstart-4.2.1.ebuild index 599b370ce5c2..fcdbee7e1cbc 100644 --- a/kde-base/kstart/kstart-4.2.1.ebuild +++ b/kde-base/kstart/kstart-4.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kstart/kstart-4.2.1.ebuild,v 1.1 2009/03/04 22:20:32 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstart/kstart-4.2.1.ebuild,v 1.2 2009/04/11 06:03:32 jer Exp $ EAPI="2" @@ -8,5 +8,5 @@ KMNAME="kdebase-runtime" inherit kde4-meta DESCRIPTION="KDE: Utility to launch applications with special window properties" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" IUSE="debug" |