diff options
author | 2012-05-11 21:37:05 +0000 | |
---|---|---|
committer | 2012-05-11 21:37:05 +0000 | |
commit | 0db7de4c07b2386105f13346bd510c30c9920fc8 (patch) | |
tree | 087ac18ab2b88cdb04854bf19921fe996ec84dc2 /media-gfx/shotwell/shotwell-0.12.2.ebuild | |
parent | Bring 1.0.11 stable release back (diff) | |
download | historical-0db7de4c07b2386105f13346bd510c30c9920fc8.tar.gz historical-0db7de4c07b2386105f13346bd510c30c9920fc8.tar.bz2 historical-0db7de4c07b2386105f13346bd510c30c9920fc8.zip |
Add sys-devel/m4 to DEPEND. Fixes bug #415003. Remove old ebuilds
Package-Manager: portage-2.1.10.58/cvs/Linux x86_64
Diffstat (limited to 'media-gfx/shotwell/shotwell-0.12.2.ebuild')
-rw-r--r-- | media-gfx/shotwell/shotwell-0.12.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-gfx/shotwell/shotwell-0.12.2.ebuild b/media-gfx/shotwell/shotwell-0.12.2.ebuild index 8010c8a80f4c..09841c924492 100644 --- a/media-gfx/shotwell/shotwell-0.12.2.ebuild +++ b/media-gfx/shotwell/shotwell-0.12.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/shotwell-0.12.2.ebuild,v 1.1 2012/05/07 07:58:07 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/shotwell-0.12.2.ebuild,v 1.2 2012/05/11 21:37:05 hwoarang Exp $ EAPI=4 GCONF_DEBUG="no" @@ -37,7 +37,8 @@ RDEPEND=" || ( >=sys-fs/udev-171[gudev] >=sys-fs/udev-145[extras] ) x11-libs/gtk+:3" DEPEND="${RDEPEND} - dev-lang/vala:0.16" + dev-lang/vala:0.16 + sys-devel/m4" DOCS=( AUTHORS MAINTAINERS NEWS README THANKS ) |