diff options
author | Marc Schiffbauer <mschiff@gentoo.org> | 2023-12-05 17:03:31 +0100 |
---|---|---|
committer | Marc Schiffbauer <mschiff@gentoo.org> | 2023-12-05 17:03:31 +0100 |
commit | deb7fb1208e18feb6f19afbeed6794db13cb4d0d (patch) | |
tree | 0980134c110b9e85c5378f5177cf8a28e3d49216 | |
parent | www-apps/bareos-webui: fix DuplicateEclassInherit (diff) | |
download | gentoo-deb7fb1208e18feb6f19afbeed6794db13cb4d0d.tar.gz gentoo-deb7fb1208e18feb6f19afbeed6794db13cb4d0d.tar.bz2 gentoo-deb7fb1208e18feb6f19afbeed6794db13cb4d0d.zip |
www-apps/bareos-webui: fix MultipleKeywordsLines
Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>
-rw-r--r-- | www-apps/bareos-webui/bareos-webui-22.1.2.ebuild | 3 | ||||
-rw-r--r-- | 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" |