diff options
Diffstat (limited to 'dev-util/bdelta')
-rw-r--r-- | dev-util/bdelta/bdelta-0.3.1-r1.ebuild | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/dev-util/bdelta/bdelta-0.3.1-r1.ebuild b/dev-util/bdelta/bdelta-0.3.1-r1.ebuild index bf1c9ae4ddbf..88d9366e4cae 100644 --- a/dev-util/bdelta/bdelta-0.3.1-r1.ebuild +++ b/dev-util/bdelta/bdelta-0.3.1-r1.ebuild @@ -1,21 +1,17 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit toolchain-funcs vcs-snapshot -if [[ -z ${LIVE_EBUILD} ]]; then - KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-linux" - SRC_URI="https://github.com/jjwhitney/BDelta/archive/v${PV}.tar.gz -> ${P}.tar.gz" -fi - DESCRIPTION="Binary Delta - Efficient difference algorithm and format" HOMEPAGE="https://github.com/jjwhitney/BDelta" +SRC_URI="https://github.com/jjwhitney/BDelta/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SLOT="0" LICENSE="MPL-2.0" -IUSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-linux" PATCHES=( "${FILESDIR}"/${P}-soname.patch |