summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Ochotnicky <sochotnicky@gentoo.org>2010-05-05 21:21:35 +0200
committerStanislav Ochotnicky <sochotnicky@gentoo.org>2010-05-05 21:21:35 +0200
commitf240d7b4a23a1996e4e79187beae325e42bdad78 (patch)
tree132a3d8184dde5e0f88e8563a1c95ab2d442282d /app-arch/rpm/rpm-4.8.0.ebuild
parentAdded files/ for rpm (diff)
downloadsochotnicky-f240d7b4a23a1996e4e79187beae325e42bdad78.tar.gz
sochotnicky-f240d7b4a23a1996e4e79187beae325e42bdad78.tar.bz2
sochotnicky-f240d7b4a23a1996e4e79187beae325e42bdad78.zip
app-arch/rpm - Fix repoman warnings
Diffstat (limited to 'app-arch/rpm/rpm-4.8.0.ebuild')
-rw-r--r--app-arch/rpm/rpm-4.8.0.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/app-arch/rpm/rpm-4.8.0.ebuild b/app-arch/rpm/rpm-4.8.0.ebuild
index 368534e..3e3cb29 100644
--- a/app-arch/rpm/rpm-4.8.0.ebuild
+++ b/app-arch/rpm/rpm-4.8.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://rpm.org/releases/rpm-4.8.x/${P}.tar.bz2"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~amd64"
IUSE="nls python doc sqlite capabilities lua acl"
@@ -41,7 +41,7 @@ src_prepare() {
AT_NO_RECURSIVE="yes" eautoreconf
}
-src_compile() {
+src_configure() {
econf \
--without-selinux \
--with-external-db \
@@ -53,8 +53,6 @@ src_compile() {
$(use_with capabilities cap)\
$(use_with acl)\
|| die "econf failed"
-# emake -j1 || die "emake failed"
- emake || die "emake failed"
}
src_install() {
@@ -85,4 +83,3 @@ pkg_postinst() {
distutils_pkg_postinst
}
-