diff options
author | Kevin McCarthy <signals@gentoo.org> | 2011-02-26 19:43:22 +0000 |
---|---|---|
committer | Kevin McCarthy <signals@gentoo.org> | 2011-02-26 19:43:22 +0000 |
commit | 0331da1720f60489cb7f2d32103b7e6937079455 (patch) | |
tree | 1c37fb25baf1fc8022182c5d956352275212be27 /net-im/ekg | |
parent | depend virtual/jpeg (diff) | |
download | gentoo-2-0331da1720f60489cb7f2d32103b7e6937079455.tar.gz gentoo-2-0331da1720f60489cb7f2d32103b7e6937079455.tar.bz2 gentoo-2-0331da1720f60489cb7f2d32103b7e6937079455.zip |
depend virtual/jpeg
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'net-im/ekg')
-rw-r--r-- | net-im/ekg/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/ekg/ekg-1.7.ebuild | 6 | ||||
-rw-r--r-- | net-im/ekg/ekg-1.8_rc1.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-im/ekg/ChangeLog b/net-im/ekg/ChangeLog index 21face05702c..ac719c7ad68f 100644 --- a/net-im/ekg/ChangeLog +++ b/net-im/ekg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/ekg -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ChangeLog,v 1.44 2010/03/31 18:51:23 spock Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ChangeLog,v 1.45 2011/02/26 19:43:22 signals Exp $ + + 26 Feb 2011; Kevin McCarthy <signals@gentoo.org> ekg-1.7.ebuild, + ekg-1.8_rc1.ebuild: + Updated depends from media-libs/jpeg to virtual/jpeg 31 Mar 2010; Michał Januszewski <spock@gentoo.org> metadata.xml: Remove myself from metadata. diff --git a/net-im/ekg/ekg-1.7.ebuild b/net-im/ekg/ekg-1.7.ebuild index 941d9818395b..d3a758183af5 100644 --- a/net-im/ekg/ekg-1.7.ebuild +++ b/net-im/ekg/ekg-1.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.7.ebuild,v 1.7 2008/03/25 17:54:09 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.7.ebuild,v 1.8 2011/02/26 19:43:22 signals Exp $ inherit eutils autotools @@ -24,7 +24,7 @@ RDEPEND="net-libs/libgadu python? ( dev-lang/python ) spell? ( >=app-text/aspell-0.50.3 ) gif? ( media-libs/giflib ) - jpeg? ( media-libs/jpeg )" + jpeg? ( virtual/jpeg )" DEPEND=">=sys-devel/automake-1.7 >=sys-devel/autoconf-2.50 diff --git a/net-im/ekg/ekg-1.8_rc1.ebuild b/net-im/ekg/ekg-1.8_rc1.ebuild index 8b25fc675683..686a6377726d 100644 --- a/net-im/ekg/ekg-1.8_rc1.ebuild +++ b/net-im/ekg/ekg-1.8_rc1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.8_rc1.ebuild,v 1.3 2010/01/27 21:10:40 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.8_rc1.ebuild,v 1.4 2011/02/26 19:43:22 signals Exp $ inherit autotools eutils @@ -24,7 +24,7 @@ RDEPEND="net-libs/libgadu python? ( dev-lang/python ) spell? ( >=app-text/aspell-0.50.3 ) gif? ( media-libs/giflib ) - jpeg? ( media-libs/jpeg ) + jpeg? ( virtual/jpeg ) gtk? ( >=x11-libs/gtk+-2.0 )" DEPEND=">=sys-devel/automake-1.7 |