diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 08:53:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:21:55 +0100 |
commit | c345add7102101790efe27c43860705e9434d2f9 (patch) | |
tree | e5241ff6dd5e63f1c317fd09ade90a5791529866 /sys-apps/biosdisk | |
parent | sys-apps/agedu: eutils-- (diff) | |
download | gentoo-c345add7102101790efe27c43860705e9434d2f9.tar.gz gentoo-c345add7102101790efe27c43860705e9434d2f9.tar.bz2 gentoo-c345add7102101790efe27c43860705e9434d2f9.zip |
sys-apps/biosdisk: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/biosdisk')
-rw-r--r-- | sys-apps/biosdisk/biosdisk-1.01.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys-apps/biosdisk/biosdisk-1.01.ebuild b/sys-apps/biosdisk/biosdisk-1.01.ebuild index f4ae904c895e..ddd33591ce56 100644 --- a/sys-apps/biosdisk/biosdisk-1.01.ebuild +++ b/sys-apps/biosdisk/biosdisk-1.01.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils - DESCRIPTION="FreeDOS based BIOS updating utility for Dell machines" HOMEPAGE="https://github.com/dell/biosdisk" SRC_URI="https://github.com/dell/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" |