summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2013-07-24 01:34:38 +0000
committerRyan Hill <rhill@gentoo.org>2013-07-24 01:34:38 +0000
commitf3a157bcd923a17be0ccd9b08a4764c883113ec8 (patch)
tree7be5e8a3164eb2cbe8266b752935a60b56d33108 /eclass
parentFix building with automake-1.13 by Ed Catmur (bug #467594). (diff)
downloadhistorical-f3a157bcd923a17be0ccd9b08a4764c883113ec8.tar.gz
historical-f3a157bcd923a17be0ccd9b08a4764c883113ec8.tar.bz2
historical-f3a157bcd923a17be0ccd9b08a4764c883113ec8.zip
Add back LICENSE (bug #477836).
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/toolchain.eclass3
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