diff options
author | Sam James <sam@gentoo.org> | 2021-06-03 22:50:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-03 22:50:13 +0000 |
commit | 70a050399fb02ce97dcd7ad2bbd1ac3a501957d3 (patch) | |
tree | a2807a62afbd1b14cbf5712375e665228074c86d /dev-perl/Search-Xapian | |
parent | app-text/xapian-omega: Stabilize 1.4.18 amd64, #790266 (diff) | |
download | gentoo-70a050399fb02ce97dcd7ad2bbd1ac3a501957d3.tar.gz gentoo-70a050399fb02ce97dcd7ad2bbd1ac3a501957d3.tar.bz2 gentoo-70a050399fb02ce97dcd7ad2bbd1ac3a501957d3.zip |
dev-perl/Search-Xapian: Stabilize 1.2.25.4 amd64, #790266
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Search-Xapian')
-rw-r--r-- | dev-perl/Search-Xapian/Search-Xapian-1.2.25.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Search-Xapian/Search-Xapian-1.2.25.4.ebuild b/dev-perl/Search-Xapian/Search-Xapian-1.2.25.4.ebuild index a2cdfad546c9..a7dd5a44c26d 100644 --- a/dev-perl/Search-Xapian/Search-Xapian-1.2.25.4.ebuild +++ b/dev-perl/Search-Xapian/Search-Xapian-1.2.25.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ DESCRIPTION="Perl XS frontend to the Xapian C++ search library" LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="examples test" RESTRICT="!test? ( test )" |