diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 18:48:45 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 18:48:45 +0000 |
commit | 6f93dab64a91a0bd74eee91c05e48ad7c43110ce (patch) | |
tree | 26ecdcefc695b1c5eaf4555273447d6b31f69585 /dev-lang/orc | |
parent | Need eutils for epatch. (diff) | |
download | gentoo-2-6f93dab64a91a0bd74eee91c05e48ad7c43110ce.tar.gz gentoo-2-6f93dab64a91a0bd74eee91c05e48ad7c43110ce.tar.bz2 gentoo-2-6f93dab64a91a0bd74eee91c05e48ad7c43110ce.zip |
Add missing inheritance of eutils.eclass
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/orc')
-rw-r--r-- | dev-lang/orc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/orc/orc-0.4.9.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-lang/orc/ChangeLog b/dev-lang/orc/ChangeLog index 4b3e68eb4d1a..d330f53ee7e5 100644 --- a/dev-lang/orc/ChangeLog +++ b/dev-lang/orc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/orc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.24 2012/05/15 13:42:59 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.25 2012/05/21 18:48:45 xarthisius Exp $ + + 21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> orc-0.4.9.ebuild: + Add missing inheritance of eutils.eclass 15 May 2012; Alexis Ballier <aballier@gentoo.org> orc-0.4.16.ebuild: keyword ~amd64-fbsd diff --git a/dev-lang/orc/orc-0.4.9.ebuild b/dev-lang/orc/orc-0.4.9.ebuild index 11f8c13767b2..73124002f5c4 100644 --- a/dev-lang/orc/orc-0.4.9.ebuild +++ b/dev-lang/orc/orc-0.4.9.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.9.ebuild,v 1.1 2010/09/08 17:51:03 ford_prefect Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.9.ebuild,v 1.2 2012/05/21 18:48:45 xarthisius Exp $ EAPI=3 -inherit autotools + +inherit autotools eutils DESCRIPTION="The Oil Runtime Compiler" HOMEPAGE="http://code.entropywave.com/projects/orc/" |