Skip to content

Commit

Permalink
app-i18n/yaskkserv2: tidy
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <[email protected]>
  • Loading branch information
hattya committed Oct 14, 2021
1 parent 489923a commit 0707a41
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions app-i18n/yaskkserv2/yaskkserv2-0.1.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -203,24 +203,21 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

DEPEND="dev-libs/openssl:="
RDEPEND="app-i18n/skk-jisyo
${DEPEND}"
DEPEND="dev-libs/openssl:0="
RDEPEND="${DEPEND}
app-i18n/skk-jisyo"
BDEPEND="test? (
app-emacs/ddskk
app-i18n/yaskkserv
)"

QA_FLAGS_IGNORED=".*"

pkg_setup() {
export OPENSSL_NO_VENDOR=true
}

src_prepare() {
default

sed -i "/^dictionary =/s|= .*|= ${EPREFIX}/usr/lib/${PN}/default.euc|" etc/${PN}.conf
export OPENSSL_NO_VENDOR=true
}

src_test() {
Expand Down

0 comments on commit 0707a41

Please sign in to comment.