diff options
author | David Seifert <soap@gentoo.org> | 2022-01-04 11:29:57 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-04 11:29:57 +0100 |
commit | 1fd7fb65d63994c7da91699771e498b5d7f6ebd3 (patch) | |
tree | 13159a901b16ca418f7c80b52f800b8494c80c05 /sys-apps | |
parent | sys-apps/dbus: remove implicit kernel_linux (diff) | |
download | gentoo-1fd7fb65d63994c7da91699771e498b5d7f6ebd3.tar.gz gentoo-1fd7fb65d63994c7da91699771e498b5d7f6ebd3.tar.bz2 gentoo-1fd7fb65d63994c7da91699771e498b5d7f6ebd3.zip |
sys-apps/gptfdisk: remove implicit kernel_linux
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/gptfdisk/gptfdisk-1.0.6-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/gptfdisk/gptfdisk-1.0.7-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/gptfdisk/gptfdisk-1.0.8-r1.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-apps/gptfdisk/gptfdisk-1.0.6-r2.ebuild b/sys-apps/gptfdisk/gptfdisk-1.0.6-r2.ebuild index 770e93982f0a..2861972f8552 100644 --- a/sys-apps/gptfdisk/gptfdisk-1.0.6-r2.ebuild +++ b/sys-apps/gptfdisk/gptfdisk-1.0.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" -IUSE="kernel_linux ncurses static" +IUSE="ncurses static" # libuuid from util-linux is required. RDEPEND="!static? ( diff --git a/sys-apps/gptfdisk/gptfdisk-1.0.7-r2.ebuild b/sys-apps/gptfdisk/gptfdisk-1.0.7-r2.ebuild index 06e5ca062f3a..df490f526b5e 100644 --- a/sys-apps/gptfdisk/gptfdisk-1.0.7-r2.ebuild +++ b/sys-apps/gptfdisk/gptfdisk-1.0.7-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" -IUSE="kernel_linux ncurses static" +IUSE="ncurses static" # libuuid from util-linux is required. RDEPEND="!static? ( diff --git a/sys-apps/gptfdisk/gptfdisk-1.0.8-r1.ebuild b/sys-apps/gptfdisk/gptfdisk-1.0.8-r1.ebuild index c97d95282503..150948967cf2 100644 --- a/sys-apps/gptfdisk/gptfdisk-1.0.8-r1.ebuild +++ b/sys-apps/gptfdisk/gptfdisk-1.0.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="kernel_linux ncurses static" +IUSE="ncurses static" # libuuid from util-linux is required. RDEPEND="!static? ( |