diff options
author | 2006-09-03 14:36:24 +0000 | |
---|---|---|
committer | 2006-09-03 14:36:24 +0000 | |
commit | bc65b2c4180ce433a0a470bd81937a4a1c94d1b6 (patch) | |
tree | a7406a13956e2c92bcebacaf17411e7477748b3e /kde-base/kappfinder | |
parent | Add missing LSGT symbol to evdev symbols. (Dennis Schridde, Bug #145097) (diff) | |
download | gentoo-2-bc65b2c4180ce433a0a470bd81937a4a1c94d1b6.tar.gz gentoo-2-bc65b2c4180ce433a0a470bd81937a4a1c94d1b6.tar.bz2 gentoo-2-bc65b2c4180ce433a0a470bd81937a4a1c94d1b6.zip |
Stable on ia64.
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'kde-base/kappfinder')
-rw-r--r-- | kde-base/kappfinder/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kappfinder/kappfinder-3.5.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/kde-base/kappfinder/ChangeLog b/kde-base/kappfinder/ChangeLog index 64f047d6e3ed..6526b5e0cee3 100644 --- a/kde-base/kappfinder/ChangeLog +++ b/kde-base/kappfinder/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kappfinder # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kappfinder/ChangeLog,v 1.48 2006/07/25 03:10:51 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kappfinder/ChangeLog,v 1.49 2006/09/03 14:36:24 kloeri Exp $ + + 03 Sep 2006; Bryan Østergaard <kloeri@gentoo.org> + kappfinder-3.5.2.ebuild: + Stable on ia64. *kappfinder-3.5.4 (25 Jul 2006) diff --git a/kde-base/kappfinder/kappfinder-3.5.2.ebuild b/kde-base/kappfinder/kappfinder-3.5.2.ebuild index c99b09dedc02..404591b75de3 100644 --- a/kde-base/kappfinder/kappfinder-3.5.2.ebuild +++ b/kde-base/kappfinder/kappfinder-3.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kappfinder/kappfinder-3.5.2.ebuild,v 1.9 2006/06/01 05:37:24 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kappfinder/kappfinder-3.5.2.ebuild,v 1.10 2006/09/03 14:36:24 kloeri Exp $ KMNAME=kdebase MAXKDEVER=$PV @@ -8,7 +8,7 @@ KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta eutils DESCRIPTION="KDE tool that looks for well-known apps in your path and creates .desktop files for them in the KDE menu" -KEYWORDS="alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" RDEPEND="$(deprange $PV $MAXKDEVER kde-base/kicker)" |