commit:     deb7fb1208e18feb6f19afbeed6794db13cb4d0d
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  5 16:03:31 2023 +0000
Commit:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Tue Dec  5 16:03:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb7fb12

www-apps/bareos-webui: fix MultipleKeywordsLines

Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>

 www-apps/bareos-webui/bareos-webui-22.1.2.ebuild | 3 +--
 www-apps/bareos-webui/bareos-webui-9999.ebuild   | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/www-apps/bareos-webui/bareos-webui-22.1.2.ebuild 
b/www-apps/bareos-webui/bareos-webui-22.1.2.ebuild
index 6aad5017bec6..6d911f70e272 100644
--- a/www-apps/bareos-webui/bareos-webui-22.1.2.ebuild
+++ b/www-apps/bareos-webui/bareos-webui-22.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,7 +17,6 @@ if [[ ${PV} == 9999 ]]; then
        S=${WORKDIR}/${PF}/webui
        SRC_URI=""
        EGIT_REPO_URI="https://github.com/${MY_PN}/${MY_PN}.git";
-       KEYWORDS=""
 else
        S=${WORKDIR}/${MY_PN}-Release-${PV}/webui
        
SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/Release/${MY_PV}.tar.gz 
-> ${MY_P}.tar.gz"

diff --git a/www-apps/bareos-webui/bareos-webui-9999.ebuild 
b/www-apps/bareos-webui/bareos-webui-9999.ebuild
index 6aad5017bec6..6d911f70e272 100644
--- a/www-apps/bareos-webui/bareos-webui-9999.ebuild
+++ b/www-apps/bareos-webui/bareos-webui-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,7 +17,6 @@ if [[ ${PV} == 9999 ]]; then
        S=${WORKDIR}/${PF}/webui
        SRC_URI=""
        EGIT_REPO_URI="https://github.com/${MY_PN}/${MY_PN}.git";
-       KEYWORDS=""
 else
        S=${WORKDIR}/${MY_PN}-Release-${PV}/webui
        
SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/Release/${MY_PV}.tar.gz 
-> ${MY_P}.tar.gz"

Reply via email to