diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-03-25 06:19:52 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-03-25 06:19:52 +0000 |
commit | f44a2ede53e238d748591604e22e2aab50dfed10 (patch) | |
tree | 77f8431573c2f4a3635e211827d9078cc88f7ca7 /mail-client/gbuffy/gbuffy-0.2.6.ebuild | |
parent | Marked ppc stable for bug #126435. (diff) | |
download | gentoo-2-f44a2ede53e238d748591604e22e2aab50dfed10.tar.gz gentoo-2-f44a2ede53e238d748591604e22e2aab50dfed10.tar.bz2 gentoo-2-f44a2ede53e238d748591604e22e2aab50dfed10.zip |
Add patches from the new maintainer, Phil Pennock #125132. Yank ~alpha and
~ia64 since this depends on gnome-applets-1 which isn't available on those
platforms.
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'mail-client/gbuffy/gbuffy-0.2.6.ebuild')
-rw-r--r-- | mail-client/gbuffy/gbuffy-0.2.6.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail-client/gbuffy/gbuffy-0.2.6.ebuild b/mail-client/gbuffy/gbuffy-0.2.6.ebuild index 41236288e4e7..b3dca6a649d4 100644 --- a/mail-client/gbuffy/gbuffy-0.2.6.ebuild +++ b/mail-client/gbuffy/gbuffy-0.2.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/gbuffy/gbuffy-0.2.6.ebuild,v 1.2 2004/11/03 10:05:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/gbuffy/gbuffy-0.2.6.ebuild,v 1.3 2006/03/25 06:19:52 agriffis Exp $ inherit eutils @@ -9,14 +9,14 @@ HOMEPAGE="http://www.fiction.net/blong/programs/gbuffy/" SRC_URI="http://www.fiction.net/blong/programs/${PN}/${P}/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 ~alpha ~ia64" +KEYWORDS="~x86" IUSE="gnome ssl" DEPEND="x11-libs/libPropList media-libs/compface >=x11-libs/gtk+-1.1.11 - gnome? ( >=gnome-base/gnome-panel-2.4.0-r1 ) + gnome? ( =gnome-base/gnome-applets-1* ) ssl? ( dev-libs/openssl )" src_compile() { |