diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2014-01-26 10:59:07 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2014-01-26 10:59:07 +0000 |
commit | f3c3828e4930a7ecd0edd3621ff1ca628f20bc3b (patch) | |
tree | b3d91bf608a6826bf60219064bdced4805610c01 /eclass | |
parent | Stable for x86, wrt bug #496402 (diff) | |
download | gentoo-2-f3c3828e4930a7ecd0edd3621ff1ca628f20bc3b.tar.gz gentoo-2-f3c3828e4930a7ecd0edd3621ff1ca628f20bc3b.tar.bz2 gentoo-2-f3c3828e4930a7ecd0edd3621ff1ca628f20bc3b.zip |
Drop inheriting base eclass, wrt bug #497040
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/myspell-r2.eclass | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index d6124ece2a9c..8d418747c56b 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1132 2014/01/25 17:44:39 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1133 2014/01/26 10:59:07 pinkbyte Exp $ + + 26 Jan 2014; Sergey Popov <pinkbyte@gentoo.org> myspell-r2.eclass: + Drop inheriting base eclass, wrt bug #497040 25 Jan 2014; Julian Ospald <hasufell@gentoo.org> games.eclass: set --datarootdir=/usr/share wrt #493954 diff --git a/eclass/myspell-r2.eclass b/eclass/myspell-r2.eclass index 1988a3d6218a..a873e9d67e10 100644 --- a/eclass/myspell-r2.eclass +++ b/eclass/myspell-r2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/myspell-r2.eclass,v 1.9 2014/01/05 11:39:48 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/myspell-r2.eclass,v 1.10 2014/01/26 10:59:07 pinkbyte Exp $ # @ECLASS: aspell-dict.eclass # @MAINTAINER: @@ -10,8 +10,6 @@ # @BLURB: An eclass to ease the construction of ebuilds for myspell dicts # @DESCRIPTION: -inherit base - EXPORT_FUNCTIONS src_unpack src_install # @ECLASS-VARIABLE: MYSPELL_DICT |