diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-25 00:33:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-25 00:33:25 +0000 |
commit | 5d856c27a9a69ba61a860afe8a0bf0684d956767 (patch) | |
tree | ad178604906a4fc47a1991c8099351b3c0946b79 /sys-devel | |
parent | Fix gcc4 build failure. Patch from halcy0n's overlay. (diff) | |
download | gentoo-2-5d856c27a9a69ba61a860afe8a0bf0684d956767.tar.gz gentoo-2-5d856c27a9a69ba61a860afe8a0bf0684d956767.tar.bz2 gentoo-2-5d856c27a9a69ba61a860afe8a0bf0684d956767.zip |
add a few more bsd tweaks #84682
(Portage version: 2.0.51.20)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gettext/gettext-0.14.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-devel/gettext/gettext-0.14.4.ebuild b/sys-devel/gettext/gettext-0.14.4.ebuild index 0d4e5a0815fb..b72ad7165440 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.2 2005/04/20 04:41:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.14.4.ebuild,v 1.3 2005/04/25 00:33:25 vapier Exp $ inherit flag-o-matic eutils toolchain-funcs mono libtool elisp-common @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="emacs nls" -DEPEND="" +DEPEND="|| ( sys-libs/glibc dev-libs/libiconv )" src_unpack() { unpack ${A} @@ -101,6 +101,7 @@ src_install() { mv "${D}"/usr/doc/gettext "${D}"/usr/share/doc/${PF}/html rm -r "${D}"/usr/doc fi + use doc || rm -r "${D}"/usr/share/doc/${PF}/html # Remove emacs site-lisp stuff if 'emacs' is not in USE if use emacs ; then |