diff options
author | Kathryn Kulick <gothgirl@gentoo.org> | 2005-12-20 03:05:48 +0000 |
---|---|---|
committer | Kathryn Kulick <gothgirl@gentoo.org> | 2005-12-20 03:05:48 +0000 |
commit | 3e30d0b31924efe6778bfd71f355c7ae67cf068b (patch) | |
tree | 4f971ec0120318dff78e63e0649e8334eeeeea69 /net-im | |
parent | added ~mips keyword, bug #116099 (diff) | |
download | gentoo-2-3e30d0b31924efe6778bfd71f355c7ae67cf068b.tar.gz gentoo-2-3e30d0b31924efe6778bfd71f355c7ae67cf068b.tar.bz2 gentoo-2-3e30d0b31924efe6778bfd71f355c7ae67cf068b.zip |
fixed inherit mono eclass
(Portage version: 2.0.53)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/gaim/Manifest | 4 | ||||
-rw-r--r-- | net-im/gaim/gaim-2.0.0_beta1.ebuild | 6 |
3 files changed, 12 insertions, 6 deletions
diff --git a/net-im/gaim/ChangeLog b/net-im/gaim/ChangeLog index 863c1a7fb400..df6678b440a7 100644 --- a/net-im/gaim/ChangeLog +++ b/net-im/gaim/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-im/gaim # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/ChangeLog,v 1.373 2005/12/19 21:07:11 gothgirl Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/ChangeLog,v 1.374 2005/12/20 03:05:48 gothgirl Exp $ + + 20 Dec 2005; <gothgirl@gentoo.org> gaim-2.0.0_beta1.ebuild: + fixed inherit mono eclass + + 19 Dec 2005; <gothgirl@gentoo.org> gaim-2.0.0_beta1.ebuild: + added inherit mono to fix sandbox violation 19 Dec 2005; <gothgirl@gentoo.org> gaim-2.0.0_beta1.ebuild: removing ~amd64 keyword due to mono use being masked diff --git a/net-im/gaim/Manifest b/net-im/gaim/Manifest index 10b4ed02814f..b8b7c9355688 100644 --- a/net-im/gaim/Manifest +++ b/net-im/gaim/Manifest @@ -1,7 +1,7 @@ -MD5 01a09994f0ed790a33ee240aaa14995f ChangeLog 54157 +MD5 20555871f94e3c81c57efcd3db097fef ChangeLog 54266 MD5 55807d838af0375bc41eabe3534fdda8 files/digest-gaim-1.5.0 64 MD5 2c4a27af96f02fda96088c16ba7391e2 files/digest-gaim-2.0.0_beta1 69 MD5 afc682711efed5d09a9229bd06a7a13b files/gaim-0.76-xinput.patch 644 MD5 375e4842d0812bfba079e1b2539c7b17 gaim-1.5.0.ebuild 4181 -MD5 1016118761ed40c97c0e2444ae7240f9 gaim-2.0.0_beta1.ebuild 4594 +MD5 8ecd4e1fd431a12738d4fa2e339770ca gaim-2.0.0_beta1.ebuild 5649 MD5 6727d140d07549b6be4b0ca9886e2514 metadata.xml 414 diff --git a/net-im/gaim/gaim-2.0.0_beta1.ebuild b/net-im/gaim/gaim-2.0.0_beta1.ebuild index 1bf2b7a2c7d5..5a75ff4886d6 100644 --- a/net-im/gaim/gaim-2.0.0_beta1.ebuild +++ b/net-im/gaim/gaim-2.0.0_beta1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-2.0.0_beta1.ebuild,v 1.3 2005/12/19 21:07:11 gothgirl Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-2.0.0_beta1.ebuild,v 1.4 2005/12/20 03:05:48 gothgirl Exp $ -inherit flag-o-matic eutils toolchain-funcs debug multilib +inherit flag-o-matic eutils toolchain-funcs debug multilib mono MY_P=${P/_beta/beta} S=${WORKDIR}/${MY_P} @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/gaim/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -IUSE="nls perl spell nas cjk gnutls silc eds krb4 tcltk debug dbus vv mono" +IUSE="nls perl spell nas cjk gnutls silc eds krb4 tcltk debug dbus mono" RDEPEND=">=x11-libs/gtk+-2.0 >=dev-libs/glib-2.0 |