diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2010-07-26 03:01:31 +0000 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2010-07-26 03:01:31 +0000 |
commit | ab27c7759c1b16edae13e16ba70cd11928fc3851 (patch) | |
tree | e58ae879b12a9ad60a13d6f5ab9977c1c6c495d0 /net-im/psi/psi-9999.ebuild | |
parent | Updated to latest upstream to match new pcsc-lite (closes bug 326343). (diff) | |
download | historical-ab27c7759c1b16edae13e16ba70cd11928fc3851.tar.gz historical-ab27c7759c1b16edae13e16ba70cd11928fc3851.tar.bz2 historical-ab27c7759c1b16edae13e16ba70cd11928fc3851.zip |
Sync with eclass change wrt boolean handling
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'net-im/psi/psi-9999.ebuild')
-rw-r--r-- | net-im/psi/psi-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild index 82eb7ef4c0b3..a1fb34420592 100644 --- a/net-im/psi/psi-9999.ebuild +++ b/net-im/psi/psi-9999.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-9999.ebuild,v 1.3 2010/06/29 13:21:24 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-9999.ebuild,v 1.4 2010/07/26 03:01:31 reavertm Exp $ EAPI="2" LANGS="ar be bg br ca cs da de ee el eo es et fi fr hr hu it ja mk nl pl pt pt_BR ru se sk sl sr sr@latin sv sw uk ur_PK vi zh_CN zh_TW" EGIT_REPO_URI="git://git.psi-im.org/psi.git" -EGIT_HAS_SUBMODULES="true" +EGIT_HAS_SUBMODULES=1 LANGS_URI="git://pv.et-inf.fho-emden.de/git/psi-l10n" ESVN_DISABLE_DEPENDENCIES="true" |