commit:     ce5bd2917711d272e5c3e7124923f6bc28d36556
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 27 16:56:00 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 27 16:56:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce5bd291

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 <AT> gentoo.org>

 dev-util/bdelta/bdelta-0.3.1-r1.ebuild | 12 ++++--------
 1 file 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

Reply via email to