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 /sys-freebsd | |
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 'sys-freebsd')
7 files changed, 15 insertions, 1 deletions
diff --git a/sys-freebsd/freebsd-bin/freebsd-bin-9.1.ebuild b/sys-freebsd/freebsd-bin/freebsd-bin-9.1.ebuild index fdda872991a2..b27b8deccc76 100644 --- a/sys-freebsd/freebsd-bin/freebsd-bin-9.1.ebuild +++ b/sys-freebsd/freebsd-bin/freebsd-bin-9.1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit bsdmk freebsd DESCRIPTION="FreeBSD /bin tools" diff --git a/sys-freebsd/freebsd-contrib/freebsd-contrib-9.1.ebuild b/sys-freebsd/freebsd-contrib/freebsd-contrib-9.1.ebuild index 7b6b9ee87f45..43cb7cfbbf59 100644 --- a/sys-freebsd/freebsd-contrib/freebsd-contrib-9.1.ebuild +++ b/sys-freebsd/freebsd-contrib/freebsd-contrib-9.1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit bsdmk freebsd flag-o-matic multilib DESCRIPTION="Contributed sources for FreeBSD" diff --git a/sys-freebsd/freebsd-pam-modules/freebsd-pam-modules-9.1-r1.ebuild b/sys-freebsd/freebsd-pam-modules/freebsd-pam-modules-9.1-r1.ebuild index ec99d87c211d..e23b77e00410 100644 --- a/sys-freebsd/freebsd-pam-modules/freebsd-pam-modules-9.1-r1.ebuild +++ b/sys-freebsd/freebsd-pam-modules/freebsd-pam-modules-9.1-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit bsdmk freebsd multilib pam DESCRIPTION="FreeBSD's PAM authentication modules" diff --git a/sys-freebsd/freebsd-pf/freebsd-pf-9.1.ebuild b/sys-freebsd/freebsd-pf/freebsd-pf-9.1.ebuild index a47d24a6ee8b..21c799fbcb84 100644 --- a/sys-freebsd/freebsd-pf/freebsd-pf-9.1.ebuild +++ b/sys-freebsd/freebsd-pf/freebsd-pf-9.1.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 + inherit bsdmk freebsd user DESCRIPTION="FreeBSD's base system libraries" diff --git a/sys-freebsd/freebsd-share/freebsd-share-9.1.ebuild b/sys-freebsd/freebsd-share/freebsd-share-9.1.ebuild index 6d06af01a442..28608174a64e 100644 --- a/sys-freebsd/freebsd-share/freebsd-share-9.1.ebuild +++ b/sys-freebsd/freebsd-share/freebsd-share-9.1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit bsdmk freebsd DESCRIPTION="FreeBSD shared tools/files" diff --git a/sys-freebsd/freebsd-sources/freebsd-sources-9.1-r3.ebuild b/sys-freebsd/freebsd-sources/freebsd-sources-9.1-r3.ebuild index fc852df1d6ff..85d83e233686 100644 --- a/sys-freebsd/freebsd-sources/freebsd-sources-9.1-r3.ebuild +++ b/sys-freebsd/freebsd-sources/freebsd-sources-9.1-r3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit bsdmk freebsd flag-o-matic DESCRIPTION="FreeBSD kernel sources" diff --git a/sys-freebsd/freebsd-sources/freebsd-sources-9.1-r9.ebuild b/sys-freebsd/freebsd-sources/freebsd-sources-9.1-r9.ebuild index de5badfc6b22..91b31dd95864 100644 --- a/sys-freebsd/freebsd-sources/freebsd-sources-9.1-r9.ebuild +++ b/sys-freebsd/freebsd-sources/freebsd-sources-9.1-r9.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit bsdmk freebsd flag-o-matic DESCRIPTION="FreeBSD kernel sources" |