diff options
-rw-r--r-- | app-admin/xstow/xstow-1.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/xstow/xstow-1.1.0.ebuild b/app-admin/xstow/xstow-1.1.0.ebuild index 99fc63fb1425..5a06f7a62ad8 100644 --- a/app-admin/xstow/xstow-1.1.0.ebuild +++ b/app-admin/xstow/xstow-1.1.0.ebuild @@ -14,11 +14,11 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="ncurses" -DEPEND="ncurses? ( sys-libs/ncurses:0= )" +DEPEND="ncurses? ( sys-libs/ncurses:= )" RDEPEND="${DEPEND}" PATCHES=( - "${FILESDIR}"/xstow-1.1.0-clang.patch + "${FILESDIR}"/${P}-clang.patch ) src_prepare() { |