diff options
author | Sam James <sam@gentoo.org> | 2021-02-22 15:19:39 +0000 |
---|---|---|
committer | Nicolas Bock <nicolasbock@gentoo.org> | 2021-02-25 10:18:33 -0700 |
commit | 3d2e143c642d9e8ddd803ed7a9f8afd9de371068 (patch) | |
tree | 241a911d5678df4f6e4a2a01114f767f38a84181 /app-text/jabref-bin | |
parent | app-text/wgetpaste: fix dpaste escapes (diff) | |
download | gentoo-3d2e143c642d9e8ddd803ed7a9f8afd9de371068.tar.gz gentoo-3d2e143c642d9e8ddd803ed7a9f8afd9de371068.tar.bz2 gentoo-3d2e143c642d9e8ddd803ed7a9f8afd9de371068.zip |
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@gentoo.org>
Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
Diffstat (limited to 'app-text/jabref-bin')
-rw-r--r-- | app-text/jabref-bin/jabref-bin-4.9999.ebuild | 7 |
1 files 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 4c60f2779d03..0526745fe6ad 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." |