diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-09-03 15:28:23 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-09-03 15:28:23 +0000 |
commit | 82351d314f2cd52efef6ebe05e70102e1b2fc178 (patch) | |
tree | a9a64f85f93b0b2607c3b1efdf8762edf62439c8 /kde-base/ksync | |
parent | Fixed to compile with java-strict. Thanks to Caster <caster@matfyz.cz> for th... (diff) | |
download | gentoo-2-82351d314f2cd52efef6ebe05e70102e1b2fc178.tar.gz gentoo-2-82351d314f2cd52efef6ebe05e70102e1b2fc178.tar.bz2 gentoo-2-82351d314f2cd52efef6ebe05e70102e1b2fc178.zip |
Stable on ia64.
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'kde-base/ksync')
-rw-r--r-- | kde-base/ksync/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/ksync/ksync-3.5.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/ksync/ChangeLog b/kde-base/ksync/ChangeLog index 80f400e7458d..ca062bd3bd29 100644 --- a/kde-base/ksync/ChangeLog +++ b/kde-base/ksync/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/ksync # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksync/ChangeLog,v 1.50 2006/07/25 08:15:38 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksync/ChangeLog,v 1.51 2006/09/03 15:28:23 kloeri Exp $ + + 03 Sep 2006; Bryan Østergaard <kloeri@gentoo.org> ksync-3.5.2.ebuild: + Stable on ia64. *ksync-3.5.4 (25 Jul 2006) diff --git a/kde-base/ksync/ksync-3.5.2.ebuild b/kde-base/ksync/ksync-3.5.2.ebuild index 08bc2628f0d9..5c2e3adeb93e 100644 --- a/kde-base/ksync/ksync-3.5.2.ebuild +++ b/kde-base/ksync/ksync-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/ksync/ksync-3.5.2.ebuild,v 1.8 2006/06/01 09:45:38 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksync/ksync-3.5.2.ebuild,v 1.9 2006/09/03 15:28:23 kloeri Exp $ KMNAME=kdepim MAXKDEVER=$PV @@ -8,7 +8,7 @@ KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta eutils DESCRIPTION="KDE pda synchronizer" -KEYWORDS="alpha amd64 ~ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkcal)" |