summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2008-08-16 11:27:43 +0000
committerMarkus Meier <maekke@gentoo.org>2008-08-16 11:27:43 +0000
commit2f8cebdb62ebd515f381b7d1a8933835054265e4 (patch)
tree3454198f1472818a147495aa6dc6f66ee55b1d3a /media-gfx
parentAdded patch to allow compilation with gcc-4.3. (diff)
downloadgentoo-2-2f8cebdb62ebd515f381b7d1a8933835054265e4.tar.gz
gentoo-2-2f8cebdb62ebd515f381b7d1a8933835054265e4.tar.bz2
gentoo-2-2f8cebdb62ebd515f381b7d1a8933835054265e4.zip
block media-gfx/autopano-sift-C
(Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc2 i686)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/autopano-sift/ChangeLog5
-rw-r--r--media-gfx/autopano-sift/autopano-sift-2.4-r1.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/media-gfx/autopano-sift/ChangeLog b/media-gfx/autopano-sift/ChangeLog
index 4f5499cf9d4c..32c198ea018c 100644
--- a/media-gfx/autopano-sift/ChangeLog
+++ b/media-gfx/autopano-sift/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/autopano-sift
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift/ChangeLog,v 1.20 2008/04/20 15:33:32 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift/ChangeLog,v 1.21 2008/08/16 11:27:43 maekke Exp $
+
+ 16 Aug 2008; Markus Meier <maekke@gentoo.org> autopano-sift-2.4-r1.ebuild:
+ block media-gfx/autopano-sift-C
20 Apr 2008; Markus Meier <maekke@gentoo.org> autopano-sift-2.4-r1.ebuild:
move pkgconfig to DEPEND, bug #217278
diff --git a/media-gfx/autopano-sift/autopano-sift-2.4-r1.ebuild b/media-gfx/autopano-sift/autopano-sift-2.4-r1.ebuild
index 23b8d0f54ec7..3a3a5265eb7e 100644
--- a/media-gfx/autopano-sift/autopano-sift-2.4-r1.ebuild
+++ b/media-gfx/autopano-sift/autopano-sift-2.4-r1.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/autopano-sift/autopano-sift-2.4-r1.ebuild,v 1.6 2008/04/20 15:33:32 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift/autopano-sift-2.4-r1.ebuild,v 1.7 2008/08/16 11:27:43 maekke Exp $
inherit mono eutils
@@ -13,7 +13,8 @@ KEYWORDS="amd64 ppc x86"
SLOT="0"
IUSE=""
-RDEPEND="dev-lang/mono
+RDEPEND="!media-gfx/autopano-sift-C
+ dev-lang/mono
dev-dotnet/glade-sharp
dev-dotnet/gtk-sharp
>=dev-dotnet/libgdiplus-1.1.11"