diff options
author | Don Seiler <rizzo@gentoo.org> | 2005-03-01 15:16:01 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2005-03-01 15:16:01 +0000 |
commit | 6dcf7742b22acc4611d1e0842a430349201bcbaa (patch) | |
tree | 5ff57bbd1efd9669911a55e469f2fd59adc0edd8 /net-im | |
parent | Rev bump. Update to use the new apache paths. (diff) | |
download | gentoo-2-6dcf7742b22acc4611d1e0842a430349201bcbaa.tar.gz gentoo-2-6dcf7742b22acc4611d1e0842a430349201bcbaa.tar.bz2 gentoo-2-6dcf7742b22acc4611d1e0842a430349201bcbaa.zip |
Appointing explicit DEPEND vs RDEPEND per vapier's suggestion
(Portage version: 2.0.51.18)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/gaim/gaim-1.1.4.ebuild | 12 |
2 files changed, 11 insertions, 6 deletions
diff --git a/net-im/gaim/ChangeLog b/net-im/gaim/ChangeLog index 60c39064a1a4..5be3bc4e3967 100644 --- a/net-im/gaim/ChangeLog +++ b/net-im/gaim/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/gaim # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/ChangeLog,v 1.311 2005/02/28 22:23:22 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/ChangeLog,v 1.312 2005/03/01 15:16:01 rizzo Exp $ + + 01 Mar 2005; Don Seiler <rizzo@gentoo.org> gaim-1.1.4.ebuild: + Appointing explicit DEPEND vs RDEPEND per vapier's suggestion 28 Feb 2005; Simon Stelling <blubb@gentoo.org> gaim-1.1.4.ebuild: marking stable on ppc for hansmi wrt bug 83253 diff --git a/net-im/gaim/gaim-1.1.4.ebuild b/net-im/gaim/gaim-1.1.4.ebuild index bb59c8402a67..892b1be4b931 100644 --- a/net-im/gaim/gaim-1.1.4.ebuild +++ b/net-im/gaim/gaim-1.1.4.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/gaim/gaim-1.1.4.ebuild,v 1.9 2005/02/28 22:23:22 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-1.1.4.ebuild,v 1.10 2005/03/01 15:16:01 rizzo Exp $ inherit flag-o-matic eutils gcc debug @@ -13,11 +13,9 @@ SLOT="0" KEYWORDS="alpha amd64 ~arm ~hppa ia64 mips ppc ppc64 sparc x86" IUSE="nls perl spell nas cjk gnutls silc eds krb4 tcltk debug" -DEPEND=">=x11-libs/gtk+-2.0 +RDEPEND=">=x11-libs/gtk+-2.0 >=dev-libs/glib-2.0 nas? ( >=media-libs/nas-1.4.1-r1 ) - dev-util/pkgconfig - sys-devel/gettext media-libs/libao >=media-libs/audiofile-0.2.0 perl? ( >=dev-lang/perl-5.8.2-r1 @@ -31,6 +29,10 @@ DEPEND=">=x11-libs/gtk+-2.0 tcltk? ( dev-lang/tcl dev-lang/tk )" +DEPEND="$RDEPEND + dev-util/pkgconfig + nls? ( sys-devel/gettext )" + # List of plugins # app-accessibility/festival-gaim # net-im/gaim-blogger @@ -50,7 +52,7 @@ DEPEND=">=x11-libs/gtk+-2.0 print_gaim_warning() { ewarn - ewarn "If you are merging ${P} from an earlier version, you will need" + ewarn "If you are merging ${P} from an earlier version, you may need" ewarn "to re-merge any plugins like gaim-encryption or gaim-snpp." ewarn ewarn "If you experience problems with gaim, file them as bugs with" |