diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 13:01:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:53:34 +0100 |
commit | 9cae1c500224067407210ac17fd8404acbda09d1 (patch) | |
tree | 663b2556588670e9d5937ae76372404488c669ac /app-office/projectlibre-bin/projectlibre-bin-1.6.2.ebuild | |
parent | app-office/ical: add explicit epatch inherit (diff) | |
download | gentoo-9cae1c500224067407210ac17fd8404acbda09d1.tar.gz gentoo-9cae1c500224067407210ac17fd8404acbda09d1.tar.bz2 gentoo-9cae1c500224067407210ac17fd8404acbda09d1.zip |
app-office/projectlibre-bin: eutils->desktop
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-office/projectlibre-bin/projectlibre-bin-1.6.2.ebuild')
-rw-r--r-- | app-office/projectlibre-bin/projectlibre-bin-1.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/projectlibre-bin/projectlibre-bin-1.6.2.ebuild b/app-office/projectlibre-bin/projectlibre-bin-1.6.2.ebuild index 04193d5fbffe..deeabc320133 100644 --- a/app-office/projectlibre-bin/projectlibre-bin-1.6.2.ebuild +++ b/app-office/projectlibre-bin/projectlibre-bin-1.6.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils xdg +inherit desktop xdg MY_PN=${PN/-bin} MY_P="${MY_PN}-${PV}" |