diff options
author | Chris <xchrisx@uber.space> | 2020-04-02 04:10:23 +0200 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2020-04-02 20:43:32 +0000 |
commit | 95b8d4d0851d830f047eaef87dbc66cde7df95be (patch) | |
tree | 0f52ccce2949731d5f1ca94137cc8442acbd2e6e /trinity-apps/yakuake | |
parent | 8c258a9601f1953d5fb652c14418df70f4f9bd89 (diff) | |
download | tde-packaging-gentoo-95b8d4d0851d830f047eaef87dbc66cde7df95be.tar.gz tde-packaging-gentoo-95b8d4d0851d830f047eaef87dbc66cde7df95be.zip |
Live ebuilds: Fix translation support of trinity-apps.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'trinity-apps/yakuake')
-rw-r--r-- | trinity-apps/yakuake/yakuake-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trinity-apps/yakuake/yakuake-9999.ebuild b/trinity-apps/yakuake/yakuake-9999.ebuild index 49c90e40..20e1376e 100644 --- a/trinity-apps/yakuake/yakuake-9999.ebuild +++ b/trinity-apps/yakuake/yakuake-9999.ebuild @@ -20,5 +20,5 @@ need-trinity SLOT="${TRINITY_VER}" -DEPEND="=trinity-base/konsole-${PV}" -RDEPEND="${DEPEND}"
\ No newline at end of file +DEPEND+=" =trinity-base/konsole-${PV}" +RDEPEND+=" ${DEPEND}" |