diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-05-26 06:38:02 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-05-26 06:38:02 +0000 |
commit | 139359b423e45596218c82fafd14fee3c12c17c4 (patch) | |
tree | 164f7a48da8ac3ae7a726b5ba8789684f0209c23 /media-video/coherence | |
parent | new beta release (diff) | |
download | gentoo-2-139359b423e45596218c82fafd14fee3c12c17c4.tar.gz gentoo-2-139359b423e45596218c82fafd14fee3c12c17c4.tar.bz2 gentoo-2-139359b423e45596218c82fafd14fee3c12c17c4.zip |
Removing stable sparc keyword that has unsatisfied dependencies #469550
(Portage version: 2.2.0_alpha176/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-video/coherence')
-rw-r--r-- | media-video/coherence/ChangeLog | 9 | ||||
-rw-r--r-- | media-video/coherence/coherence-0.6.6.1.ebuild | 6 | ||||
-rw-r--r-- | media-video/coherence/coherence-0.6.6.2.ebuild | 6 |
3 files changed, 12 insertions, 9 deletions
diff --git a/media-video/coherence/ChangeLog b/media-video/coherence/ChangeLog index d7a5de245759..f7cadf45f90d 100644 --- a/media-video/coherence/ChangeLog +++ b/media-video/coherence/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/coherence -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/ChangeLog,v 1.15 2011/03/05 17:08:17 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/ChangeLog,v 1.16 2013/05/26 06:38:02 patrick Exp $ + + 26 May 2013; Patrick Lauer <patrick@gentoo.org> coherence-0.6.6.1.ebuild, + coherence-0.6.6.2.ebuild: + Removing stable sparc keyword that has unsatisfied dependencies #469550 05 Mar 2011; Raúl Porcel <armin76@gentoo.org> coherence-0.6.6.1.ebuild, coherence-0.6.6.2.ebuild: @@ -61,4 +65,3 @@ Initial ebuild. Many thanks to all the contributors on bug 246166. This ebuild is still in rough shape, needs to have the deps worked out and minor fixes. Funtionality works - diff --git a/media-video/coherence/coherence-0.6.6.1.ebuild b/media-video/coherence/coherence-0.6.6.1.ebuild index 3210b14d27c8..e80f69ba3e0a 100644 --- a/media-video/coherence/coherence-0.6.6.1.ebuild +++ b/media-video/coherence/coherence-0.6.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild,v 1.9 2011/03/05 17:08:17 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild,v 1.10 2013/05/26 06:38:02 patrick Exp $ EAPI=2 PYTHON_DEPEND="2:2.5" @@ -18,7 +18,7 @@ SRC_URI="http://coherence.beebits.net/download/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~ppc64 sparc x86" +KEYWORDS="amd64 ~ppc64 ~sparc x86" IUSE="" # deps are not exact and need some work diff --git a/media-video/coherence/coherence-0.6.6.2.ebuild b/media-video/coherence/coherence-0.6.6.2.ebuild index bf644ab5cc7b..54f87f54ee14 100644 --- a/media-video/coherence/coherence-0.6.6.2.ebuild +++ b/media-video/coherence/coherence-0.6.6.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild,v 1.9 2011/03/05 17:08:17 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild,v 1.10 2013/05/26 06:38:02 patrick Exp $ EAPI=2 PYTHON_DEPEND="2:2.5" @@ -18,7 +18,7 @@ SRC_URI="http://coherence.beebits.net/download/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ppc ppc64 sparc x86" +KEYWORDS="amd64 ppc ppc64 ~sparc x86" IUSE="" # deps are not exact and need some work |