diff options
author | Jonathan-Christofer Demay <jcdemay@gmail.com> | 2014-06-22 22:20:18 +0200 |
---|---|---|
committer | Jonathan-Christofer Demay <jcdemay@gmail.com> | 2014-06-22 22:20:18 +0200 |
commit | 9d31fe0253025c7f7c08e0828889c1f012977bd5 (patch) | |
tree | a3a995406347ec60f61f881588bd4af8a2eb1c16 /dev-libs/simclist/simclist-1.6.ebuild | |
parent | fix pkg_setup regression (diff) | |
download | sci-9d31fe0253025c7f7c08e0828889c1f012977bd5.tar.gz sci-9d31fe0253025c7f7c08e0828889c1f012977bd5.tar.bz2 sci-9d31fe0253025c7f7c08e0828889c1f012977bd5.zip |
multiple move to EAPI=5 and regression fixes
Diffstat (limited to 'dev-libs/simclist/simclist-1.6.ebuild')
-rw-r--r-- | dev-libs/simclist/simclist-1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/simclist/simclist-1.6.ebuild b/dev-libs/simclist/simclist-1.6.ebuild index 0df95c3a4..c79091d19 100644 --- a/dev-libs/simclist/simclist-1.6.ebuild +++ b/dev-libs/simclist/simclist-1.6.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=3 +EAPI=5 inherit cmake-utils |