diff options
Diffstat (limited to 'dev-libs/protobuf-c/protobuf-c-0.15.ebuild')
-rw-r--r-- | dev-libs/protobuf-c/protobuf-c-0.15.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/protobuf-c/protobuf-c-0.15.ebuild b/dev-libs/protobuf-c/protobuf-c-0.15.ebuild index dee9cb48e895..6ddea1f5ed06 100644 --- a/dev-libs/protobuf-c/protobuf-c-0.15.ebuild +++ b/dev-libs/protobuf-c/protobuf-c-0.15.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/protobuf-c-0.15.ebuild,v 1.1 2012/07/27 06:32:05 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/protobuf-c-0.15.ebuild,v 1.2 2013/09/28 19:52:06 ago Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://protobuf-c.googlecode.com/files/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="static-libs" RDEPEND="dev-libs/protobuf" |