diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2013-04-22 13:58:04 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2013-04-22 13:58:04 +0000 |
commit | 94a4a2fd6badc37281f7af3f0a1a196bf29aecd4 (patch) | |
tree | de353cb5e5d5c85834eebb7c0cb9490ffc3cab09 /www-plugins | |
parent | initial commit, deps are likely a bit more complex than this (diff) | |
download | gentoo-2-94a4a2fd6badc37281f7af3f0a1a196bf29aecd4.tar.gz gentoo-2-94a4a2fd6badc37281f7af3f0a1a196bf29aecd4.tar.bz2 gentoo-2-94a4a2fd6badc37281f7af3f0a1a196bf29aecd4.zip |
fixed deps (bug #466796, thx to Tibor Vago)
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/google-talkplugin/ChangeLog | 6 | ||||
-rw-r--r-- | www-plugins/google-talkplugin/google-talkplugin-3.17.0.0.ebuild | 3 | ||||
-rw-r--r-- | www-plugins/google-talkplugin/google-talkplugin-9999.ebuild | 5 |
3 files changed, 8 insertions, 6 deletions
diff --git a/www-plugins/google-talkplugin/ChangeLog b/www-plugins/google-talkplugin/ChangeLog index 853099f3ebcc..0e4574fb691e 100644 --- a/www-plugins/google-talkplugin/ChangeLog +++ b/www-plugins/google-talkplugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-plugins/google-talkplugin # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.47 2013/04/04 19:09:53 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.48 2013/04/22 13:58:04 ottxor Exp $ + + 22 Apr 2013; Christoph Junghans <ottxor@gentoo.org> + google-talkplugin-3.17.0.0.ebuild, google-talkplugin-9999.ebuild: + fixed deps (bug #466796, thx to Tibor Vago) *google-talkplugin-3.17.0.0 (04 Apr 2013) diff --git a/www-plugins/google-talkplugin/google-talkplugin-3.17.0.0.ebuild b/www-plugins/google-talkplugin/google-talkplugin-3.17.0.0.ebuild index 9dd5ac8d46bd..587da02af398 100644 --- a/www-plugins/google-talkplugin/google-talkplugin-3.17.0.0.ebuild +++ b/www-plugins/google-talkplugin/google-talkplugin-3.17.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-3.17.0.0.ebuild,v 1.1 2013/04/04 19:09:53 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-3.17.0.0.ebuild,v 1.2 2013/04/22 13:58:04 ottxor Exp $ EAPI=4 @@ -35,7 +35,6 @@ RDEPEND="|| ( media-sound/pulseaudio media-libs/alsa-lib ) system-libCg? ( media-gfx/nvidia-cg-toolkit ) media-libs/fontconfig media-libs/freetype:2 - media-libs/libpng:1.2 sys-libs/glibc x11-libs/cairo x11-libs/gdk-pixbuf diff --git a/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild b/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild index 2e408d9c2ef8..634959764829 100644 --- a/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild +++ b/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild,v 1.12 2013/02/27 23:38:26 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild,v 1.13 2013/04/22 13:58:04 ottxor Exp $ EAPI=4 @@ -22,7 +22,7 @@ fi DESCRIPTION="Video chat browser plug-in for Google Talk" HOMEPAGE="http://www.google.com/chat/video" -IUSE="libnotify +system-libCg video_cards_fglrx video_cards_radeon" +IUSE="libnotify system-libCg video_cards_fglrx video_cards_radeon" SLOT="0" KEYWORDS="-* ~amd64 ~x86" @@ -35,7 +35,6 @@ RDEPEND="|| ( media-sound/pulseaudio media-libs/alsa-lib ) system-libCg? ( media-gfx/nvidia-cg-toolkit ) media-libs/fontconfig media-libs/freetype:2 - media-libs/libpng:1.2 sys-libs/glibc x11-libs/cairo x11-libs/gdk-pixbuf |