diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2008-05-30 11:13:08 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2008-05-30 11:13:08 +0000 |
commit | a25571f0080cf3dedfb9ccbe9b50663f3119d168 (patch) | |
tree | dfa00293f335525836d3975bad796e5ab4b970dc /media-gfx/greycstoration | |
parent | Added unzip to DEPEND, thanks to Marek Miller (bug #114577). (diff) | |
download | gentoo-2-a25571f0080cf3dedfb9ccbe9b50663f3119d168.tar.gz gentoo-2-a25571f0080cf3dedfb9ccbe9b50663f3119d168.tar.bz2 gentoo-2-a25571f0080cf3dedfb9ccbe9b50663f3119d168.zip |
Added unzip to DEPEND, thanks to Marek Miller (bug #114577).
(Portage version: 2.1.5.2)
Diffstat (limited to 'media-gfx/greycstoration')
-rw-r--r-- | media-gfx/greycstoration/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/greycstoration/greycstoration-2.8.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/media-gfx/greycstoration/ChangeLog b/media-gfx/greycstoration/ChangeLog index 1b2d4ab6c15a..84b44060a5de 100644 --- a/media-gfx/greycstoration/ChangeLog +++ b/media-gfx/greycstoration/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/greycstoration # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/greycstoration/ChangeLog,v 1.2 2008/03/30 17:55:38 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/greycstoration/ChangeLog,v 1.3 2008/05/30 11:13:08 calchan Exp $ + + 30 May 2008; Denis Dupeyron <calchan@gentoo.org> + greycstoration-2.8.ebuild: + Added unzip to DEPEND, thanks to Marek Miller (bug #114577). *greycstoration-2.8 (30 Mar 2008) diff --git a/media-gfx/greycstoration/greycstoration-2.8.ebuild b/media-gfx/greycstoration/greycstoration-2.8.ebuild index 48642f4a2f39..08645cf4cbb0 100644 --- a/media-gfx/greycstoration/greycstoration-2.8.ebuild +++ b/media-gfx/greycstoration/greycstoration-2.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/greycstoration/greycstoration-2.8.ebuild,v 1.1 2008/03/30 17:55:38 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/greycstoration/greycstoration-2.8.ebuild,v 1.2 2008/05/30 11:13:08 calchan Exp $ inherit toolchain-funcs @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="fftw imagemagick jpeg lapack png tiff X" -DEPEND="fftw? ( >=sci-libs/fftw-3 ) +RDEPEND="fftw? ( >=sci-libs/fftw-3 ) imagemagick? ( media-gfx/imagemagick ) jpeg? ( media-libs/jpeg ) lapack? ( virtual/lapack ) @@ -21,6 +21,8 @@ DEPEND="fftw? ( >=sci-libs/fftw-3 ) X? ( x11-libs/libX11 x11-libs/libXext x11-libs/libXrandr )" +DEPEND="${RDEPEND} + app-arch/unzip" S="${WORKDIR}/GREYCstoration-${PV}/src" |