Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-test
commit: 57d72f917d71af7adf59abf0fd766426eab440af
Author: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 2 23:43:55 2011 +0000
Commit: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
CommitDate: Wed Feb 2 23:43:55 2011 +0000
URL: http://git-exp.overlays.gentoo.org/gitweb/?p=subdir/test.git;a=commit;h=57d72f917d71af7adf59abf0fd766426eab440af
Fix DEPEND
(Portage version: 2.2.0_alpha19/git/Linux x86_64, unsigned Manifest commit)
---
app-portage/mirrorselect/ChangeLog | 3 +++
app-portage/mirrorselect/mirrorselect-9999.ebuild | 1 +
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/app-portage/mirrorselect/ChangeLog b/app-portage/mirrorselect/ChangeLog
index 1b7b76a..e050880 100644
--- a/app-portage/mirrorselect/ChangeLog
+++ b/app-portage/mirrorselect/ChangeLog
@@ -3,6 +3,9 @@
# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.87 2009/10/26 19:40:21 idl0r Exp $
02 Feb 2011; Christian Ruppert <idl0r@g.o> mirrorselect-9999.ebuild:
+ Fix DEPEND
+
+ 02 Feb 2011; Christian Ruppert <idl0r@g.o> mirrorselect-9999.ebuild:
Foo
02 Feb 2011; Christian Ruppert <idl0r@g.o> mirrorselect-9999.ebuild:
diff --git a/app-portage/mirrorselect/mirrorselect-9999.ebuild b/app-portage/mirrorselect/mirrorselect-9999.ebuild
index 1422e80..cc28461 100644
--- a/app-portage/mirrorselect/mirrorselect-9999.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-9999.ebuild
@@ -19,6 +19,7 @@ IUSE=""
RDEPEND="dev-lang/python[xml]
dev-util/dialog
net-analyzer/netselect"
+DEPEND=""
RESTRICT_PYTHON_ABIS="3*"
|
|