diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-02-13 10:17:10 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-02-13 10:17:10 -0500 |
commit | 392e08cef70d1a4697ea0861002930499cd3ee9f (patch) | |
tree | 7b5e67849aee102e167cc0bd5dac990d7f0721dd /dev-perl/Search-Xapian | |
parent | app-text/xapian-omega: remove older unstable in 1.2 branch (diff) | |
download | gentoo-392e08cef70d1a4697ea0861002930499cd3ee9f.tar.gz gentoo-392e08cef70d1a4697ea0861002930499cd3ee9f.tar.bz2 gentoo-392e08cef70d1a4697ea0861002930499cd3ee9f.zip |
dev-perl/Search-Xapian: switch to subslot dependency
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-perl/Search-Xapian')
-rw-r--r-- | dev-perl/Search-Xapian/Search-Xapian-1.2.22.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Search-Xapian/Search-Xapian-1.2.22.0.ebuild b/dev-perl/Search-Xapian/Search-Xapian-1.2.22.0.ebuild index 61608f072686..3a1c0d52e784 100644 --- a/dev-perl/Search-Xapian/Search-Xapian-1.2.22.0.ebuild +++ b/dev-perl/Search-Xapian/Search-Xapian-1.2.22.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="examples" -RDEPEND="~dev-libs/xapian-${VERSION} +RDEPEND="dev-libs/xapian:0/1.2.22 !dev-libs/xapian-bindings[perl]" DEPEND="${RDEPEND} dev-perl/Module-Build" |