diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-17 06:38:17 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-17 06:38:17 +0000 |
commit | a8fc0ebfa4b41ce5b6b2699509bcc14583959b73 (patch) | |
tree | 8e65ed4226d1d8f8f411628eb417571f69b749a8 /kde-base/kstart | |
parent | Restore accidentally dropped ~hppa keyword as reported by jer bug #266459 (diff) | |
download | gentoo-2-a8fc0ebfa4b41ce5b6b2699509bcc14583959b73.tar.gz gentoo-2-a8fc0ebfa4b41ce5b6b2699509bcc14583959b73.tar.bz2 gentoo-2-a8fc0ebfa4b41ce5b6b2699509bcc14583959b73.zip |
Restore accidentally dropped ~hppa keyword as reported by jer bug #266459
(Portage version: 2.2_rc30/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kstart')
-rw-r--r-- | kde-base/kstart/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kstart/kstart-4.2.1.ebuild | 12 | ||||
-rw-r--r-- | kde-base/kstart/kstart-4.2.2.ebuild | 4 |
3 files changed, 10 insertions, 15 deletions
diff --git a/kde-base/kstart/ChangeLog b/kde-base/kstart/ChangeLog index ab31d16e6a70..21a0f94fbaa3 100644 --- a/kde-base/kstart/ChangeLog +++ b/kde-base/kstart/ChangeLog @@ -1,6 +1,13 @@ # 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.88 2009/04/12 06:04:37 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstart/ChangeLog,v 1.89 2009/04/17 06:38:17 alexxy Exp $ + + 17 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -kstart-4.2.1.ebuild, + kstart-4.2.2: + Restore ~hppa keywords + + 16 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -kstart-4.2.1.ebuild: + Drop KDE 4.2.1 *kstart-4.2.2 (11 Apr 2009) diff --git a/kde-base/kstart/kstart-4.2.1.ebuild b/kde-base/kstart/kstart-4.2.1.ebuild deleted file mode 100644 index abc71bb82ec0..000000000000 --- a/kde-base/kstart/kstart-4.2.1.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# 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.3 2009/04/11 17:48:29 armin76 Exp $ - -EAPI="2" - -KMNAME="kdebase-runtime" -inherit kde4-meta - -DESCRIPTION="KDE: Utility to launch applications with special window properties" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" -IUSE="debug" diff --git a/kde-base/kstart/kstart-4.2.2.ebuild b/kde-base/kstart/kstart-4.2.2.ebuild index 922526f9bacd..b404c409dce2 100644 --- a/kde-base/kstart/kstart-4.2.2.ebuild +++ b/kde-base/kstart/kstart-4.2.2.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.2.ebuild,v 1.1 2009/04/12 06:04:37 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstart/kstart-4.2.2.ebuild,v 1.2 2009/04/17 06:38:17 alexxy Exp $ EAPI="2" @@ -8,5 +8,5 @@ KMNAME="kdebase-runtime" inherit kde4-meta DESCRIPTION="KDE: Utility to launch applications with special window properties" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="debug" |