Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 183560 Details for
Bug 260281
dev-python/editobj should use USE flag dependencies from EAPI-2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch adding python tk USE flag dependency
editobj.usedep.patch (text/plain), 3.08 KB, created by
Pavel Bazika
on 2009-03-01 15:19:02 UTC
(
hide
)
Description:
Patch adding python tk USE flag dependency
Filename:
MIME Type:
Creator:
Pavel Bazika
Created:
2009-03-01 15:19:02 UTC
Size:
3.08 KB
patch
obsolete
>diff -u editobj.old/editobj-0.5.3.ebuild editobj.new/editobj-0.5.3.ebuild >--- editobj.old/editobj-0.5.3.ebuild 2006-02-17 00:05:41.000000000 +0100 >+++ editobj.new/editobj-0.5.3.ebuild 2009-03-01 15:37:40.000000000 +0100 >@@ -17,7 +17,7 @@ > SLOT="0" > IUSE="" > >-DEPEND=">=dev-lang/python-2.2.2 >+DEPEND=">=dev-lang/python-2.2.2[tk] > >=dev-lang/tk-8.3" > > S=${WORKDIR}/${MY_P} >diff -u editobj.old/editobj-0.5.6.ebuild editobj.new/editobj-0.5.6.ebuild >--- editobj.old/editobj-0.5.6.ebuild 2006-02-17 00:05:41.000000000 +0100 >+++ editobj.new/editobj-0.5.6.ebuild 2009-03-01 15:37:49.000000000 +0100 >@@ -15,7 +15,7 @@ > SLOT="0" > IUSE="" > >-DEPEND=">=dev-lang/python-2.2.2 >+DEPEND=">=dev-lang/python-2.2.2[tk] > >=dev-lang/tk-8.3" > > S=${WORKDIR}/${MY_P} >diff -u editobj.old/editobj-0.5.7.ebuild editobj.new/editobj-0.5.7.ebuild >--- editobj.old/editobj-0.5.7.ebuild 2006-04-01 17:06:41.000000000 +0200 >+++ editobj.new/editobj-0.5.7.ebuild 2009-03-01 15:37:56.000000000 +0100 >@@ -15,7 +15,7 @@ > SLOT="0" > IUSE="" > >-DEPEND=">=dev-lang/python-2.2.2 >+DEPEND=">=dev-lang/python-2.2.2[tk] > >=dev-lang/tk-8.3" > > S=${WORKDIR}/${MY_P} >diff -u dev-python/editobj.old/editobj-0.5.3.ebuild dev-python/editobj.new/editobj-0.5.3.ebuild >--- dev-python/editobj.old/editobj-0.5.3.ebuild 2006-02-17 00:05:41.000000000 +0100 >+++ dev-python/editobj.new/editobj-0.5.3.ebuild 2009-03-01 16:15:57.000000000 +0100 >@@ -2,6 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-python/editobj/editobj-0.5.3.ebuild,v 1.6 2006/02/16 22:41:29 marienz Exp $ > >+EAPI="2" > inherit distutils > > MY_P=${P/editobj/EditObj} >@@ -17,7 +18,7 @@ > SLOT="0" > IUSE="" > >-DEPEND=">=dev-lang/python-2.2.2 >+DEPEND=">=dev-lang/python-2.2.2[tk] > >=dev-lang/tk-8.3" > > S=${WORKDIR}/${MY_P} >diff -u dev-python/editobj.old/editobj-0.5.6.ebuild dev-python/editobj.new/editobj-0.5.6.ebuild >--- dev-python/editobj.old/editobj-0.5.6.ebuild 2006-02-17 00:05:41.000000000 +0100 >+++ dev-python/editobj.new/editobj-0.5.6.ebuild 2009-03-01 16:16:18.000000000 +0100 >@@ -2,6 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-python/editobj/editobj-0.5.6.ebuild,v 1.5 2006/02/16 22:41:29 marienz Exp $ > >+EAPI="2" > inherit distutils > > MY_P=${P/editobj/EditObj} >@@ -15,7 +16,7 @@ > SLOT="0" > IUSE="" > >-DEPEND=">=dev-lang/python-2.2.2 >+DEPEND=">=dev-lang/python-2.2.2[tk] > >=dev-lang/tk-8.3" > > S=${WORKDIR}/${MY_P} >diff -u dev-python/editobj.old/editobj-0.5.7.ebuild dev-python/editobj.new/editobj-0.5.7.ebuild >--- dev-python/editobj.old/editobj-0.5.7.ebuild 2006-04-01 17:06:41.000000000 +0200 >+++ dev-python/editobj.new/editobj-0.5.7.ebuild 2009-03-01 16:16:31.000000000 +0100 >@@ -2,6 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-python/editobj/editobj-0.5.7.ebuild,v 1.2 2006/04/01 14:50:39 agriffis Exp $ > >+EAPI="2" > inherit distutils > > MY_P=${P/editobj/EditObj} >@@ -15,7 +16,7 @@ > SLOT="0" > IUSE="" > >-DEPEND=">=dev-lang/python-2.2.2 >+DEPEND=">=dev-lang/python-2.2.2[tk] > >=dev-lang/tk-8.3" > > S=${WORKDIR}/${MY_P}
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 260281
:
183426
|
183557
|
183560
|
183561