diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-22 16:41:32 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-22 16:41:32 +0000 |
commit | 8e0be41cd199f5dd9664f2d55b8fdd250e315398 (patch) | |
tree | e745e6c9a5f031f3e7bd907401f89f464c243c62 /app-emulation/vice | |
parent | Require SLOT="0" of media-libs/jpeg for headers. (diff) | |
download | gentoo-2-8e0be41cd199f5dd9664f2d55b8fdd250e315398.tar.gz gentoo-2-8e0be41cd199f5dd9664f2d55b8fdd250e315398.tar.bz2 gentoo-2-8e0be41cd199f5dd9664f2d55b8fdd250e315398.zip |
Require SLOT="0" of media-libs/jpeg for headers.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/vice')
-rw-r--r-- | app-emulation/vice/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/vice/vice-2.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-emulation/vice/ChangeLog b/app-emulation/vice/ChangeLog index ca9e7f6e9f59..33580763f84d 100644 --- a/app-emulation/vice/ChangeLog +++ b/app-emulation/vice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/vice -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.65 2009/11/12 07:59:49 tupone Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.66 2010/01/22 16:41:32 ssuominen Exp $ + + 22 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> vice-2.1.ebuild: + Require SLOT="0" of media-libs/jpeg for headers. 12 Nov 2009; Alfredo Tupone <tupone@gentoo.org> vice-2.1.ebuild, +files/vice-2.1-xshm.patch: diff --git a/app-emulation/vice/vice-2.1.ebuild b/app-emulation/vice/vice-2.1.ebuild index 92c40eef9107..55f17226bbed 100644 --- a/app-emulation/vice/vice-2.1.ebuild +++ b/app-emulation/vice/vice-2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.1.ebuild,v 1.5 2009/11/12 07:59:49 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.1.ebuild,v 1.6 2010/01/22 16:41:32 ssuominen Exp $ EAPI=2 inherit eutils games @@ -38,7 +38,7 @@ RDEPEND=" resid? ( media-libs/resid ) sdl? ( media-libs/libsdl ) gif? ( media-libs/giflib ) - jpeg? ( media-libs/jpeg ) + jpeg? ( media-libs/jpeg:0 ) xv? ( x11-libs/libXv ) dga? ( x11-libs/libXxf86dga ) xrandr? ( x11-libs/libXrandr )" |