diff options
author | Peter Johanson <latexer@gentoo.org> | 2004-06-21 16:28:37 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2004-06-21 16:28:37 +0000 |
commit | 9e78f98cbb49a704c15a409affa16085ffda4279 (patch) | |
tree | a5d76eb56bd67eb69622a59c9c86758f75dac8bc /dev-dotnet/winelib/winelib-0.3.ebuild | |
parent | Version bumped. (Manifest recommit) (diff) | |
download | gentoo-2-9e78f98cbb49a704c15a409affa16085ffda4279.tar.gz gentoo-2-9e78f98cbb49a704c15a409affa16085ffda4279.tar.bz2 gentoo-2-9e78f98cbb49a704c15a409affa16085ffda4279.zip |
Added an RDEPEND on libgdiplus. See bug #54613
Diffstat (limited to 'dev-dotnet/winelib/winelib-0.3.ebuild')
-rw-r--r-- | dev-dotnet/winelib/winelib-0.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-dotnet/winelib/winelib-0.3.ebuild b/dev-dotnet/winelib/winelib-0.3.ebuild index 8d9f8082953b..3562f3ce9563 100644 --- a/dev-dotnet/winelib/winelib-0.3.ebuild +++ b/dev-dotnet/winelib/winelib-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/winelib/winelib-0.3.ebuild,v 1.2 2004/06/21 15:37:42 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/winelib/winelib-0.3.ebuild,v 1.3 2004/06/21 16:28:37 latexer Exp $ DESCRIPTION="Library for using Windows.Forms with Mono" HOMEPAGE="http://www.go-mono.com/" @@ -12,7 +12,8 @@ KEYWORDS="~x86" IUSE="" RDEPEND=">=dev-dotnet/mono-0.95 - >=app-emulation/wine-20040121" + >=app-emulation/wine-20040121 + >=dev-dotnet/libgdiplus-0.9" DEPEND="${RDEPEND}" src_unpack() { |