diff options
Diffstat (limited to 'dev-dotnet/vte-sharp/vte-sharp-2.24.0-r10.ebuild')
-rw-r--r-- | dev-dotnet/vte-sharp/vte-sharp-2.24.0-r10.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-dotnet/vte-sharp/vte-sharp-2.24.0-r10.ebuild b/dev-dotnet/vte-sharp/vte-sharp-2.24.0-r10.ebuild new file mode 100644 index 000000000000..af448b46fc5b --- /dev/null +++ b/dev-dotnet/vte-sharp/vte-sharp-2.24.0-r10.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/vte-sharp/vte-sharp-2.24.0-r10.ebuild,v 1.1 2009/01/29 22:47:07 loki_val Exp $ + +EAPI=2 + +GTK_SHARP_REQUIRED_VERSION="2.12" +VTE_REQUIRED_VERSION=0.16.14 + +inherit gtk-sharp-module + +SLOT="2" +KEYWORDS="~x86 ~ppc ~amd64" +IUSE="" + +RESTRICT="test" |