diff options
author | 2013-07-28 20:17:18 +0000 | |
---|---|---|
committer | 2013-07-28 20:17:18 +0000 | |
commit | ec0d66c82e536af7a2b07a9e2b8c3ec12af6d54f (patch) | |
tree | 8efd67a3fa9ae34a2f59a13305f5cf6a83b7c902 /virtual | |
parent | Remove old. (diff) | |
download | gentoo-2-ec0d66c82e536af7a2b07a9e2b8c3ec12af6d54f.tar.gz gentoo-2-ec0d66c82e536af7a2b07a9e2b8c3ec12af6d54f.tar.bz2 gentoo-2-ec0d66c82e536af7a2b07a9e2b8c3ec12af6d54f.zip |
Add a new revision propagating the multilib deps to the providers.
(Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/libiconv/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/libiconv/libiconv-0-r1.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/virtual/libiconv/ChangeLog b/virtual/libiconv/ChangeLog index af5a82d74635..463a39ad6dc7 100644 --- a/virtual/libiconv/ChangeLog +++ b/virtual/libiconv/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for virtual/libiconv # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/libiconv/ChangeLog,v 1.10 2013/02/17 19:55:21 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libiconv/ChangeLog,v 1.11 2013/07/28 20:17:18 aballier Exp $ + +*libiconv-0-r1 (28 Jul 2013) + + 28 Jul 2013; Alexis Ballier <aballier@gentoo.org> +libiconv-0-r1.ebuild: + Add a new revision propagating the multilib deps to the providers. 17 Feb 2013; Zac Medico <zmedico@gentoo.org> libiconv-0.ebuild: Add ~arm-linux keyword. diff --git a/virtual/libiconv/libiconv-0-r1.ebuild b/virtual/libiconv/libiconv-0-r1.ebuild new file mode 100644 index 000000000000..b2d7ca26c7a9 --- /dev/null +++ b/virtual/libiconv/libiconv-0-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/libiconv/libiconv-0-r1.ebuild,v 1.1 2013/07/28 20:17:18 aballier Exp $ + +EAPI=4 + +inherit multilib-build + +DESCRIPTION="Virtual for the GNU conversion library" +HOMEPAGE="" +SRC_URI="" +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +IUSE="elibc_glibc elibc_uclibc" +DEPEND="" + +# - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between +# that and gcc +RDEPEND="!elibc_glibc? ( !elibc_uclibc? ( dev-libs/libiconv[${MULTILIB_USEDEP}] ) )" |