# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 PYTHON_COMPAT=( python{3_1,3_2,3_3} ) inherit eutils git-2 java-pkg-opt-2 autotools-utils python-r1 DESCRIPTION="Open Transactions is a system for issuing and manipulating digital assets." HOMEPAGE="https://github.com/FellowTraveler/Open-Transactions" EGIT_REPO_URI="git://github.com/FellowTraveler/Open-Transactions.git \ https://github.com/FellowTraveler/Open-Transactions.git" LICENSE="AGPL-3" SLOT="0" KEYWORDS="" IUSE="doc gnome-keyring java kwallet python" REQUIRED_USE="gnome-keyring? ( !kwallet ) kwallet? ( !gnome-keyring )" COMMON_DEP="dev-libs/boost =dev-libs/protobuf-2.4.1