diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-07-14 19:42:26 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-07-14 19:42:26 +0000 |
commit | 6c5825f41edf63c9afa8c9084265c13d8ec34aa6 (patch) | |
tree | fe978cd93de8f37889ca8f90e8b639e10bba14e8 /virtual | |
parent | drop unused eutils too (diff) | |
download | gentoo-2-6c5825f41edf63c9afa8c9084265c13d8ec34aa6.tar.gz gentoo-2-6c5825f41edf63c9afa8c9084265c13d8ec34aa6.tar.bz2 gentoo-2-6c5825f41edf63c9afa8c9084265c13d8ec34aa6.zip |
QA: Define mandatory ebuild variables, bug 425848.
(Portage version: 2.1.11.7/cvs/Linux x86_64)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/libstdc++/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/libstdc++/libstdc++-3.3.ebuild | 8 |
2 files changed, 11 insertions, 4 deletions
diff --git a/virtual/libstdc++/ChangeLog b/virtual/libstdc++/ChangeLog index a9ad0af4b9b7..6620c98e15a5 100644 --- a/virtual/libstdc++/ChangeLog +++ b/virtual/libstdc++/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/libstdc++ -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/libstdc++/ChangeLog,v 1.17 2011/11/05 16:58:32 vapier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/libstdc++/ChangeLog,v 1.18 2012/07/14 19:42:26 ulm Exp $ + + 14 Jul 2012; Ulrich Müller <ulm@gentoo.org> libstdc++-3.3.ebuild: + QA: Define mandatory ebuild variables, bug 425848. 05 Nov 2011; Mike Frysinger <vapier@gentoo.org> libstdc++-3.3.ebuild: Add arm love #389563 by Norman Shulman. diff --git a/virtual/libstdc++/libstdc++-3.3.ebuild b/virtual/libstdc++/libstdc++-3.3.ebuild index a2ec884ccd14..6ca2c8656691 100644 --- a/virtual/libstdc++/libstdc++-3.3.ebuild +++ b/virtual/libstdc++/libstdc++-3.3.ebuild @@ -1,11 +1,15 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/libstdc++/libstdc++-3.3.ebuild,v 1.17 2011/11/05 16:58:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libstdc++/libstdc++-3.3.ebuild,v 1.18 2012/07/14 19:42:26 ulm Exp $ DESCRIPTION="Virtual for the GNU Standard C++ Library for <gcc-3.4" +HOMEPAGE="" +SRC_URI="" +LICENSE="" SLOT="3.3" KEYWORDS="amd64 arm ia64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="" DEPEND="" RDEPEND="|| ( =sys-libs/libstdc++-v3-bin-3.3* =sys-libs/libstdc++-v3-3.3* )" |