diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-06 18:56:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-06 19:24:50 +0200 |
commit | 5f798438f6f40f3d72a01e5fc0184431c9e975e8 (patch) | |
tree | de8113b054a4bb2ef573fc5765601b6c3eadb877 /app-misc/realpath | |
parent | app-admin/eselect: Remove stale sys-freebsd/ deps (diff) | |
download | gentoo-5f798438f6f40f3d72a01e5fc0184431c9e975e8.tar.gz gentoo-5f798438f6f40f3d72a01e5fc0184431c9e975e8.tar.bz2 gentoo-5f798438f6f40f3d72a01e5fc0184431c9e975e8.zip |
app-misc/realpath: Remove stale sys-freebsd/ deps
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/realpath')
-rw-r--r-- | app-misc/realpath/realpath-1.17.ebuild | 2 | ||||
-rw-r--r-- | app-misc/realpath/realpath-1.18.ebuild | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/app-misc/realpath/realpath-1.17.ebuild b/app-misc/realpath/realpath-1.17.ebuild index 36b4ba0a92cf..1e56a2e82dd2 100644 --- a/app-misc/realpath/realpath-1.17.ebuild +++ b/app-misc/realpath/realpath-1.17.ebuild @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="nls" -RDEPEND="!sys-freebsd/freebsd-bin +RDEPEND=" nls? ( virtual/libintl )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) diff --git a/app-misc/realpath/realpath-1.18.ebuild b/app-misc/realpath/realpath-1.18.ebuild index b697b59c3a4f..2589135ee379 100644 --- a/app-misc/realpath/realpath-1.18.ebuild +++ b/app-misc/realpath/realpath-1.18.ebuild @@ -17,7 +17,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x IUSE="nls" RDEPEND=" - !sys-freebsd/freebsd-bin nls? ( virtual/libintl )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) |