diff options
author | 2004-08-26 04:48:31 +0000 | |
---|---|---|
committer | 2004-08-26 04:48:31 +0000 | |
commit | dfdc809cc649619d0eb236f720f60e437a067c34 (patch) | |
tree | b1ca70b683ffaa849b56f205573dee8d57895d12 | |
parent | Stable on sparc wrt bug #60865. (Manifest recommit) (diff) | |
download | gentoo-2-dfdc809cc649619d0eb236f720f60e437a067c34.tar.gz gentoo-2-dfdc809cc649619d0eb236f720f60e437a067c34.tar.bz2 gentoo-2-dfdc809cc649619d0eb236f720f60e437a067c34.zip |
hppa stable for security #61457
-rw-r--r-- | net-im/gaim/gaim-0.81-r5.ebuild | 9 | ||||
-rw-r--r-- | x11-plugins/gaim-encryption/gaim-encryption-2.29.ebuild | 7 |
2 files changed, 7 insertions, 9 deletions
diff --git a/net-im/gaim/gaim-0.81-r5.ebuild b/net-im/gaim/gaim-0.81-r5.ebuild index b1c52630e98e..451a90b9c41e 100644 --- a/net-im/gaim/gaim-0.81-r5.ebuild +++ b/net-im/gaim/gaim-0.81-r5.ebuild @@ -1,18 +1,17 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-0.81-r5.ebuild,v 1.8 2004/08/26 03:42:28 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-0.81-r5.ebuild,v 1.9 2004/08/26 04:48:31 vapier Exp $ inherit flag-o-matic eutils gcc debug -IUSE="nls perl spell nas crypt cjk gnutls silc evo" - DESCRIPTION="GTK Instant Messenger client" HOMEPAGE="http://gaim.sourceforge.net/" SRC_URI="mirror://sourceforge/gaim/${P}.tar.bz2" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc amd64 ppc alpha ~ia64 ~mips ~hppa" +SLOT="0" +KEYWORDS="x86 ppc sparc ~mips alpha hppa amd64 ~ia64" +IUSE="nls perl spell nas crypt cjk gnutls silc evo" DEPEND=">=x11-libs/gtk+-2.0 >=dev-libs/glib-2.0 diff --git a/x11-plugins/gaim-encryption/gaim-encryption-2.29.ebuild b/x11-plugins/gaim-encryption/gaim-encryption-2.29.ebuild index 2d4c985e8ad5..239823b08807 100644 --- a/x11-plugins/gaim-encryption/gaim-encryption-2.29.ebuild +++ b/x11-plugins/gaim-encryption/gaim-encryption-2.29.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.29.ebuild,v 1.9 2004/08/26 03:45:59 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.29.ebuild,v 1.10 2004/08/26 04:48:27 vapier Exp $ inherit flag-o-matic eutils debug @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 sparc amd64 ppc alpha ~ia64 ~hppa ~mips" +KEYWORDS="x86 ppc sparc ~mips alpha hppa amd64 ~ia64" IUSE="" DEPEND=">=net-im/gaim-0.80 @@ -35,6 +35,5 @@ src_compile() { src_install() { einstall || die "Install failed" - dodoc CHANGELOG COPYING INSTALL NOTES README TODO VERSION WISHLIST + dodoc CHANGELOG INSTALL NOTES README TODO VERSION WISHLIST } - |