diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 03:41:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 16:54:10 +0100 |
commit | 05aea5393569ea9efc8783f6ac0f35b450b7cddb (patch) | |
tree | 8132c7d77a1eca9b2b0159517eaaef1615b2aa34 /app-misc/gentoo | |
parent | app-crypt/tpm2-pkcs11: fix ebuild references (diff) | |
download | gentoo-05aea5393569ea9efc8783f6ac0f35b450b7cddb.tar.gz gentoo-05aea5393569ea9efc8783f6ac0f35b450b7cddb.tar.bz2 gentoo-05aea5393569ea9efc8783f6ac0f35b450b7cddb.zip |
app-misc/gentoo: eutils->desktop
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/gentoo')
-rw-r--r-- | app-misc/gentoo/gentoo-0.20.7.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-misc/gentoo/gentoo-0.20.7.ebuild b/app-misc/gentoo/gentoo-0.20.7.ebuild index 26e5fd720d81..8cdb913f1e7f 100644 --- a/app-misc/gentoo/gentoo-0.20.7.ebuild +++ b/app-misc/gentoo/gentoo-0.20.7.ebuild @@ -1,8 +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 autotools eutils + +inherit autotools desktop DESCRIPTION="Graphical file manager for Unix-like systems, using GTK+" HOMEPAGE="https://sourceforge.net/projects/gentoo/" |