diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-02-26 13:51:56 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-02-26 13:51:56 +0000 |
commit | cb04f70956119af46209116d2209de475d5a2438 (patch) | |
tree | 34b3b1bd7843b9a109fe942656acbb85c7331000 /dev-ml | |
parent | fix build with ffmpeg git (diff) | |
download | gentoo-2-cb04f70956119af46209116d2209de475d5a2438.tar.gz gentoo-2-cb04f70956119af46209116d2209de475d5a2438.tar.bz2 gentoo-2-cb04f70956119af46209116d2209de475d5a2438.zip |
dont assign EAPI twice, by Ulrich Müller in bug #405895
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/bin-prot/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/bin-prot/bin-prot-2.0.3.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/dev-ml/bin-prot/ChangeLog b/dev-ml/bin-prot/ChangeLog index 15de23288db1..fbf37e99c433 100644 --- a/dev-ml/bin-prot/ChangeLog +++ b/dev-ml/bin-prot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/bin-prot # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/ChangeLog,v 1.12 2012/02/23 20:30:46 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/ChangeLog,v 1.13 2012/02/26 13:51:56 aballier Exp $ + + 26 Feb 2012; Alexis Ballier <aballier@gentoo.org> bin-prot-2.0.3.ebuild: + dont assign EAPI twice, by Ulrich Müller in bug #405895 23 Feb 2012; Alexis Ballier <aballier@gentoo.org> -bin-prot-1.3.1.ebuild: remove old diff --git a/dev-ml/bin-prot/bin-prot-2.0.3.ebuild b/dev-ml/bin-prot/bin-prot-2.0.3.ebuild index 63bf64c5145d..33094cd11c37 100644 --- a/dev-ml/bin-prot/bin-prot-2.0.3.ebuild +++ b/dev-ml/bin-prot/bin-prot-2.0.3.ebuild @@ -1,11 +1,9 @@ -# 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/dev-ml/bin-prot/bin-prot-2.0.3.ebuild,v 1.1 2011/10/06 20:09:37 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/bin-prot-2.0.3.ebuild,v 1.2 2012/02/26 13:51:56 aballier Exp $ EAPI=3 -EAPI="2" - inherit findlib eutils multilib DESCRIPTION="A binary protocol generator" |