summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2005-10-05 23:00:29 +0000
committerSimon Stelling <blubb@gentoo.org>2005-10-05 23:00:29 +0000
commitd46f67dd44ca2ff46da3629dc8a52259e9537e9a (patch)
treee36d412355b70e0c769be4fe23033cf55c2b5e63 /net-p2p
parentFixes and workarounds (diff)
downloadhistorical-d46f67dd44ca2ff46da3629dc8a52259e9537e9a.tar.gz
historical-d46f67dd44ca2ff46da3629dc8a52259e9537e9a.tar.bz2
historical-d46f67dd44ca2ff46da3629dc8a52259e9537e9a.zip
add emul-gtklibs dependency to fix bug 107726
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/sancho-bin/ChangeLog5
-rw-r--r--net-p2p/sancho-bin/Manifest4
-rw-r--r--net-p2p/sancho-bin/sancho-bin-0.9.4.21.ebuild9
3 files changed, 12 insertions, 6 deletions
diff --git a/net-p2p/sancho-bin/ChangeLog b/net-p2p/sancho-bin/ChangeLog
index b015e1ce1011..92ff9a19bba1 100644
--- a/net-p2p/sancho-bin/ChangeLog
+++ b/net-p2p/sancho-bin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/sancho-bin
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/ChangeLog,v 1.26 2005/09/20 16:34:37 mkay Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/ChangeLog,v 1.27 2005/10/05 23:00:29 blubb Exp $
+
+ 05 Oct 2005; Simon Stelling <blubb@gentoo.org> sancho-bin-0.9.4.21.ebuild:
+ add emul-gtklibs dependency to fix bug 107726
20 Sep 2005; <mkay@gentoo.org> sancho-bin-0.9.4.17.ebuild,
sancho-bin-0.9.4.19.ebuild, sancho-bin-0.9.4.20.ebuild,
diff --git a/net-p2p/sancho-bin/Manifest b/net-p2p/sancho-bin/Manifest
index f8d23c402ea2..9780d5b3f81f 100644
--- a/net-p2p/sancho-bin/Manifest
+++ b/net-p2p/sancho-bin/Manifest
@@ -1,9 +1,9 @@
-MD5 e04952eff2f3217674643052b7bd08f9 ChangeLog 4535
+MD5 d7d9c55ed5941c708a1c546fd70c127e ChangeLog 4662
MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160
MD5 134ea7c13b55815d677b4dacecf22515 sancho-bin-0.9.4.17.ebuild 1225
MD5 784ccd4a6f6a7966f881bef4d0ef6ac6 sancho-bin-0.9.4.19.ebuild 1232
MD5 0c9d87f35b34450a9e4268a87e181d0a sancho-bin-0.9.4.20.ebuild 1226
-MD5 1cdb812474ae080e56e7890dfeee765a sancho-bin-0.9.4.21.ebuild 1236
+MD5 e25445b73ff2ee4f6c8c521012e19afb sancho-bin-0.9.4.21.ebuild 1304
MD5 a077337a8c850bbf7c06d006d6a8645e files/digest-sancho-bin-0.9.4.17 158
MD5 3dd202e1928f1ea54a6fa52c7a608ffa files/digest-sancho-bin-0.9.4.19 158
MD5 032a1efc1bc8796809ca4aaf61760a78 files/digest-sancho-bin-0.9.4.20 158
diff --git a/net-p2p/sancho-bin/sancho-bin-0.9.4.21.ebuild b/net-p2p/sancho-bin/sancho-bin-0.9.4.21.ebuild
index 91356bcd58fd..1ee480ebc3b5 100644
--- a/net-p2p/sancho-bin/sancho-bin-0.9.4.21.ebuild
+++ b/net-p2p/sancho-bin/sancho-bin-0.9.4.21.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/net-p2p/sancho-bin/sancho-bin-0.9.4.21.ebuild,v 1.2 2005/09/20 16:34:37 mkay Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.21.ebuild,v 1.3 2005/10/05 23:00:29 blubb Exp $
IUSE="gtk"
@@ -14,17 +14,20 @@ HOMEPAGE="http://sancho-gui.sourceforge.net/"
SRC_URI="gtk? ( http://sancho-gui.sourceforge.net/dl/tmp94/${MY_P}-linux-gtk.tar.bz2 )
!gtk? ( http://sancho-gui.sourceforge.net/dl/tmp94/${MY_P}-linux-fox.tar.bz2 )"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
SLOT="0"
LICENSE="CPL-1.0 LGPL-2.1"
DEPEND="virtual/libc
virtual/x11
gtk? ( >=x11-libs/gtk+-2
- >=net-libs/linc-1.0.3 )"
+ >=net-libs/linc-1.0.3
+ amd64? ( app-emulation/emul-linux-x86-gtklibs ) )"
S="${WORKDIR}/${MY_P}-linux-${TOOLKIT}"
+ABI=x86
+
src_compile() {
einfo "Nothing to compile."
}