diff options
author | Jonathan-Christofer Demay <jcdemay@gmail.com> | 2014-06-22 16:29:25 +0200 |
---|---|---|
committer | Jonathan-Christofer Demay <jcdemay@gmail.com> | 2014-06-22 16:29:25 +0200 |
commit | 03917aeca50f3a5bfb3382205e973e7777a67570 (patch) | |
tree | 9b012497b885586aaa60975bf8e486663f1adcc6 /dev-libs/simclist/simclist-1.6.ebuild | |
parent | added missing deps (bug #514084) (diff) | |
download | sci-03917aeca50f3a5bfb3382205e973e7777a67570.tar.gz sci-03917aeca50f3a5bfb3382205e973e7777a67570.tar.bz2 sci-03917aeca50f3a5bfb3382205e973e7777a67570.zip |
multiple version bumps
Diffstat (limited to 'dev-libs/simclist/simclist-1.6.ebuild')
-rw-r--r-- | dev-libs/simclist/simclist-1.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/simclist/simclist-1.6.ebuild b/dev-libs/simclist/simclist-1.6.ebuild index aecf21fd5..0df95c3a4 100644 --- a/dev-libs/simclist/simclist-1.6.ebuild +++ b/dev-libs/simclist/simclist-1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -6,13 +6,13 @@ EAPI=3 inherit cmake-utils -DESCRIPTION="SimCList is a high quality C (C++ embeddable) library for handling lists." +DESCRIPTION="SimCList is a high quality C (C++ embeddable) library for handling lists" HOMEPAGE="http://mij.oltrelinux.com/devel/simclist" SRC_URI="${HOMEPAGE}/${P/_/}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="doc examples" S="${WORKDIR}/${P/_/}" |