diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-05-02 16:14:34 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-05-02 16:14:34 +0000 |
commit | 6c90dd80f31fb2b6fbc91dfd97a7f5af6e2ee1a9 (patch) | |
tree | 26fea45ad3d6d6d0071314db289261ae527d8f10 /sys-apps/acl | |
parent | Fix the recursive repaint bug again, bug 509390 (diff) | |
download | gentoo-2-6c90dd80f31fb2b6fbc91dfd97a7f5af6e2ee1a9.tar.gz gentoo-2-6c90dd80f31fb2b6fbc91dfd97a7f5af6e2ee1a9.tar.bz2 gentoo-2-6c90dd80f31fb2b6fbc91dfd97a7f5af6e2ee1a9.zip |
Move misplaced blocker to RDEPEND.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-apps/acl')
-rw-r--r-- | sys-apps/acl/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/acl/acl-2.2.52-r1.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/acl/ChangeLog b/sys-apps/acl/ChangeLog index 3af59d456229..e41ced45d268 100644 --- a/sys-apps/acl/ChangeLog +++ b/sys-apps/acl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/acl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.124 2014/05/02 10:17:58 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.125 2014/05/02 16:14:34 mgorny Exp $ + + 02 May 2014; Michał Górny <mgorny@gentoo.org> acl-2.2.52-r1.ebuild: + Move misplaced blocker to RDEPEND. *acl-2.2.52-r1 (02 May 2014) diff --git a/sys-apps/acl/acl-2.2.52-r1.ebuild b/sys-apps/acl/acl-2.2.52-r1.ebuild index a2c40e8fe87c..5111a3c5cb49 100644 --- a/sys-apps/acl/acl-2.2.52-r1.ebuild +++ b/sys-apps/acl/acl-2.2.52-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.52-r1.ebuild,v 1.1 2014/05/02 10:17:58 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.52-r1.ebuild,v 1.2 2014/05/02 16:14:34 mgorny Exp $ EAPI="4" @@ -15,13 +15,13 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux" IUSE="nls static-libs" -RDEPEND=">=sys-apps/attr-2.4[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) +RDEPEND=">=sys-apps/attr-2.4[${MULTILIB_USEDEP}] abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140406-r2 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext )" src_prepare() { sed -i \ |