diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2003-12-14 12:32:07 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2003-12-14 12:32:07 +0000 |
commit | fe2bbe0c22ce5c45dd8e9ad02c4da013dd8ab467 (patch) | |
tree | 1edb3c7cece6affbea98dbe1b30e727bb39820f6 /net-im/aim | |
parent | Stable on x86. (diff) | |
download | gentoo-2-fe2bbe0c22ce5c45dd8e9ad02c4da013dd8ab467.tar.gz gentoo-2-fe2bbe0c22ce5c45dd8e9ad02c4da013dd8ab467.tar.bz2 gentoo-2-fe2bbe0c22ce5c45dd8e9ad02c4da013dd8ab467.zip |
Stable on x86. Fix DEPEND to virtual/x11 instead of x11-base/xfree.
Diffstat (limited to 'net-im/aim')
-rw-r--r-- | net-im/aim/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/aim/Manifest | 4 | ||||
-rw-r--r-- | net-im/aim/aim-1.5.286.ebuild | 6 |
3 files changed, 9 insertions, 6 deletions
diff --git a/net-im/aim/ChangeLog b/net-im/aim/ChangeLog index 362c74059907..52889d1fafba 100644 --- a/net-im/aim/ChangeLog +++ b/net-im/aim/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/aim # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/aim/ChangeLog,v 1.1 2003/10/26 03:03:30 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/aim/ChangeLog,v 1.2 2003/12/14 12:32:05 spyderous Exp $ + + 14 Dec 2003; Donnie Berkholz <spyderous@gentoo.org>; aim-1.5.286.ebuild: + Stable on x86. Fix DEPEND to virtual/x11 instead of x11-base/xfree. *aim-1.5.286 (25 Oct 2003) diff --git a/net-im/aim/Manifest b/net-im/aim/Manifest index bc550e5e621f..f36ca556b75c 100644 --- a/net-im/aim/Manifest +++ b/net-im/aim/Manifest @@ -1,4 +1,4 @@ -MD5 e07b7f2db63e2e71dd26bcc9e871440c aim-1.5.286.ebuild 1055 +MD5 2689e6dd03335e2d50f01d2cae66620a ChangeLog 598 +MD5 b1e5a8bf4081c47542cebe5cfd61be68 aim-1.5.286.ebuild 1051 MD5 606bff1991eeef73e8bf886f3b939ec1 metadata.xml 251 -MD5 ec01cc164bfa5e07a4acfd34328f0853 ChangeLog 452 MD5 f2c13cec5b5c5b43f48ea01cf4a8c881 files/digest-aim-1.5.286 61 diff --git a/net-im/aim/aim-1.5.286.ebuild b/net-im/aim/aim-1.5.286.ebuild index 6ceded6d7fd3..557d830f5ef6 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-2003 Gentoo Technologies, Inc. # 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.1 2003/10/26 03:03:30 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/aim/aim-1.5.286.ebuild,v 1.2 2003/12/14 12:32:05 spyderous Exp $ IUSE="" DESCRIPTION="AOL's Instant Messenger client" @@ -8,11 +8,11 @@ SRC_URI="${P}.tgz" HOMEPAGE="http://www.aim.com/get_aim/linux/latest_linux.adp" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" RESTRICT="nostrip fetch" DEPEND="=x11-libs/gtk+-1.2* >=dev-libs/glib-1.2 - x11-base/xfree" + virtual/x11" S="${WORKDIR}" pkg_nofetch() { |