diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-20 13:11:08 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-20 14:22:57 +0200 |
commit | ff13dcbab6ae32be760696734834b26dd319532b (patch) | |
tree | 7b85c202f3083912666ee480d9090b644c65c091 /app-text/aspell | |
parent | media-sound/alsa-utils: Set correct subslot dependency for ncurses (diff) | |
download | gentoo-ff13dcbab6ae32be760696734834b26dd319532b.tar.gz gentoo-ff13dcbab6ae32be760696734834b26dd319532b.tar.bz2 gentoo-ff13dcbab6ae32be760696734834b26dd319532b.zip |
app-text/aspell: Set correct subslot dependency for ncurses
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
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 | ||||
-rw-r--r-- | app-text/aspell/metadata.xml | 6 |
3 files changed, 5 insertions, 5 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 f5239607b139..be9bdacaf3bc 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 + >=sys-libs/ncurses-5.2:5= 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 d24a04c98413..1b62f9f89999 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 + >=sys-libs/ncurses-5.2:5= nls? ( virtual/libintl ) " DEPEND="${COMMON_DEPEND} diff --git a/app-text/aspell/metadata.xml b/app-text/aspell/metadata.xml index d9cd2cad66c2..91f4e72fb544 100644 --- a/app-text/aspell/metadata.xml +++ b/app-text/aspell/metadata.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer> -<email>maintainer-needed@gentoo.org</email> -</maintainer> + <maintainer> + <email>maintainer-needed@gentoo.org</email> + </maintainer> </pkgmetadata> |