summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Villavicencio <the_paya@gentoo.org>2008-07-02 20:39:13 +0000
committerJavier Villavicencio <the_paya@gentoo.org>2008-07-02 20:39:13 +0000
commitee449fc65da037576bb8cc388ff75de3ae9a6a02 (patch)
tree4ac04505ae4f7e4860232d86d3c0e9ab2c6e801d /sys-devel/gettext
parentVersion bump (diff)
downloadgentoo-2-ee449fc65da037576bb8cc388ff75de3ae9a6a02.tar.gz
gentoo-2-ee449fc65da037576bb8cc388ff75de3ae9a6a02.tar.bz2
gentoo-2-ee449fc65da037576bb8cc388ff75de3ae9a6a02.zip
Fix for bug 204746, acl depend for non-linux.
(Portage version: 2.2_rc1/cvs/FreeBSD 7.0-RELEASE i386)
Diffstat (limited to 'sys-devel/gettext')
-rw-r--r--sys-devel/gettext/ChangeLog6
-rw-r--r--sys-devel/gettext/gettext-0.17.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/gettext/ChangeLog b/sys-devel/gettext/ChangeLog
index acd05b51c1eb..cfbd54f881f0 100644
--- a/sys-devel/gettext/ChangeLog
+++ b/sys-devel/gettext/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/gettext
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.163 2008/01/14 04:44:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.164 2008/07/02 20:39:13 the_paya Exp $
+
+ 02 Jul 2008; Javier Villavicencio <the_paya@gentoo.org>
+ gettext-0.17.ebuild:
+ Fix acl dependency, fixes bug #204746.
14 Jan 2008; Mike Frysinger <vapier@gentoo.org> gettext-0.17.ebuild:
Flip back to internal libcroco to avoid glib/gettext circular deps #204851
diff --git a/sys-devel/gettext/gettext-0.17.ebuild b/sys-devel/gettext/gettext-0.17.ebuild
index 4c987c393462..8ff4e4868110 100644
--- a/sys-devel/gettext/gettext-0.17.ebuild
+++ b/sys-devel/gettext/gettext-0.17.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/sys-devel/gettext/gettext-0.17.ebuild,v 1.11 2008/01/14 04:44:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.17.ebuild,v 1.12 2008/07/02 20:39:13 the_paya Exp $
inherit flag-o-matic eutils multilib toolchain-funcs mono libtool
@@ -17,7 +17,7 @@ DEPEND="virtual/libiconv
dev-libs/libxml2
sys-libs/ncurses
dev-libs/expat
- acl? ( sys-apps/acl )"
+ acl? ( kernel_linux? ( sys-apps/acl ) )"
PDEPEND="emacs? ( app-emacs/po-mode )"
src_unpack() {