Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 17193 Details for
Bug 27995
Request xxdiff ebuild allow optional KDE support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
xxdiff-2.9.2.ebuild.patch
xxdiff-2.9.2.ebuild.patch (text/plain), 628 bytes, created by
Theofilos Intzoglou
on 2003-09-06 15:48:34 UTC
(
hide
)
Description:
xxdiff-2.9.2.ebuild.patch
Filename:
MIME Type:
Creator:
Theofilos Intzoglou
Created:
2003-09-06 15:48:34 UTC
Size:
628 bytes
patch
obsolete
>--- xxdiff-2.9.2.ebuild.orig 2003-09-07 01:24:59.000000000 +0300 >+++ xxdiff-2.9.2.ebuild 2003-09-07 01:35:48.000000000 +0300 >@@ -8,15 +8,25 @@ > HOMEPAGE="http://xxdiff.sourceforge.net/" > > DEPEND="=x11-libs/qt-3* >- >=dev-util/tmake-1.8-r1" >+ >=dev-util/tmake-1.8-r1 >+ kde? ( =kde-base/kdelibs-3.1* )" > > RDEPEND="=x11-libs/qt-3* >- sys-apps/diffutils" >+ sys-apps/diffutils >+ kde? ( =kde-base/kdelibs-3.1* )" > > SLOT="0" > LICENSE="GPL-2" > KEYWORDS="x86 ~sparc" >-IUSE="" >+IUSE="kde" >+ >+src_unpack() { >+ unpack ${A} >+ if [ `use kde` ] ; then >+ cd ${S}/src >+ epatch ${FILESDIR}/kdesupport.patch >+ fi >+} > > src_compile() { > cd src
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 27995
: 17193 |
17194
|
17205