diff options
author | Sam James <sam@gentoo.org> | 2023-04-03 06:53:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-03 06:53:27 +0100 |
commit | b4b2e0b372a75685e5e308b5e49188bc676962e6 (patch) | |
tree | 70b5a93f6f747998dd2ad89636cd5cca0f1b4d03 /app-text | |
parent | dev-libs/msgpack: add upstream ref re library rename (diff) | |
download | gentoo-b4b2e0b372a75685e5e308b5e49188bc676962e6.tar.gz gentoo-b4b2e0b372a75685e5e308b5e49188bc676962e6.tar.bz2 gentoo-b4b2e0b372a75685e5e308b5e49188bc676962e6.zip |
app-text/stardict: adapt to gnome.org.eclass change
See 2933a4a80112e0efc31c9fe0b249bf3762974ed5.
Closes: https://bugs.gentoo.org/903691
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/stardict/stardict-4.0.0_pre20170304-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/stardict/stardict-4.0.0_pre20170304-r1.ebuild b/app-text/stardict/stardict-4.0.0_pre20170304-r1.ebuild index 5f1a969db7bd..b1e6adf80770 100644 --- a/app-text/stardict/stardict-4.0.0_pre20170304-r1.ebuild +++ b/app-text/stardict/stardict-4.0.0_pre20170304-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,6 +17,7 @@ HOMEPAGE="http://stardict-4.sourceforge.net/ SRC_URI="https://dev.gentoo.org/~bircoph/distfiles/${P}.tar.xz pronounce? ( https://${PN}-3.googlecode.com/files/WyabdcRealPeopleTTS.tar.bz2 ) qqwry? ( mirror://gentoo/QQWry.Dat.bz2 )" +S="${WORKDIR}"/${P} LICENSE="CPL-1.0 GPL-3 LGPL-2" SLOT="0" |