dev-java/java-config: bump gentoo to arm

(Portage version: 2.1.9.24/svn/Linux x86_64, RepoMan options: --force)

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/genlink@2703 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2010-11-09 04:33:33 +00:00
parent 57b2f23929
commit f230c6a972
7 changed files with 161 additions and 6 deletions
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="2"
KEYWORDS="alpha amd64 arm ia64 ppc ppc64 x86 ~x86-fbsd"
KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 x86 ~x86-fbsd"
IUSE=""
DEPEND=""
@@ -26,8 +26,9 @@ RESTRICT_PYTHON_ABIS="3.*"
PYTHON_MODNAME="java_config_2"
src_prepare() {
distutils_src_prepare
sed -e "s/if not self.dry_run/& and not os.path.exists(s)/" -i setup.py || die "sed failed"
cp ${FILESDIR}/*.conf config
cp "${FILESDIR}/*.conf config"
}
src_test() {