commit:     3d2e143c642d9e8ddd803ed7a9f8afd9de371068
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 22 15:19:39 2021 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 17:18:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d2e143c

app-text/jabref-bin: explicitly mark as a live ebuild with live property

All of our eclasses for live ebuilds set PROPERTIES="live" as per PMS
to indicate their live nature, but manual live ebuilds obviously
don't have this automatic property.

Let's set it manually to correctly identify this as a live ebuild.

Closes: https://github.com/gentoo/gentoo/pull/19597
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Nicolas Bock <nicolasbock <AT> gentoo.org>

 app-text/jabref-bin/jabref-bin-4.9999.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/app-text/jabref-bin/jabref-bin-4.9999.ebuild 
b/app-text/jabref-bin/jabref-bin-4.9999.ebuild
index 4c60f2779d0..0526745fe6a 100644
--- a/app-text/jabref-bin/jabref-bin-4.9999.ebuild
+++ b/app-text/jabref-bin/jabref-bin-4.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,8 @@ inherit eutils java-pkg-2
 
 DESCRIPTION="Java GUI manages bibliographies in a BibTeX database"
 HOMEPAGE="http://www.jabref.org/";
-KEYWORDS=""
+S="${WORKDIR}"
+PROPERTIES="live"
 
 LICENSE="MIT"
 SLOT="0"
@@ -19,8 +20,6 @@ RDEPEND="
        virtual/jre:1.8
 "
 
-S="${WORKDIR}"
-
 src_unpack() {
        einfo "Downloading the latest Jabref development snapshot."
        einfo "Upstream updates these a few times per day."

Reply via email to