diff options
-rw-r--r-- | sys-block/gpart/gpart-0.3-r1.ebuild (renamed from sys-block/gpart/gpart-0.3.ebuild) | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys-block/gpart/gpart-0.3.ebuild b/sys-block/gpart/gpart-0.3-r1.ebuild index 441fcf000345..69972af8e900 100644 --- a/sys-block/gpart/gpart-0.3.ebuild +++ b/sys-block/gpart/gpart-0.3-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit autotools @@ -12,9 +12,6 @@ SRC_URI="https://github.com/baruch/gpart/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~hppa x86" -IUSE="" - -RDEPEND="" PATCHES=( "${FILESDIR}"/${PN}-0.1h-errno.patch |