summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Stubbs <jstubbs@gentoo.org>2005-04-23 16:13:45 +0000
committerJason Stubbs <jstubbs@gentoo.org>2005-04-23 16:13:45 +0000
commita3044746405cd054d58e57cc3a653fd1980ae1b5 (patch)
tree56def5790058eeec7e41ec95eddffbfb9af9bf11 /sys-apps
parentwrong... fricking... keywords.... gah... (diff)
downloadgentoo-2-a3044746405cd054d58e57cc3a653fd1980ae1b5.tar.gz
gentoo-2-a3044746405cd054d58e57cc3a653fd1980ae1b5.tar.bz2
gentoo-2-a3044746405cd054d58e57cc3a653fd1980ae1b5.zip
Dropping other arch keywords until we can get some testing.
(Portage version: 1.524.2.59-cvs)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/portage/Manifest12
-rw-r--r--sys-apps/portage/portage-2.0.51.20-r2.ebuild10
2 files changed, 6 insertions, 16 deletions
diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index d3b0aecbcfc7..a0f2f1ee4344 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -1,12 +1,9 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 30d382e0a20f8b25e643e0e4ac60e949 ChangeLog 806
MD5 c697b628359c7055961817876804f0a6 metadata.xml 221
MD5 b169f143c9eb3069924e41f10e8d40ac portage-2.0.51-r15.ebuild 13133
MD5 f9fd4371c2fb44b47a0a5d3cfd4f118c portage-2.0.51.18.ebuild 13211
MD5 985b398e1a2d623efa13c1c1fbe18119 portage-2.0.51.19.ebuild 13211
-MD5 a651b43c3e7804ed60448c9576b1b558 portage-2.0.51.20-r2.ebuild 6220
+MD5 d5a53114522de7026c68426ef72960ba portage-2.0.51.20-r2.ebuild 6215
MD5 a754ca9e2eea9f8484bf5f93d339043a files/README.RESCUE 1911
MD5 99e1115b7cb92bf81695feace57456da files/digest-portage-2.0.51-r15 71
MD5 4458663c2aa36fb828981a89ffcaac97 files/digest-portage-2.0.51.18 70
@@ -16,10 +13,3 @@ MD5 ddcd57a496ee08ec51f06b031d54601e files/portage-fixes.patch 582
MD5 47a7436ab36074e8d1c7db19edb2c65a files/dispatch-conf-fixes.patch 1244
MD5 502ca546fcf8ca5141435a9edee6a57f files/repoman-fixes.patch 417
MD5 5f2f342d78aec333f4136420afd6a31f files/digest-portage-2.0.51.20-r2 70
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCam/xxvWNPsk/ZP4RAgzJAKCscWtHei+KhMPGA0HQyys0UC0j5gCfQ3C9
-WDSofp6osaKnX5i4qXbgExk=
-=Rh2W
------END PGP SIGNATURE-----
diff --git a/sys-apps/portage/portage-2.0.51.20-r2.ebuild b/sys-apps/portage/portage-2.0.51.20-r2.ebuild
index 87f00571302c..ccb4c5eee2eb 100644
--- a/sys-apps/portage/portage-2.0.51.20-r2.ebuild
+++ b/sys-apps/portage/portage-2.0.51.20-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.0.51.20-r2.ebuild,v 1.2 2005/04/23 15:53:58 jstubbs Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.0.51.20-r2.ebuild,v 1.3 2005/04/23 16:13:45 jstubbs Exp $
inherit toolchain-funcs
@@ -11,8 +11,9 @@ SRC_URI="mirror://gentoo/${PN}-${PV}.tar.bz2 http://dev.gentoo.org/~jstubbs/rele
LICENSE="GPL-2"
SLOT="0"
-#KEYWORDS=" alpha amd64 arm hppa ia64 mips ppc ppc-macos ppc64 s390 sh sparc x86"
-KEYWORDS=" ~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86"
+#KEYWORDS=" alpha amd64 arm hppa ia64 mips ppc ppc-macos ppc64 s390 sh sparc x86"
+#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~x86"
RESTRICT="nosandbox sandbox multilib-pkg-force"
# Disable the sandbox on portages that don't support RESTRICT="nosandbox"
@@ -39,9 +40,8 @@ src_unpack() {
src_compile() {
python -O -c "import compileall; compileall.compile_dir('${S}/pym')"
- export CC="$(tc-getCC)"
cd ${S}/src
- ${CC} ${CFLAGS} -o tbz2tool tbz2tool.c
+ $(tc-getCC) ${CFLAGS} -o tbz2tool tbz2tool.c
if ! python_has_lchown; then
cd ${S}/src/python-missingos