diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-04-29 13:52:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-05-01 20:37:34 +0200 |
commit | 4a409a1ecd75d064e8b471f6131bb1feb83c37a8 (patch) | |
tree | ad19729542f1e853b610fbb243f35a6292279efd /app-doc/linux-device-drivers | |
parent | dev-libs/openssl: Bump to version 1.1.1_pre6. Removed old. (diff) | |
download | gentoo-4a409a1ecd75d064e8b471f6131bb1feb83c37a8.tar.gz gentoo-4a409a1ecd75d064e8b471f6131bb1feb83c37a8.tar.bz2 gentoo-4a409a1ecd75d064e8b471f6131bb1feb83c37a8.zip |
*/*: Specify EAPI=0 explicitly, to ease greps
Closes: https://github.com/gentoo/gentoo/pull/8199
Diffstat (limited to 'app-doc/linux-device-drivers')
-rw-r--r-- | app-doc/linux-device-drivers/linux-device-drivers-2.ebuild | 4 | ||||
-rw-r--r-- | app-doc/linux-device-drivers/linux-device-drivers-3.ebuild | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-doc/linux-device-drivers/linux-device-drivers-2.ebuild b/app-doc/linux-device-drivers/linux-device-drivers-2.ebuild index 2db0bb52eccc..bfd14f38cc43 100644 --- a/app-doc/linux-device-drivers/linux-device-drivers-2.ebuild +++ b/app-doc/linux-device-drivers/linux-device-drivers-2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + DESCRIPTION="howto write linux device drivers (updated for Linux 2.4)" HOMEPAGE="http://www.oreilly.com/catalog/linuxdrive2/" SRC_URI="http://www.xml.com/ldd/chapter/book/pdf/ldd_book_pdf.zip diff --git a/app-doc/linux-device-drivers/linux-device-drivers-3.ebuild b/app-doc/linux-device-drivers/linux-device-drivers-3.ebuild index 6720a15da59f..60920ab46d5d 100644 --- a/app-doc/linux-device-drivers/linux-device-drivers-3.ebuild +++ b/app-doc/linux-device-drivers/linux-device-drivers-3.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + DESCRIPTION="howto write linux device drivers (updated for Linux 2.6)" HOMEPAGE="http://www.oreilly.com/catalog/linuxdrive3/ http://lwn.net/Kernel/LDD3/" SRC_URI="http://lwn.net/images/pdf/LDD3/ldd3_pdf.tar.bz2 |