diff options
author | 2010-11-16 20:15:46 +0000 | |
---|---|---|
committer | 2010-11-16 20:15:46 +0000 | |
commit | 2d09c5d0be47c3f680644edfaf15026a88946b38 (patch) | |
tree | abf607c1de48a212004bf9902bbab87d730dc4d9 /net-im/psi/psi-9999.ebuild | |
parent | Link proper openmp lib when using intel compiler (diff) | |
download | gentoo-2-2d09c5d0be47c3f680644edfaf15026a88946b38.tar.gz gentoo-2-2d09c5d0be47c3f680644edfaf15026a88946b38.tar.bz2 gentoo-2-2d09c5d0be47c3f680644edfaf15026a88946b38.zip |
Some icons were not installed, thank Nikoli for this job.
(Portage version: 2.1.9.24/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 40bc08dcc5f9..84d715ae225b 100644 --- a/net-im/psi/psi-9999.ebuild +++ b/net-im/psi/psi-9999.ebuild @@ -1,6 +1,6 @@ # 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.7 2010/11/16 15:34:08 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-9999.ebuild,v 1.8 2010/11/16 20:15:46 pva Exp $ EAPI="2" @@ -104,7 +104,7 @@ src_unpack() { if use iconsets; then subversion_fetch "${ESVN_REPO_URI}/iconsets" "iconsets" else - for x in clients moods activities system roster; do + for x in activities affiliations clients moods roster system; do ESVN_PROJECT="psiplus/${x}" subversion_fetch "${ESVN_REPO_URI}/iconsets/${x}/default" "iconsets/${x}/default" done |