summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-03-28 20:36:04 +0000
committerJustin Lecher <jlec@gentoo.org>2010-03-28 20:36:04 +0000
commit5d963f44c8dfdbdefcb120edbf49713e1aa29e1b (patch)
treedab9b69988b42ed736601d12b2718394bf0f676e /sci-libs/balbes-db
parentFix patch exclusion; bug #309279 (diff)
downloadgentoo-2-5d963f44c8dfdbdefcb120edbf49713e1aa29e1b.tar.gz
gentoo-2-5d963f44c8dfdbdefcb120edbf49713e1aa29e1b.tar.bz2
gentoo-2-5d963f44c8dfdbdefcb120edbf49713e1aa29e1b.zip
Keyworded for ~x86-linux ~amd64-linux
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/balbes-db')
-rw-r--r--sci-libs/balbes-db/ChangeLog5
-rw-r--r--sci-libs/balbes-db/balbes-db-6.1.3.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-libs/balbes-db/ChangeLog b/sci-libs/balbes-db/ChangeLog
index 4c6922152ada..859dcda105ad 100644
--- a/sci-libs/balbes-db/ChangeLog
+++ b/sci-libs/balbes-db/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/balbes-db
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/balbes-db/ChangeLog,v 1.1 2010/02/04 23:24:50 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/balbes-db/ChangeLog,v 1.2 2010/03/28 20:36:04 jlec Exp $
+
+ 28 Mar 2010; Justin Lecher <jlec@gentoo.org> balbes-db-6.1.3.ebuild:
+ Keyworded for ~x86-linux ~amd64-linux
*balbes-db-6.1.3 (04 Feb 2010)
diff --git a/sci-libs/balbes-db/balbes-db-6.1.3.ebuild b/sci-libs/balbes-db/balbes-db-6.1.3.ebuild
index bec7ac9fb27b..3b75b4d10bb7 100644
--- a/sci-libs/balbes-db/balbes-db-6.1.3.ebuild
+++ b/sci-libs/balbes-db/balbes-db-6.1.3.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/sci-libs/balbes-db/balbes-db-6.1.3.ebuild,v 1.1 2010/02/04 23:24:50 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/balbes-db/balbes-db-6.1.3.ebuild,v 1.2 2010/03/28 20:36:04 jlec Exp $
EAPI="3"
@@ -15,7 +15,7 @@ SRC_URI="${SRC}/${PV}/${MY_P}-${PN/-/}-${VERSION}.tar.gz"
LICENSE="ccp4"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="
@@ -34,7 +34,7 @@ src_install() {
einfo "Installing files, which can take some time ..."
mv "${S}"/share/balbes/BALBES_0.0.1/* "${ED}"/usr/share/balbes/BALBES_0.0.1/ || die
# db files should be executable
- find "${D}"/usr/share/balbes/BALBES_0.0.1/ \
+ find "${ED}"/usr/share/balbes/BALBES_0.0.1/ \
-type f \
-exec chmod 664 '{}' \;
dosym ../../../ccp4/data/monomers /usr/share/balbes/BALBES_0.0.1/dic || die