diff options
author | 2008-04-20 14:37:40 +0000 | |
---|---|---|
committer | 2008-04-20 14:37:40 +0000 | |
commit | fef1bc3beb141c92495e4b86a99e4892e3a03830 (patch) | |
tree | fe2505b3b4ba35cbc4b6615821e30563fa6daea1 /net-misc/twitux | |
parent | Initial import (diff) | |
download | gentoo-2-fef1bc3beb141c92495e4b86a99e4892e3a03830.tar.gz gentoo-2-fef1bc3beb141c92495e4b86a99e4892e3a03830.tar.bz2 gentoo-2-fef1bc3beb141c92495e4b86a99e4892e3a03830.zip |
Fix aspell vs spell USE-flag disparity
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-misc/twitux')
-rw-r--r-- | net-misc/twitux/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/twitux/twitux-0.61.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/twitux/ChangeLog b/net-misc/twitux/ChangeLog index 5a2c849d6991..57ef95b6fe9c 100644 --- a/net-misc/twitux/ChangeLog +++ b/net-misc/twitux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/twitux # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/twitux/ChangeLog,v 1.1 2008/04/20 14:36:03 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/twitux/ChangeLog,v 1.2 2008/04/20 14:37:40 welp Exp $ + + 20 Apr 2008; <welp@gentoo.org> twitux-0.61.ebuild: + Fix aspell vs spell USE-flag disparity *twitux-0.61 (20 Apr 2008) diff --git a/net-misc/twitux/twitux-0.61.ebuild b/net-misc/twitux/twitux-0.61.ebuild index 44b4b5a48427..8ae4c5a1b4c7 100644 --- a/net-misc/twitux/twitux-0.61.ebuild +++ b/net-misc/twitux/twitux-0.61.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/twitux/twitux-0.61.ebuild,v 1.1 2008/04/20 14:36:03 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/twitux/twitux-0.61.ebuild,v 1.2 2008/04/20 14:37:40 welp Exp $ EAPI=1 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/twitux/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" -IUSE="aspell dbus gnome-keyring" +IUSE="spell dbus gnome-keyring" DEPEND="net-libs/libsoup:2.4 dev-libs/libxml2 @@ -25,7 +25,7 @@ DEPEND="net-libs/libsoup:2.4 RDEPEND="${DEPEND}" src_compile() { - econf $(use_enable aspell) \ + econf $(use_enable spell) \ $(use_enable gnome-keyring) || die "econf failed" emake || die "emake failed" |