diff options
author | Hanno Böck <hanno@gentoo.org> | 2020-10-12 18:13:13 +0200 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2020-10-12 18:14:24 +0200 |
commit | b42faa0880ebadf960f793a4d4c76123fd1c12f3 (patch) | |
tree | 8ce842debb011e1d6b7265dc5cce9bbf5221ef86 /dev-erlang | |
parent | media-libs/mesa: Allow llvm-11 slot (diff) | |
download | gentoo-b42faa0880ebadf960f793a4d4c76123fd1c12f3.tar.gz gentoo-b42faa0880ebadf960f793a4d4c76123fd1c12f3.tar.bz2 gentoo-b42faa0880ebadf960f793a4d4c76123fd1c12f3.zip |
dev-erlang/iconv: Remove old and dekeyword ppc
This dep is only used by ejabberd which is not
stable-supported on ppc. Due to old version
cleanups in dependencies ppc keyword needs to
be removed.
Signed-off-by: Hanno Böck <hanno@gentoo.org>
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Diffstat (limited to 'dev-erlang')
-rw-r--r-- | dev-erlang/iconv/Manifest | 1 | ||||
-rw-r--r-- | dev-erlang/iconv/iconv-1.0.10.ebuild | 4 | ||||
-rw-r--r-- | dev-erlang/iconv/iconv-1.0.4.ebuild | 22 |
3 files changed, 2 insertions, 25 deletions
diff --git a/dev-erlang/iconv/Manifest b/dev-erlang/iconv/Manifest index eec2d960234b..338f05de3333 100644 --- a/dev-erlang/iconv/Manifest +++ b/dev-erlang/iconv/Manifest @@ -1,2 +1 @@ DIST iconv-1.0.10.tar.gz 121594 BLAKE2B 407a6cbe51aa50c561c577bf447dbc781c22bdc4ea20cacdcd2772e3cd7d262a1577381985ddafeb6fb48be94b35070de025b5d2301dbb4a3b9b9c0defd6a4be SHA512 c0537db617b83184111ce6f3be2e381c4a9f6a96d4887a2cf5bde3b275974411fb997f4a2f6a9c2b25c8e783e26af92b531788e9354be413d1837dd0482d41ef -DIST iconv-1.0.4.tar.gz 121506 BLAKE2B ba2b3414feb8cd57681b8a866ee8862feae7a5cfce01077d94d0b2b90604a1f4757d138548deff9dad38e2ee88db54fc4e27c6a5120262d6620edfeadbbc388c SHA512 697f65a20aa42d92e2fe62bd88a6a6c7b1f6eff3a3ab14db3a17231875d2d36f5f36332c71db490b014cd3ea9b68abc0d815f3cf2b9cd72c18e1a94f62ff48a3 diff --git a/dev-erlang/iconv/iconv-1.0.10.ebuild b/dev-erlang/iconv/iconv-1.0.10.ebuild index 4d308812da7b..864140c4004c 100644 --- a/dev-erlang/iconv/iconv-1.0.10.ebuild +++ b/dev-erlang/iconv/iconv-1.0.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86" +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86" DEPEND=">=dev-erlang/p1_utils-1.0.13 >=dev-lang/erlang-17.1 diff --git a/dev-erlang/iconv/iconv-1.0.4.ebuild b/dev-erlang/iconv/iconv-1.0.4.ebuild deleted file mode 100644 index f7853c8f4f08..000000000000 --- a/dev-erlang/iconv/iconv-1.0.4.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit rebar - -DESCRIPTION="Fast encoding conversion library for Erlang and Elixir" -HOMEPAGE="https://github.com/processone/iconv" -SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86" - -DEPEND=">=dev-erlang/p1_utils-1.0.7 - >=dev-lang/erlang-17.1 - virtual/libiconv" -RDEPEND="${DEPEND}" - -DOCS=( README.md ) |