diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-07 20:38:31 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-07 20:38:31 +0000 |
commit | f44ea16c4c2fee404c1a97c79b7158a2407f6e2c (patch) | |
tree | 1b9f024f6b7d3d909205941d7614d0e13d6ab5a1 /virtual/jpeg | |
parent | Version bump. (diff) | |
download | gentoo-2-f44ea16c4c2fee404c1a97c79b7158a2407f6e2c.tar.gz gentoo-2-f44ea16c4c2fee404c1a97c79b7158a2407f6e2c.tar.bz2 gentoo-2-f44ea16c4c2fee404c1a97c79b7158a2407f6e2c.zip |
Set empty DEPEND wrt #344581 by Ulrich Müller.
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'virtual/jpeg')
-rw-r--r-- | virtual/jpeg/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/jpeg/jpeg-0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/jpeg/ChangeLog b/virtual/jpeg/ChangeLog index 5c451981eaa3..3caa8be44259 100644 --- a/virtual/jpeg/ChangeLog +++ b/virtual/jpeg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/jpeg # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/jpeg/ChangeLog,v 1.1 2010/07/23 19:31:30 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/jpeg/ChangeLog,v 1.2 2010/11/07 20:38:31 ssuominen Exp $ + + 07 Nov 2010; Samuli Suominen <ssuominen@gentoo.org> jpeg-0.ebuild: + Set empty DEPEND wrt #344581 by Ulrich Müller. *jpeg-0 (23 Jul 2010) diff --git a/virtual/jpeg/jpeg-0.ebuild b/virtual/jpeg/jpeg-0.ebuild index 3f65c885b915..12d6457f3a17 100644 --- a/virtual/jpeg/jpeg-0.ebuild +++ b/virtual/jpeg/jpeg-0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/jpeg/jpeg-0.ebuild,v 1.1 2010/07/23 19:31:30 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/jpeg/jpeg-0.ebuild,v 1.2 2010/11/07 20:38:31 ssuominen Exp $ EAPI=2 @@ -14,4 +14,4 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~spar IUSE="" RDEPEND="|| ( media-libs/jpeg:0 media-libs/libjpeg-turbo:0 )" -DEPEND="${RDEPEND}" +DEPEND="" |