diff options
author | 2005-05-01 07:53:57 +0000 | |
---|---|---|
committer | 2005-05-01 07:53:57 +0000 | |
commit | 8c774422b08b591eb7f7644b8df5c190f8eadde4 (patch) | |
tree | 65f1f7cd2d7afc0334fe8b487370ae1bd3f939d4 /app-text | |
parent | Stable on hppa. (diff) | |
download | gentoo-2-8c774422b08b591eb7f7644b8df5c190f8eadde4.tar.gz gentoo-2-8c774422b08b591eb7f7644b8df5c190f8eadde4.tar.bz2 gentoo-2-8c774422b08b591eb7f7644b8df5c190f8eadde4.zip |
gnuconfig no longer needed
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/enchant/enchant-1.1.6.ebuild | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/app-text/enchant/enchant-1.1.6.ebuild b/app-text/enchant/enchant-1.1.6.ebuild index 11e9f94f6d99..fa24ab33ca74 100644 --- a/app-text/enchant/enchant-1.1.6.ebuild +++ b/app-text/enchant/enchant-1.1.6.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/app-text/enchant/enchant-1.1.6.ebuild,v 1.1 2005/04/07 21:03:26 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.1.6.ebuild,v 1.2 2005/05/01 07:53:57 vapier Exp $ -inherit gnome2 gnuconfig +inherit gnome2 DESCRIPTION="Spellchecker wrapping library" HOMEPAGE="http://www.abisource.com/enchant/" @@ -10,7 +10,7 @@ SRC_URI="http://www.abisource.com/downloads/${PN}/${PV}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" # FIXME : some sort of proper spellchecker selection needed @@ -23,14 +23,4 @@ RDEPEND=">=dev-libs/glib-2 DEPEND="${RDEPEND} dev-util/pkgconfig" -src_unpack() { - - unpack ${A} - cd ${S} - - #for proper configuration on mips-linux and possibly other systems - gnuconfig_update - -} - DOCS="AUTHORS BUGS ChangeLog HACKING MAINTAINERS NEWS README TODO" |