diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-12-08 00:12:12 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-12-08 00:12:12 +0000 |
commit | c9b5226dfe26022e185ab838356fed2bc389bd34 (patch) | |
tree | a90a126d98b4c18ee6ff334f877557f81dc5b17e /dev-libs/gmime/gmime-2.2.24.ebuild | |
parent | Fix build issue with newer gcc, bug #294558 (diff) | |
download | gentoo-2-c9b5226dfe26022e185ab838356fed2bc389bd34.tar.gz gentoo-2-c9b5226dfe26022e185ab838356fed2bc389bd34.tar.bz2 gentoo-2-c9b5226dfe26022e185ab838356fed2bc389bd34.zip |
Add gtk-sharp-api everywhere, bug #294480
(Portage version: 2.2_rc55/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/gmime/gmime-2.2.24.ebuild')
-rw-r--r-- | dev-libs/gmime/gmime-2.2.24.ebuild | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/dev-libs/gmime/gmime-2.2.24.ebuild b/dev-libs/gmime/gmime-2.2.24.ebuild index 9997b12aa655..eb8b307695a0 100644 --- a/dev-libs/gmime/gmime-2.2.24.ebuild +++ b/dev-libs/gmime/gmime-2.2.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmime/gmime-2.2.24.ebuild,v 1.4 2009/11/21 18:20:51 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmime/gmime-2.2.24.ebuild,v 1.5 2009/12/08 00:12:12 eva Exp $ inherit gnome2 eutils mono libtool autotools @@ -14,15 +14,17 @@ KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="doc mono" RDEPEND=">=dev-libs/glib-2 - mono? ( dev-lang/mono - >=dev-dotnet/gtk-sharp-2.4.0 ) - sys-libs/zlib" + sys-libs/zlib + mono? ( + dev-lang/mono + >=dev-dotnet/gtk-sharp-2.4.0 )" DEPEND="${RDEPEND} - dev-util/pkgconfig - dev-util/gtk-doc-am - doc? ( - >=dev-util/gtk-doc-1.0 - app-text/docbook-sgml-utils )" + dev-util/pkgconfig + dev-util/gtk-doc-am + doc? ( + >=dev-util/gtk-doc-1.0 + app-text/docbook-sgml-utils ) + mono? ( dev-dotnet/gtk-sharp-gapi )" DOCS="AUTHORS ChangeLog COPYING INSTALL NEWS PORTING README TODO doc/html/" |