diff options
Diffstat (limited to 'media-gfx/autopano-sift')
-rw-r--r-- | media-gfx/autopano-sift/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/autopano-sift/autopano-sift-2.4-r1.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-gfx/autopano-sift/ChangeLog b/media-gfx/autopano-sift/ChangeLog index 1b083cef0578..4f5499cf9d4c 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.19 2008/03/16 00:53:57 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift/ChangeLog,v 1.20 2008/04/20 15:33:32 maekke Exp $ + + 20 Apr 2008; Markus Meier <maekke@gentoo.org> autopano-sift-2.4-r1.ebuild: + move pkgconfig to DEPEND, bug #217278 16 Mar 2008; Markus Meier <maekke@gentoo.org> -autopano-sift-2.4.ebuild, autopano-sift-2.4-r1.ebuild: 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 3e50226b1e64..23b8d0f54ec7 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.5 2008/03/16 00:53:57 maekke Exp $ +# $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 $ inherit mono eutils @@ -13,10 +13,11 @@ KEYWORDS="amd64 ppc x86" SLOT="0" IUSE="" -DEPEND="dev-lang/mono +RDEPEND="dev-lang/mono dev-dotnet/glade-sharp dev-dotnet/gtk-sharp - >=dev-dotnet/libgdiplus-1.1.11 + >=dev-dotnet/libgdiplus-1.1.11" +DEPEND="${RDEPEND} dev-util/pkgconfig" src_unpack() { |