diff options
Diffstat (limited to 'app-office/endeavour/endeavour-9999.ebuild')
-rw-r--r-- | app-office/endeavour/endeavour-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-office/endeavour/endeavour-9999.ebuild b/app-office/endeavour/endeavour-9999.ebuild index 97a763cfccef..e29cfc5e015d 100644 --- a/app-office/endeavour/endeavour-9999.ebuild +++ b/app-office/endeavour/endeavour-9999.ebuild @@ -13,9 +13,9 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://gitlab.gnome.org/World/Endeavour.git" SRC_URI="" else - SRC_URI="https://gitlab.gnome.org/World/${PN^}/-/archive/v${PV}/${PN^}-v${PV}.tar.bz2" + SRC_URI="https://gitlab.gnome.org/World/${PN^}/-/archive/${PV}/${PN^}-${PV}.tar.bz2" KEYWORDS="~amd64" - S="${WORKDIR}/${PN^}-v${PV}" + S="${WORKDIR}/${PN^}-${PV}" fi LICENSE="GPL-3+" @@ -28,7 +28,6 @@ RDEPEND=" >=gui-libs/libadwaita-1.2.0:1 >=net-libs/gnome-online-accounts-3.2.0:= >=dev-libs/libpeas-1.17 - dev-libs/libportal:0=[gtk] >=gnome-extra/evolution-data-server-3.33.2:=[gtk] introspection? ( >=dev-libs/gobject-introspection-1.42:= ) " |