diff options
author | Markus Meier <maekke@gentoo.org> | 2008-01-15 01:19:28 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-01-15 01:19:28 +0000 |
commit | 7f42dfdf48f6a0314341ce6fabdf566751feee66 (patch) | |
tree | d4b77dc5475412b947014b6235c298e0b11df892 /media-gfx/autopano-sift/autopano-sift-2.4-r1.ebuild | |
parent | fix .desktop entry (diff) | |
download | gentoo-2-7f42dfdf48f6a0314341ce6fabdf566751feee66.tar.gz gentoo-2-7f42dfdf48f6a0314341ce6fabdf566751feee66.tar.bz2 gentoo-2-7f42dfdf48f6a0314341ce6fabdf566751feee66.zip |
add pkgconfig dep (bug #205854) and remove old
(Portage version: 2.1.4)
Diffstat (limited to 'media-gfx/autopano-sift/autopano-sift-2.4-r1.ebuild')
-rw-r--r-- | media-gfx/autopano-sift/autopano-sift-2.4-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
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 2dc5788ca7ce..045fd787dc85 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-2007 Gentoo Foundation +# 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.1 2007/12/10 17:13:30 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift/autopano-sift-2.4-r1.ebuild,v 1.2 2008/01/15 01:19:27 maekke Exp $ inherit mono eutils @@ -16,7 +16,8 @@ IUSE="" DEPEND="dev-lang/mono dev-dotnet/glade-sharp dev-dotnet/gtk-sharp - >=dev-dotnet/libgdiplus-1.1.11" + >=dev-dotnet/libgdiplus-1.1.11 + dev-util/pkgconfig" src_unpack() { unpack ${A} |