diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-01 19:15:46 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-03-03 20:27:21 +0100 |
commit | 7ae71e671ee7e5abb861a734133a62f77f301dc6 (patch) | |
tree | 113ec9d08cf829b2e2fe4012c3798f720e9a87a4 /app-arch | |
parent | media-video/smplayer: Bump to EAPI-7 (diff) | |
download | gentoo-7ae71e671ee7e5abb861a734133a62f77f301dc6.tar.gz gentoo-7ae71e671ee7e5abb861a734133a62f77f301dc6.tar.bz2 gentoo-7ae71e671ee7e5abb861a734133a62f77f301dc6.zip |
app-arch/xz-utils: remove non-exist blocker
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11204
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/xz-utils/xz-utils-5.2.3.ebuild | 3 | ||||
-rw-r--r-- | app-arch/xz-utils/xz-utils-5.2.4-r2.ebuild | 3 | ||||
-rw-r--r-- | app-arch/xz-utils/xz-utils-9999.ebuild | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/app-arch/xz-utils/xz-utils-5.2.3.ebuild b/app-arch/xz-utils/xz-utils-5.2.3.ebuild index 22e7ad09c650..f610a97a4f9e 100644 --- a/app-arch/xz-utils/xz-utils-5.2.3.ebuild +++ b/app-arch/xz-utils/xz-utils-5.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Remember: we cannot leverage autotools in this ebuild in order @@ -30,7 +30,6 @@ SLOT="0" IUSE="elibc_FreeBSD +extra-filters nls static-libs +threads" RDEPEND="!<app-arch/lzma-4.63 - !app-arch/lzma-utils !<app-arch/p7zip-4.57" DEPEND="${RDEPEND} ${EXTRA_DEPEND}" diff --git a/app-arch/xz-utils/xz-utils-5.2.4-r2.ebuild b/app-arch/xz-utils/xz-utils-5.2.4-r2.ebuild index 5a32471e2d6c..481626bc8f13 100644 --- a/app-arch/xz-utils/xz-utils-5.2.4-r2.ebuild +++ b/app-arch/xz-utils/xz-utils-5.2.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Remember: we cannot leverage autotools in this ebuild in order @@ -31,7 +31,6 @@ SLOT="0" IUSE="elibc_FreeBSD +extra-filters nls static-libs +threads" RDEPEND="!<app-arch/lzma-4.63 - !app-arch/lzma-utils !<app-arch/p7zip-4.57" DEPEND="${RDEPEND} ${EXTRA_DEPEND}" diff --git a/app-arch/xz-utils/xz-utils-9999.ebuild b/app-arch/xz-utils/xz-utils-9999.ebuild index de20abb3a88a..636b34fdba40 100644 --- a/app-arch/xz-utils/xz-utils-9999.ebuild +++ b/app-arch/xz-utils/xz-utils-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Remember: we cannot leverage autotools in this ebuild in order @@ -31,7 +31,6 @@ SLOT="0" IUSE="elibc_FreeBSD +extra-filters nls static-libs +threads" RDEPEND="!<app-arch/lzma-4.63 - !app-arch/lzma-utils !<app-arch/p7zip-4.57" DEPEND="${RDEPEND} ${EXTRA_DEPEND}" |