public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Kopete 3.5 and 4.0 can't be install at the same time
@ 2008-03-17 15:35 cypherstrong
  2008-03-17 16:28 ` Matthias Guede
  2008-03-17 17:02 ` Volker Armin Hemmann
  0 siblings, 2 replies; 4+ messages in thread
From: cypherstrong @ 2008-03-17 15:35 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 342 bytes --]

I have found a problem in slot of kde 3.5 and 4.0

kopete 3.5 depends on app-crypt/qca:0
kopete 4.0 depends on app-crypt/qca:2

qca:0 block qca:2 so if I wan't kopete on kde 3.5 and 4.0 they is a problem

How can I solve it ?

qca:0 and qca:2 are really blocking each other ? can't we really remove
blocking state between us ?



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Kopete 3.5 and 4.0 can't be install at the same time
  2008-03-17 15:35 [gentoo-user] Kopete 3.5 and 4.0 can't be install at the same time cypherstrong
@ 2008-03-17 16:28 ` Matthias Guede
  2008-03-17 17:02 ` Volker Armin Hemmann
  1 sibling, 0 replies; 4+ messages in thread
From: Matthias Guede @ 2008-03-17 16:28 UTC (permalink / raw
  To: gentoo-user

They don't realy blocking each other:

From qca-2.0.0-r2.ebuild:

DEPEND="
    !<app-crypt/qca-1.0-r3

So you can have both,  qca-1.0-r3 and qca-2.0.0-r2 on your system (but
not qca-1.0-r2 and qca-2.0.0-r2).

But you have to unmask qca-1.0-r3 first:
echo "=qapp-crypt/ca-1.0-r3" >> /etc/portage/package.unmask



2008/3/17, cypherstrong <cypherstrong@gmail.com>:
> I have found a problem in slot of kde 3.5 and 4.0
>
>  kopete 3.5 depends on app-crypt/qca:0
>  kopete 4.0 depends on app-crypt/qca:2
>
>  qca:0 block qca:2 so if I wan't kopete on kde 3.5 and 4.0 they is a problem
>
>  How can I solve it ?
>
>  qca:0 and qca:2 are really blocking each other ? can't we really remove
>  blocking state between us ?
>
>
>
>
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Kopete 3.5 and 4.0 can't be install at the same time
  2008-03-17 15:35 [gentoo-user] Kopete 3.5 and 4.0 can't be install at the same time cypherstrong
  2008-03-17 16:28 ` Matthias Guede
@ 2008-03-17 17:02 ` Volker Armin Hemmann
  2008-03-17 20:49   ` [gentoo-user] " Strong Cypher
  1 sibling, 1 reply; 4+ messages in thread
From: Volker Armin Hemmann @ 2008-03-17 17:02 UTC (permalink / raw
  To: gentoo-user

On Montag, 17. März 2008, cypherstrong wrote:

ls -lh /var/db/pkg/app-crypt

drwxr-xr-x 2 root root 27 18. Jan 21:50 qca-1.0-r3
drwxr-xr-x 2 root root 29 10. Feb 19:09 qca-2.0.0-r2
drwxr-xr-x 2 root root 28 10. Feb 19:10 qca-ossl-2.0.0_beta3
drwxr-xr-x 2 root root 27 10. Feb 19:02 qca-tls-1.0-r4

blocks? there are blocks?

ah yes, there is a block in the qca-2.0.0-r2 ebuild, but not for qca-1.0-r3 
and later. So install 1.0-rc3.
--
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-user] Re: Kopete 3.5 and 4.0 can't be install at the same time
  2008-03-17 17:02 ` Volker Armin Hemmann
@ 2008-03-17 20:49   ` Strong Cypher
  0 siblings, 0 replies; 4+ messages in thread
From: Strong Cypher @ 2008-03-17 20:49 UTC (permalink / raw
  To: gentoo-user

yes r3 works fine
thanks

On 3/17/08, Volker Armin Hemmann <volker.armin.hemmann@tu-clausthal.de> wrote:
> On Montag, 17. März 2008, cypherstrong wrote:
>
> ls -lh /var/db/pkg/app-crypt
>
> drwxr-xr-x 2 root root 27 18. Jan 21:50 qca-1.0-r3
> drwxr-xr-x 2 root root 29 10. Feb 19:09 qca-2.0.0-r2
> drwxr-xr-x 2 root root 28 10. Feb 19:10 qca-ossl-2.0.0_beta3
> drwxr-xr-x 2 root root 27 10. Feb 19:02 qca-tls-1.0-r4
>
> blocks? there are blocks?
>
> ah yes, there is a block in the qca-2.0.0-r2 ebuild, but not for qca-1.0-r3
> and later. So install 1.0-rc3.
> --
> gentoo-user@lists.gentoo.org mailing list
>
>
--
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-03-17 20:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-17 15:35 [gentoo-user] Kopete 3.5 and 4.0 can't be install at the same time cypherstrong
2008-03-17 16:28 ` Matthias Guede
2008-03-17 17:02 ` Volker Armin Hemmann
2008-03-17 20:49   ` [gentoo-user] " Strong Cypher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox