diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-03-15 16:15:39 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-04-02 13:14:15 +0200 |
commit | 8a1c03871a9564d1587cf4b17bdb0ac96da8a0e0 (patch) | |
tree | 8ed6439aaae21f7b6ad02eacd8a4926be68bccfb /dev-libs | |
parent | dev-libs/olm: Updated copyright year (diff) | |
download | matrix-8a1c03871a9564d1587cf4b17bdb0ac96da8a0e0.tar.gz matrix-8a1c03871a9564d1587cf4b17bdb0ac96da8a0e0.tar.bz2 matrix-8a1c03871a9564d1587cf4b17bdb0ac96da8a0e0.zip |
dev-libs/olm: Bump to EAPI-7
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/olm/olm-2.3.0.ebuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/dev-libs/olm/olm-2.3.0.ebuild b/dev-libs/olm/olm-2.3.0.ebuild index 17b6687..e7adf3a 100644 --- a/dev-libs/olm/olm-2.3.0.ebuild +++ b/dev-libs/olm/olm-2.3.0.ebuild @@ -1,13 +1,11 @@ # Copyright 1999-2019 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="An implementation of the Double Ratchet cryptographic ratchet in C++" HOMEPAGE="https://git.matrix.org/git/olm/about/" -inherit eutils - if [[ ${PV} != "9999" ]]; then KEYWORDS="~amd64 ~x86" fi @@ -15,14 +13,11 @@ fi SRC_URI="https://git.matrix.org/git/${PN}/snapshot/${P}.tar.bz2" LICENSE="GPL-3" -SLOT="0" +SLOT="0/$(ver_cut 1)" IUSE="" -RDEPEND="" -DEPEND="${RDEPEND}" - src_prepare() { - eapply_user + default sed -i 's@$(PREFIX)@/usr@g' Makefile } |