diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2013-07-24 01:34:38 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2013-07-24 01:34:38 +0000 |
commit | c5bcfa475011954cbac8a8006ad5436a1581f1fb (patch) | |
tree | 38bb0d88eb7336b37f25c2094a4aacfd479c268f /eclass | |
parent | Fix building with automake-1.13 by Ed Catmur (bug #467594). (diff) | |
download | gentoo-2-c5bcfa475011954cbac8a8006ad5436a1581f1fb.tar.gz gentoo-2-c5bcfa475011954cbac8a8006ad5436a1581f1fb.tar.bz2 gentoo-2-c5bcfa475011954cbac8a8006ad5436a1581f1fb.zip |
Add back LICENSE (bug #477836).
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/toolchain.eclass | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index efe76d67f465..cc08bccef436 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.890 2013/07/23 19:55:30 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.891 2013/07/24 01:34:38 dirtyepic Exp $ + + 24 Jul 2013; Ryan Hill <dirtyepic@gentoo.org> toolchain.eclass: + Add back LICENSE (bug #477836). 23 Jul 2013; Johannes Huber <johu@gentoo.org> kde4-base.eclass: Handle dev-qt/desinger split from dev-qt/gui, see bug #477934. diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 4e62822c7708..ec6db5634259 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1,12 +1,13 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.596 2013/07/18 23:45:54 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.597 2013/07/24 01:34:38 dirtyepic Exp $ # Maintainer: Toolchain Ninjas <toolchain@gentoo.org> #---->> eclass stuff <<---- DESCRIPTION="The GNU Compiler Collection" HOMEPAGE="http://gcc.gnu.org/" +LICENSE="GPL-2 LGPL-2.1" RESTRICT="strip" # cross-compilers need controlled stripping inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib fixheadtails pax-utils |