diff options
author | Sam James <sam@gentoo.org> | 2022-08-27 17:56:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-27 17:56:32 +0100 |
commit | ce5bd2917711d272e5c3e7124923f6bc28d36556 (patch) | |
tree | 51573a3dd198ef860a9750d99e60e7b9bfaaf779 /dev-util/bdelta | |
parent | media-radio/fldigi: add github upstream metadata (diff) | |
download | gentoo-ce5bd2917711d272e5c3e7124923f6bc28d36556.tar.gz gentoo-ce5bd2917711d272e5c3e7124923f6bc28d36556.tar.bz2 gentoo-ce5bd2917711d272e5c3e7124923f6bc28d36556.zip |
dev-util/bdelta: fix EbuildReservedName (drop unused semi-live template bits)
Not sure what LIVE_EBUILD was supposed to be but there's no live
ebuild now and it's not how we normally do live ebuild
templates nowadays anyway.
Maybe it was something like PROPERTIES="live" before we had it,
or maybe just nothing. Dunno!
Signed-off-by: Sam James <sam@gentoo.org>
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 |