summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin McCarthy <signals@gentoo.org>2011-02-25 17:41:56 +0000
committerKevin McCarthy <signals@gentoo.org>2011-02-25 17:41:56 +0000
commita009e84aa0e742d0bafcdceb42270fb0c6502863 (patch)
tree2b11b9d0d458fe6da3da7bd31468aa93e582613e /app-emulation/vice
parentVersion bump (diff)
downloadgentoo-2-a009e84aa0e742d0bafcdceb42270fb0c6502863.tar.gz
gentoo-2-a009e84aa0e742d0bafcdceb42270fb0c6502863.tar.bz2
gentoo-2-a009e84aa0e742d0bafcdceb42270fb0c6502863.zip
depend virtual/jpeg
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/vice')
-rw-r--r--app-emulation/vice/ChangeLog7
-rw-r--r--app-emulation/vice/vice-2.2.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/app-emulation/vice/ChangeLog b/app-emulation/vice/ChangeLog
index 5103582605b3..c7ee4aea4f46 100644
--- a/app-emulation/vice/ChangeLog
+++ b/app-emulation/vice/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/vice
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.72 2010/04/11 17:04:29 phajdan.jr Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.73 2011/02/25 17:41:56 signals Exp $
+
+ 25 Feb 2011; Kevin McCarthy <signals@gentoo.org> vice-2.2.ebuild:
+ Depend on virtual/jpeg instead of media-libs/jpeg
11 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> vice-2.2.ebuild:
x86 stable wrt bug #302506
diff --git a/app-emulation/vice/vice-2.2.ebuild b/app-emulation/vice/vice-2.2.ebuild
index 4799f5fa96a0..b4205e4770fc 100644
--- a/app-emulation/vice/vice-2.2.ebuild
+++ b/app-emulation/vice/vice-2.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.2.ebuild,v 1.4 2010/04/11 17:04:29 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.2.ebuild,v 1.5 2011/02/25 17:41:56 signals Exp $
EAPI=2
inherit autotools eutils games
@@ -42,7 +42,7 @@ RDEPEND="
readline? ( sys-libs/readline )
sdl? ( media-libs/libsdl )
gif? ( media-libs/giflib )
- jpeg? ( media-libs/jpeg:0 )
+ jpeg? ( virtual/jpeg )
xv? ( x11-libs/libXv )
dga? ( x11-libs/libXxf86dga )
xrandr? ( x11-libs/libXrandr )"