diff options
author | 2005-04-25 01:00:35 +0000 | |
---|---|---|
committer | 2005-04-25 01:00:35 +0000 | |
commit | 200d2da245e756dfbbce13688be0eb1934e15501 (patch) | |
tree | 1fb8b7c8c75760e1bf1b7d138916c65894fe50bd /sys-devel | |
parent | mark ~ppc (diff) | |
download | gentoo-2-200d2da245e756dfbbce13688be0eb1934e15501.tar.gz gentoo-2-200d2da245e756dfbbce13688be0eb1934e15501.tar.bz2 gentoo-2-200d2da245e756dfbbce13688be0eb1934e15501.zip |
Added doc to IUSE.
(Portage version: 2.0.51.20)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gettext/gettext-0.14.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gettext/gettext-0.14.4.ebuild b/sys-devel/gettext/gettext-0.14.4.ebuild index b72ad7165440..d5287c458e09 100644 --- a/sys-devel/gettext/gettext-0.14.4.ebuild +++ b/sys-devel/gettext/gettext-0.14.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.14.4.ebuild,v 1.3 2005/04/25 00:33:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.14.4.ebuild,v 1.4 2005/04/25 01:00:35 flameeyes Exp $ inherit flag-o-matic eutils toolchain-funcs mono libtool elisp-common @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="emacs nls" +IUSE="emacs nls doc" DEPEND="|| ( sys-libs/glibc dev-libs/libiconv )" |