diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-02-28 07:32:35 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-02-28 07:32:35 +0200 |
commit | 4b0c12f04203f7a7a8d7e23f752e81b21cb28f25 (patch) | |
tree | 96a0f5255cc04f8b340acd455fc2cde929ad6cf2 | |
parent | c14906c94d4ea4dc7e0f809764048f0205eae2e0 (diff) |
modified: gimp/gimp-9999.ebuild
modified: ../media-video/ffmpeg/ffmpeg-20099999-r2.ebuild
-rw-r--r-- | media-gfx/gimp/gimp-9999.ebuild | 4 | ||||
-rw-r--r-- | media-video/ffmpeg/ffmpeg-20099999-r2.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild index b6bc3fe..64cf0df 100644 --- a/media-gfx/gimp/gimp-9999.ebuild +++ b/media-gfx/gimp/gimp-9999.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-9999.ebuild,v 1.17 2008/05/18 02:08:03 hanno Exp $ -inherit subversion fdo-mime flag-o-matic multilib python +inherit git fdo-mime flag-o-matic multilib python -ESVN_REPO_URI="http://svn.gnome.org/svn/gimp/trunk/" +EGIT_REPO_URI="git://git.gnome.org/gimp" DESCRIPTION="GNU Image Manipulation Program" HOMEPAGE="http://www.gimp.org/" diff --git a/media-video/ffmpeg/ffmpeg-20099999-r2.ebuild b/media-video/ffmpeg/ffmpeg-20099999-r2.ebuild index 8578d62..015275b 100644 --- a/media-video/ffmpeg/ffmpeg-20099999-r2.ebuild +++ b/media-video/ffmpeg/ffmpeg-20099999-r2.ebuild @@ -56,7 +56,7 @@ src_compile() { use sdl || myconf="${myconf} --disable-ffplay" if use network; then - use ipv6 || myconf="${myconf} --disable-ipv6" + use ipv6 else myconf="${myconf} --disable-network" fi |