diff options
Diffstat (limited to 'dev-libs/opencryptoki')
-rw-r--r-- | dev-libs/opencryptoki/opencryptoki-3.4.1.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/opencryptoki/opencryptoki-3.6.1.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-libs/opencryptoki/opencryptoki-3.4.1.ebuild b/dev-libs/opencryptoki/opencryptoki-3.4.1.ebuild index da43888b4524..99428ccb4f77 100644 --- a/dev-libs/opencryptoki/opencryptoki-3.4.1.ebuild +++ b/dev-libs/opencryptoki/opencryptoki-3.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -63,7 +63,6 @@ src_configure() { econf \ --localstatedir=/var \ --enable-fast-install \ - --disable-dependency-tracking \ --disable-debug \ --enable-daemon \ --enable-library \ diff --git a/dev-libs/opencryptoki/opencryptoki-3.6.1.ebuild b/dev-libs/opencryptoki/opencryptoki-3.6.1.ebuild index 35d8afef5833..f3666b16096e 100644 --- a/dev-libs/opencryptoki/opencryptoki-3.6.1.ebuild +++ b/dev-libs/opencryptoki/opencryptoki-3.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -63,7 +63,6 @@ src_configure() { econf \ --localstatedir=/var \ --enable-fast-install \ - --disable-dependency-tracking \ --disable-debug \ --enable-daemon \ --enable-library \ |