diff options
author | 2021-04-15 02:54:34 +0100 | |
---|---|---|
committer | 2021-04-16 12:16:00 +0100 | |
commit | 4f2421d588c8f6066c20295aad925ec1481d45f0 (patch) | |
tree | 0d3a8ce4454ea7f4c68ce73d606cc36ff41596fd /dev-libs/libx86 | |
parent | dev-libs/libvterm-neovim: eutils-- (diff) | |
download | gentoo-4f2421d588c8f6066c20295aad925ec1481d45f0.tar.gz gentoo-4f2421d588c8f6066c20295aad925ec1481d45f0.tar.bz2 gentoo-4f2421d588c8f6066c20295aad925ec1481d45f0.zip |
dev-libs/libx86: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libx86')
-rw-r--r-- | dev-libs/libx86/libx86-1.1-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libx86/libx86-1.1-r4.ebuild b/dev-libs/libx86/libx86-1.1-r4.ebuild index 24efb4976012..e001fab4a41a 100644 --- a/dev-libs/libx86/libx86-1.1-r4.ebuild +++ b/dev-libs/libx86/libx86-1.1-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils toolchain-funcs flag-o-matic +inherit toolchain-funcs flag-o-matic DESCRIPTION="A hardware-independent library for executing real-mode x86 code" HOMEPAGE="https://www.codon.org.uk/~mjg59/libx86/" |