Install this version:
emerge -a =dev-perl/Data-SExpression-0.41
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-perl/Data-SExpression-0.41
Or alternatively:
emerge --autounmask-write -a =dev-perl/Data-SExpression-0.41
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.41 | 8 | ~amd64 ~arm ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux | 0 |
# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DIST_AUTHOR=NELHAGE DIST_VERSION=0.41 inherit perl-module DESCRIPTION="Parse Lisp S-Expressions into perl data structures." RESTRICT="mirror" SLOT="0" KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux" BDEPEND="dev-perl/Module-Install" RDEPEND=" dev-perl/Class-Accessor "