diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-06 18:57:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-06 19:25:04 +0200 |
commit | 6035e09fd7e08633b531a21f0691fa1b4b6c7c2c (patch) | |
tree | a8edb082cff69df1c0d9b13eaf394a203598f788 /sys-apps/nawk | |
parent | sys-apps/miscfiles: Remove stale sys-freebsd/ deps (diff) | |
download | gentoo-6035e09fd7e08633b531a21f0691fa1b4b6c7c2c.tar.gz gentoo-6035e09fd7e08633b531a21f0691fa1b4b6c7c2c.tar.bz2 gentoo-6035e09fd7e08633b531a21f0691fa1b4b6c7c2c.zip |
sys-apps/nawk: Remove stale sys-freebsd/ deps
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-apps/nawk')
-rw-r--r-- | sys-apps/nawk/nawk-20121220-r3.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/nawk/nawk-20180827.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/sys-apps/nawk/nawk-20121220-r3.ebuild b/sys-apps/nawk/nawk-20121220-r3.ebuild index aa46f6120655..6528c601d6bc 100644 --- a/sys-apps/nawk/nawk-20121220-r3.ebuild +++ b/sys-apps/nawk/nawk-20121220-r3.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 @@ -14,8 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos" RDEPEND=" - app-eselect/eselect-awk - !sys-freebsd/freebsd-ubin" + app-eselect/eselect-awk" DEPEND=" ${RDEPEND} diff --git a/sys-apps/nawk/nawk-20180827.ebuild b/sys-apps/nawk/nawk-20180827.ebuild index bfa4fe19de4a..77b72967a326 100644 --- a/sys-apps/nawk/nawk-20180827.ebuild +++ b/sys-apps/nawk/nawk-20180827.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,8 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos" RDEPEND=" - app-eselect/eselect-awk - !sys-freebsd/freebsd-ubin" + app-eselect/eselect-awk" DEPEND=" ${RDEPEND} |