diff options
author | 2013-05-04 19:06:33 +0000 | |
---|---|---|
committer | 2013-05-04 19:06:33 +0000 | |
commit | 936e008722820f53cc132946edaba3deedbdff4c (patch) | |
tree | ec3f1d778525b64dfa3f24da74724301e1d9d73a /sys-apps/yum | |
parent | Version bump. (diff) | |
download | gentoo-2-936e008722820f53cc132946edaba3deedbdff4c.tar.gz gentoo-2-936e008722820f53cc132946edaba3deedbdff4c.tar.bz2 gentoo-2-936e008722820f53cc132946edaba3deedbdff4c.zip |
Drop dependency on dev-python/celementtree; it is included in the standard library.
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'sys-apps/yum')
-rw-r--r-- | sys-apps/yum/ChangeLog | 9 | ||||
-rw-r--r-- | sys-apps/yum/yum-3.4.3.ebuild | 5 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sys-apps/yum/ChangeLog b/sys-apps/yum/ChangeLog index 43d1db0bf783..1012e885ec12 100644 --- a/sys-apps/yum/ChangeLog +++ b/sys-apps/yum/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/yum -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/yum/ChangeLog,v 1.17 2012/04/02 19:54:18 pacho Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/yum/ChangeLog,v 1.18 2013/05/04 19:06:33 floppym Exp $ + + 04 May 2013; Mike Gilbert <floppym@gentoo.org> yum-3.4.3.ebuild: + Drop dependency on dev-python/celementtree; it is included in the standard + library. 02 Apr 2012; Pacho Ramos <pacho@gentoo.org> -yum-3.2.27-r1.ebuild, -yum-3.2.29.ebuild, yum-3.4.3.ebuild: @@ -76,4 +80,3 @@ 10 Jun 2006; Chris Bainbridge <chrb@gentoo.org> +metadata.xml, +yum-2.6.1.ebuild: New package, submitted by Andrew Ross in bug #133848 - diff --git a/sys-apps/yum/yum-3.4.3.ebuild b/sys-apps/yum/yum-3.4.3.ebuild index 83d91e3e2a3d..80b94757b328 100644 --- a/sys-apps/yum/yum-3.4.3.ebuild +++ b/sys-apps/yum/yum-3.4.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/yum/yum-3.4.3.ebuild,v 1.3 2012/04/02 19:54:18 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/yum/yum-3.4.3.ebuild,v 1.4 2013/05/04 19:06:33 floppym Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -22,7 +22,6 @@ DEPEND="dev-util/intltool RDEPEND="app-arch/rpm[python] dev-python/sqlitecachec - dev-python/celementtree dev-libs/libxml2[python] dev-python/urlgrabber" |