diff options
author | Alexandru Cepoi <alex.cepoi@gmail.com> | 2010-06-01 03:21:53 +0300 |
---|---|---|
committer | Alexandru Cepoi <alex.cepoi@gmail.com> | 2010-06-01 03:21:53 +0300 |
commit | 96183133f07636afc17365528eec5375d627ed72 (patch) | |
tree | 9b5bd5b22e685595a1d1881c3d3300084ba45f89 /dev-dotnet/glib-sharp/glib-sharp-2.12.10.ebuild | |
parent | add webkit-sharp-0.3 (diff) | |
download | alexcepoi-96183133f07636afc17365528eec5375d627ed72.tar.gz alexcepoi-96183133f07636afc17365528eec5375d627ed72.tar.bz2 alexcepoi-96183133f07636afc17365528eec5375d627ed72.zip |
bump gtk-sharp to 2.12.10
Diffstat (limited to 'dev-dotnet/glib-sharp/glib-sharp-2.12.10.ebuild')
-rw-r--r-- | dev-dotnet/glib-sharp/glib-sharp-2.12.10.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-dotnet/glib-sharp/glib-sharp-2.12.10.ebuild b/dev-dotnet/glib-sharp/glib-sharp-2.12.10.ebuild new file mode 100644 index 0000000..511a2d6 --- /dev/null +++ b/dev-dotnet/glib-sharp/glib-sharp-2.12.10.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=2 + +inherit gtk-sharp-module + +SLOT="2" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +IUSE="" + +RESTRICT="test" |