diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-01-18 23:53:06 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-01-18 23:53:06 +0000 |
commit | 0480f43418ff903ab3eb27a0f8af26ae2894c3d5 (patch) | |
tree | b07410115c5ec5a8b41e61d0bc39ca2bd51335df /net-im | |
parent | Fix deps for modular X. (diff) | |
download | gentoo-2-0480f43418ff903ab3eb27a0f8af26ae2894c3d5.tar.gz gentoo-2-0480f43418ff903ab3eb27a0f8af26ae2894c3d5.tar.bz2 gentoo-2-0480f43418ff903ab3eb27a0f8af26ae2894c3d5.zip |
Fix modular X deps and license. It's binary-only, not LGPL.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/aim/ChangeLog | 7 | ||||
-rw-r--r-- | net-im/aim/aim-1.5.286.ebuild | 10 |
2 files changed, 9 insertions, 8 deletions
diff --git a/net-im/aim/ChangeLog b/net-im/aim/ChangeLog index cbec869ee3c8..36b5903ab783 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.5 2005/11/26 09:50:39 blubb Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/aim/ChangeLog,v 1.6 2006/01/18 23:53:06 spyderous Exp $ + + 18 Jan 2006; Donnie Berkholz <spyderous@gentoo.org>; aim-1.5.286.ebuild: + Fix modular X deps and license. It's binary-only, not LGPL. 26 Nov 2005; Simon Stelling <blubb@gentoo.org> aim-1.5.286.ebuild: added ~amd64 keyword diff --git a/net-im/aim/aim-1.5.286.ebuild b/net-im/aim/aim-1.5.286.ebuild index d6584d79c973..ab2bbee2a9be 100644 --- a/net-im/aim/aim-1.5.286.ebuild +++ b/net-im/aim/aim-1.5.286.ebuild @@ -1,18 +1,16 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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.6 2005/11/27 02:09:46 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/aim/aim-1.5.286.ebuild,v 1.7 2006/01/18 23:53:06 spyderous Exp $ IUSE="" DESCRIPTION="AOL's Instant Messenger client" SRC_URI="${P}.tgz" HOMEPAGE="http://www.aim.com/get_aim/linux/latest_linux.adp" -LICENSE="LGPL-2.1" +LICENSE="as-is" SLOT="0" KEYWORDS="~amd64 x86" RESTRICT="nostrip fetch" -DEPEND="=x11-libs/gtk+-1.2* - >=dev-libs/glib-1.2 - virtual/x11" +DEPEND="=x11-libs/gtk+-1.2*" RDEPEND="${DEPEND} amd64? ( >=app-emulation/emul-linux-x86-gtklibs-2.1 )" |