diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-02-19 05:43:43 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-02-19 05:43:43 +0000 |
commit | dc636a251c2fed2b639f6f5b6f0ea34110099545 (patch) | |
tree | 914f6f365353c0916ee20ed3956209fde33f85ef /net-im/ayttm | |
parent | inital ebuild. ref bug #38473 (Manifest recommit) (diff) | |
download | gentoo-2-dc636a251c2fed2b639f6f5b6f0ea34110099545.tar.gz gentoo-2-dc636a251c2fed2b639f6f5b6f0ea34110099545.tar.bz2 gentoo-2-dc636a251c2fed2b639f6f5b6f0ea34110099545.zip |
Disabled arts IUSE flag because it may cause segfault on startup. This closes bug #40688
Diffstat (limited to 'net-im/ayttm')
-rw-r--r-- | net-im/ayttm/ChangeLog | 7 | ||||
-rw-r--r-- | net-im/ayttm/ayttm-0.4.5.ebuild | 8 | ||||
-rw-r--r-- | net-im/ayttm/ayttm-0.4.6.ebuild | 10 |
3 files changed, 15 insertions, 10 deletions
diff --git a/net-im/ayttm/ChangeLog b/net-im/ayttm/ChangeLog index 0e243c7f3d22..a586fff5e41b 100644 --- a/net-im/ayttm/ChangeLog +++ b/net-im/ayttm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-im/ayttm # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ayttm/ChangeLog,v 1.7 2004/01/25 14:43:16 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ayttm/ChangeLog,v 1.8 2004/02/19 05:43:43 usata Exp $ + + 19 Feb 2004; Mamoru KOMACHI <usata@gentoo.org> ayttm-0.4.5.ebuild, + ayttm-0.4.6.ebuild: + Disabled arts IUSE flag because it may cause segfault on startup. + This closes bug #40688 *ayttm-0.4.6 (25 Jan 2004) diff --git a/net-im/ayttm/ayttm-0.4.5.ebuild b/net-im/ayttm/ayttm-0.4.5.ebuild index ceb226c4c443..9c035d718c33 100644 --- a/net-im/ayttm/ayttm-0.4.5.ebuild +++ b/net-im/ayttm/ayttm-0.4.5.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ayttm/ayttm-0.4.5.ebuild,v 1.2 2004/01/25 14:43:16 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ayttm/ayttm-0.4.5.ebuild,v 1.3 2004/02/19 05:43:43 usata Exp $ -IUSE="arts esd gnome nls" +# arts causes segfault +IUSE="esd gnome nls" S=${WORKDIR}/${P} DESCRIPTION="Are you talking to me? - MSN, Jabber, IRC, ICQ, AIM, SMTP instant messenger" @@ -15,7 +16,6 @@ KEYWORDS="x86" DEPEND="=x11-libs/gtk+-1.2* media-libs/audiofile - arts? ( >=kde-base/arts-1.0.0 ) gnome? ( >=gnome-base/gnome-libs-1.4.1.7 ) esd? ( >=media-sound/esound-0.2.28 )" @@ -24,7 +24,7 @@ src_compile() { econf \ --enable-smtp \ --enable-xft \ - `use_enable arts` \ + --disable-arts \ `use_enable esd` \ `use_enable gnome` \ `use_enable nls` || die diff --git a/net-im/ayttm/ayttm-0.4.6.ebuild b/net-im/ayttm/ayttm-0.4.6.ebuild index 2e6caa665d1a..ef0e1beaa25a 100644 --- a/net-im/ayttm/ayttm-0.4.6.ebuild +++ b/net-im/ayttm/ayttm-0.4.6.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ayttm/ayttm-0.4.6.ebuild,v 1.1 2004/01/25 14:43:16 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ayttm/ayttm-0.4.6.ebuild,v 1.2 2004/02/19 05:43:43 usata Exp $ -IUSE="arts esd gnome nls" +# arts causes segfault +IUSE="truetype esd gnome nls" S=${WORKDIR}/${P} DESCRIPTION="Are you talking to me? - MSN, Jabber, IRC, ICQ, AIM, SMTP instant messenger" @@ -11,7 +12,7 @@ HOMEPAGE="http://ayttm.sourceforge.net/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="virtual/x11 =x11-libs/gtk+-1.2* @@ -21,7 +22,6 @@ DEPEND="virtual/x11 app-text/aspell sys-devel/libtool truetype? ( virtual/xft ) - arts? ( >=kde-base/arts-1.0.0 ) gnome? ( >=gnome-base/gnome-libs-1.4.1.7 ) esd? ( >=media-sound/esound-0.2.28 )" @@ -29,8 +29,8 @@ src_compile() { econf \ --enable-smtp \ + --disable-arts \ `use_enable truetype xft` \ - `use_enable arts` \ `use_enable esd` \ `use_enable gnome` \ `use_enable nls` || die |