diff options
author | Steve Dibb <beandog@gentoo.org> | 2008-12-18 14:52:40 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2008-12-18 14:52:40 +0000 |
commit | cdb3885cf66790f885e3d2d0602117dffee2e9b6 (patch) | |
tree | 263a44c82b4e3ad9f6ff88a55bb98de137986c75 /kde-misc | |
parent | remove old (diff) | |
download | gentoo-2-cdb3885cf66790f885e3d2d0602117dffee2e9b6.tar.gz gentoo-2-cdb3885cf66790f885e3d2d0602117dffee2e9b6.tar.bz2 gentoo-2-cdb3885cf66790f885e3d2d0602117dffee2e9b6.zip |
Fix sword dep, bug 233257
(Portage version: 2.2_rc17/cvs/Linux 2.6.27-gentoo x86_64)
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/kio-sword/ChangeLog | 7 | ||||
-rw-r--r-- | kde-misc/kio-sword/kio-sword-0.2.ebuild | 11 |
2 files changed, 11 insertions, 7 deletions
diff --git a/kde-misc/kio-sword/ChangeLog b/kde-misc/kio-sword/ChangeLog index a454d54d03c7..893f11d5966a 100644 --- a/kde-misc/kio-sword/ChangeLog +++ b/kde-misc/kio-sword/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-misc/kio-sword -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-sword/ChangeLog,v 1.5 2007/03/19 17:38:04 kloeri Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-sword/ChangeLog,v 1.6 2008/12/18 14:52:40 beandog Exp $ + + 18 Dec 2008; Steve Dibb <beandog@gentoo.org> kio-sword-0.2.ebuild: + Fix sword dep, bug 233257 19 Mar 2007; Bryan Østergaard <kloeri@gentoo.org> metadata.xml: Remove squinky86 from metadata.xml due to retirement. diff --git a/kde-misc/kio-sword/kio-sword-0.2.ebuild b/kde-misc/kio-sword/kio-sword-0.2.ebuild index c44501eec791..515ddccad982 100644 --- a/kde-misc/kio-sword/kio-sword-0.2.ebuild +++ b/kde-misc/kio-sword/kio-sword-0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-sword/kio-sword-0.2.ebuild,v 1.4 2007/01/05 17:02:23 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-sword/kio-sword-0.2.ebuild,v 1.5 2008/12/18 14:52:40 beandog Exp $ inherit kde eutils @@ -14,15 +14,16 @@ KEYWORDS="x86 amd64" IUSE="" DEPEND="" -RDEPEND=">=app-text/sword-1.5.8" +RDEPEND=">=app-text/sword-1.5.8 + <app-text/sword-1.5.11" -S=${WORKDIR}/${PN/-/_}-${PV} +S="${WORKDIR}/${PN/-/_}-${PV}" need-kde 3.3 src_unpack() { unpack ${A} - cd ${S} + cd "${S}" epatch sword_1_5_8_fix.patch } |