mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 07:49:00 -04:00
12 lines
230 B
Bash
12 lines
230 B
Bash
# Copyright 2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
RHVOICE_VOICE="slt"
|
|
RHVOICE_VOICE_REPO="slt-eng"
|
|
RHVOICE_VOICE_L10N="en"
|
|
inherit rhvoice-voice
|
|
|
|
LICENSE="CC-BY-NC-ND-4.0"
|