diff options
-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 ) |