diff options
author | Fabian Groffen <grobian@gentoo.org> | 2006-12-31 09:52:23 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2006-12-31 09:52:23 +0000 |
commit | 426e917cccf3e98c3c7b3701e6b0e8bc2f01ebb8 (patch) | |
tree | 8f541989d92e98052bb96a66025164c9aca502c2 /gnustep-apps | |
parent | Re-tag version since there is no real 1.4.2 and fixup version output #136187. (diff) | |
download | gentoo-2-426e917cccf3e98c3c7b3701e6b0e8bc2f01ebb8.tar.gz gentoo-2-426e917cccf3e98c3c7b3701e6b0e8bc2f01ebb8.tar.bz2 gentoo-2-426e917cccf3e98c3c7b3701e6b0e8bc2f01ebb8.zip |
add >=gnustep-gui-0.11.0 requirement, as pointed out by Ben White <bwhite (at> cat dot-net.au> in bug #159535
(Portage version: 2.1.1-r2)
Diffstat (limited to 'gnustep-apps')
-rw-r--r-- | gnustep-apps/gnumail/ChangeLog | 7 | ||||
-rw-r--r-- | gnustep-apps/gnumail/gnumail-1.2.0.20060925.ebuild | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/gnustep-apps/gnumail/ChangeLog b/gnustep-apps/gnumail/ChangeLog index 192bf5248ef3..fc2b846d06f3 100644 --- a/gnustep-apps/gnumail/ChangeLog +++ b/gnustep-apps/gnumail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnustep-apps/gnumail # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/ChangeLog,v 1.21 2006/12/05 21:38:00 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/ChangeLog,v 1.22 2006/12/31 09:52:23 grobian Exp $ + + 31 Dec 2006; Fabian Groffen <grobian@gentoo.org> + gnumail-1.2.0.20060925.ebuild: + add >=gnustep-gui-0.11.0 requirement, as pointed out by Ben White <bwhite + (at> cat dot-net.au> in bug #159535 *gnumail-1.2.0.20060925 (05 Dec 2006) diff --git a/gnustep-apps/gnumail/gnumail-1.2.0.20060925.ebuild b/gnustep-apps/gnumail/gnumail-1.2.0.20060925.ebuild index a298168a556e..e0f269f5352d 100644 --- a/gnustep-apps/gnumail/gnumail-1.2.0.20060925.ebuild +++ b/gnustep-apps/gnumail/gnumail-1.2.0.20060925.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0.20060925.ebuild,v 1.1 2006/12/05 21:38:00 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0.20060925.ebuild,v 1.2 2006/12/31 09:52:23 grobian Exp $ inherit gnustep @@ -20,11 +20,13 @@ SLOT="0" IUSE="crypt doc emoticon xface" DEPEND="${GS_DEPEND} =gnustep-libs/pantomime-${PV} + >=gnustep-base/gnustep-gui-0.11.0 gnustep-apps/addresses virtual/libiconv" RDEPEND="${GS_RDEPEND} crypt? ( app-crypt/gnupg ) =gnustep-libs/pantomime-${PV} + >=gnustep-base/gnustep-gui-0.11.0 gnustep-apps/addresses" egnustep_install_domain "System" |