diff options
author | David Seifert <soap@gentoo.org> | 2020-02-09 14:12:58 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-09 14:12:58 +0100 |
commit | fcd53ae53418dbc5d4ac7919004dd95acd695adb (patch) | |
tree | 28cf71bf0bbe30e73948d238ba7c964d7742e3be /dev-util/dialog | |
parent | dev-util/colorgcc: Port to EAPI 7 (diff) | |
download | gentoo-fcd53ae53418dbc5d4ac7919004dd95acd695adb.tar.gz gentoo-fcd53ae53418dbc5d4ac7919004dd95acd695adb.tar.bz2 gentoo-fcd53ae53418dbc5d4ac7919004dd95acd695adb.zip |
dev-util/dialog: [QA] Fix OutdatedBlocker
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-util/dialog')
-rw-r--r-- | dev-util/dialog/dialog-1.3.20170131.ebuild | 3 | ||||
-rw-r--r-- | dev-util/dialog/dialog-1.3.20191110.ebuild | 3 | ||||
-rw-r--r-- | dev-util/dialog/dialog-1.3.20191210.ebuild | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/dev-util/dialog/dialog-1.3.20170131.ebuild b/dev-util/dialog/dialog-1.3.20170131.ebuild index 1286a1647bd9..fc28b4a96eb0 100644 --- a/dev-util/dialog/dialog-1.3.20170131.ebuild +++ b/dev-util/dialog/dialog-1.3.20170131.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=6 @@ -22,7 +22,6 @@ DEPEND=" ${RDEPEND} nls? ( sys-devel/gettext ) !minimal? ( sys-devel/libtool ) - !<=sys-freebsd/freebsd-contrib-8.9999 " src_prepare() { diff --git a/dev-util/dialog/dialog-1.3.20191110.ebuild b/dev-util/dialog/dialog-1.3.20191110.ebuild index 81549340ae07..f119f530eae5 100644 --- a/dev-util/dialog/dialog-1.3.20191110.ebuild +++ b/dev-util/dialog/dialog-1.3.20191110.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 @@ -20,7 +20,6 @@ DEPEND=" ${RDEPEND} nls? ( sys-devel/gettext ) !minimal? ( sys-devel/libtool ) - !<=sys-freebsd/freebsd-contrib-8.9999 " S=${WORKDIR}/${DIA_P} diff --git a/dev-util/dialog/dialog-1.3.20191210.ebuild b/dev-util/dialog/dialog-1.3.20191210.ebuild index 81549340ae07..f119f530eae5 100644 --- a/dev-util/dialog/dialog-1.3.20191210.ebuild +++ b/dev-util/dialog/dialog-1.3.20191210.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 @@ -20,7 +20,6 @@ DEPEND=" ${RDEPEND} nls? ( sys-devel/gettext ) !minimal? ( sys-devel/libtool ) - !<=sys-freebsd/freebsd-contrib-8.9999 " S=${WORKDIR}/${DIA_P} |