summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2005-11-26 09:50:39 +0000
committerSimon Stelling <blubb@gentoo.org>2005-11-26 09:50:39 +0000
commitd584c74ccd2e88e5c70a7c48fe5feb67a8e3ba69 (patch)
treeb21c2aa9682b0ee609ef9eb906ea19fde74eba93 /net-im/aim
parentnet-im/aim is 32bit and got ~amd64 (diff)
downloadgentoo-2-d584c74ccd2e88e5c70a7c48fe5feb67a8e3ba69.tar.gz
gentoo-2-d584c74ccd2e88e5c70a7c48fe5feb67a8e3ba69.tar.bz2
gentoo-2-d584c74ccd2e88e5c70a7c48fe5feb67a8e3ba69.zip
~amd64
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'net-im/aim')
-rw-r--r--net-im/aim/ChangeLog5
-rw-r--r--net-im/aim/aim-1.5.286.ebuild9
2 files changed, 11 insertions, 3 deletions
diff --git a/net-im/aim/ChangeLog b/net-im/aim/ChangeLog
index 2d4e2f872b41..cbec869ee3c8 100644
--- a/net-im/aim/ChangeLog
+++ b/net-im/aim/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-im/aim
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/aim/ChangeLog,v 1.4 2005/09/06 00:16:20 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/aim/ChangeLog,v 1.5 2005/11/26 09:50:39 blubb Exp $
+
+ 26 Nov 2005; Simon Stelling <blubb@gentoo.org> aim-1.5.286.ebuild:
+ added ~amd64 keyword
06 Sep 2005; Donnie Berkholz <spyderous@gentoo.org>; aim-1.5.286.ebuild:
(#103487) Don't use cp -d, it's GNU-specific.
diff --git a/net-im/aim/aim-1.5.286.ebuild b/net-im/aim/aim-1.5.286.ebuild
index 0ce88695f7ed..0c80662da1e7 100644
--- a/net-im/aim/aim-1.5.286.ebuild
+++ b/net-im/aim/aim-1.5.286.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-im/aim/aim-1.5.286.ebuild,v 1.4 2005/09/06 00:16:20 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/aim/aim-1.5.286.ebuild,v 1.5 2005/11/26 09:50:39 blubb Exp $
IUSE=""
DESCRIPTION="AOL's Instant Messenger client"
@@ -8,11 +8,14 @@ SRC_URI="${P}.tgz"
HOMEPAGE="http://www.aim.com/get_aim/linux/latest_linux.adp"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="~amd64 x86"
RESTRICT="nostrip fetch"
DEPEND="=x11-libs/gtk+-1.2*
>=dev-libs/glib-1.2
virtual/x11"
+RDEPEND="${DEPEND}
+ amd64? ( >=app-emulation/emul-linux-x86-gtklibs-2.1 )"
+
S="${WORKDIR}"
pkg_nofetch() {
@@ -40,5 +43,7 @@ src_install() {
exeinto /opt/aim
doexe ${T}/aim
+ dodir /opt/bin
+ dosym /opt/aim/aim /opt/bin/aim
prepall
}