diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-08-26 02:17:49 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-08-26 02:49:08 -0400 |
commit | 051ad88caa127419c80d473021ab8909a2268789 (patch) | |
tree | 07c67593df989479bf9c311a16e92532442ce5ef /app-text/aspell | |
parent | f8eefe5a5c77d8c5cc6aa74297d6d245abf003fa (diff) | |
download | gentoo-051ad88caa127419c80d473021ab8909a2268789.tar.gz gentoo-051ad88caa127419c80d473021ab8909a2268789.tar.xz |
sys-libs/ncurses: move to SLOT=0 #557472
Use SLOT=0 for installing of main development files like other packages
so we can use other SLOTs for installing SONAME libs for binary packages.
Diffstat (limited to 'app-text/aspell')
-rw-r--r-- | app-text/aspell/aspell-0.60.6.1-r1.ebuild | 2 | ||||
-rw-r--r-- | app-text/aspell/aspell-0.60.6.1-r2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-text/aspell/aspell-0.60.6.1-r1.ebuild b/app-text/aspell/aspell-0.60.6.1-r1.ebuild index be9bdacaf3b..f99d9406ed0 100644 --- a/app-text/aspell/aspell-0.60.6.1-r1.ebuild +++ b/app-text/aspell/aspell-0.60.6.1-r1.ebuild @@ -34,7 +34,7 @@ done unset dep COMMON_DEPEND=" - >=sys-libs/ncurses-5.2:5= + >=sys-libs/ncurses-5.2:0= nls? ( virtual/libintl )" DEPEND="${COMMON_DEPEND} diff --git a/app-text/aspell/aspell-0.60.6.1-r2.ebuild b/app-text/aspell/aspell-0.60.6.1-r2.ebuild index 1b62f9f8999..18e0a0e025c 100644 --- a/app-text/aspell/aspell-0.60.6.1-r2.ebuild +++ b/app-text/aspell/aspell-0.60.6.1-r2.ebuild @@ -34,7 +34,7 @@ done unset dep COMMON_DEPEND=" - >=sys-libs/ncurses-5.2:5= + >=sys-libs/ncurses-5.2:0= nls? ( virtual/libintl ) " DEPEND="${COMMON_DEPEND} |