diff options
author | 2012-04-15 21:00:18 +0200 | |
---|---|---|
committer | 2015-10-11 10:47:36 +0200 | |
commit | bd582bfb4b4f1b38ed7effb0e65353f9bae30f9c (patch) | |
tree | 27fca8ca6840a4fc125774621d98490fead6f32f /app-dicts/stardict-dictd-thesaurus-ee | |
parent | Add requestpolicy ebuild (diff) | |
download | mv-bd582bfb4b4f1b38ed7effb0e65353f9bae30f9c.tar.gz mv-bd582bfb4b4f1b38ed7effb0e65353f9bae30f9c.tar.bz2 mv-bd582bfb4b4f1b38ed7effb0e65353f9bae30f9c.zip |
Add base. Fix stardict compilation
Diffstat (limited to 'app-dicts/stardict-dictd-thesaurus-ee')
-rw-r--r-- | app-dicts/stardict-dictd-thesaurus-ee/ChangeLog | 5 | ||||
-rw-r--r-- | app-dicts/stardict-dictd-thesaurus-ee/stardict-dictd-thesaurus-ee-2.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-dicts/stardict-dictd-thesaurus-ee/ChangeLog b/app-dicts/stardict-dictd-thesaurus-ee/ChangeLog index f8c7937d..ed37251c 100644 --- a/app-dicts/stardict-dictd-thesaurus-ee/ChangeLog +++ b/app-dicts/stardict-dictd-thesaurus-ee/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for app-dicts/stardict-dictd-thesaurus-ee -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header $ + 15 Apr 2012; Martin Väth <martin@mvath.de> + Inherit base + 03 Jan 2011; Martin Väth <martin@mvath.de> Bump to EAPI=4. diff --git a/app-dicts/stardict-dictd-thesaurus-ee/stardict-dictd-thesaurus-ee-2.4.2.ebuild b/app-dicts/stardict-dictd-thesaurus-ee/stardict-dictd-thesaurus-ee-2.4.2.ebuild index 27c68ba4..e7702266 100644 --- a/app-dicts/stardict-dictd-thesaurus-ee/stardict-dictd-thesaurus-ee-2.4.2.ebuild +++ b/app-dicts/stardict-dictd-thesaurus-ee/stardict-dictd-thesaurus-ee-2.4.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header $ EAPI="4" DICT_PREFIX="" -inherit stardict +inherit base stardict RESTRICT="mirror" DESCRIPTION="Stardict Dictionary for Dictd.org's English Thesaurus" |