diff options
author | 2015-04-22 14:43:57 +0000 | |
---|---|---|
committer | 2015-04-22 14:43:57 +0000 | |
commit | 45914d436fb09fd1450c2be9a7b0120c18c49d13 (patch) | |
tree | b38cce9ba170959f5728383ea5f13d88fdb48dee /dev-vcs/git-pimp | |
parent | Move git-mailz from net-mail to dev-vcs (diff) | |
download | gentoo-2-45914d436fb09fd1450c2be9a7b0120c18c49d13.tar.gz gentoo-2-45914d436fb09fd1450c2be9a7b0120c18c49d13.tar.bz2 gentoo-2-45914d436fb09fd1450c2be9a7b0120c18c49d13.zip |
Depend on git-mailz in the proper category
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key F97A36A1)
Diffstat (limited to 'dev-vcs/git-pimp')
-rw-r--r-- | dev-vcs/git-pimp/ChangeLog | 8 | ||||
-rw-r--r-- | dev-vcs/git-pimp/git-pimp-0.7-r1.ebuild (renamed from dev-vcs/git-pimp/git-pimp-0.7.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-vcs/git-pimp/ChangeLog b/dev-vcs/git-pimp/ChangeLog index ce6b6e80386e..4f2f72fdd137 100644 --- a/dev-vcs/git-pimp/ChangeLog +++ b/dev-vcs/git-pimp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-vcs/git-pimp # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-pimp/ChangeLog,v 1.1 2015/04/22 13:58:50 yac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-pimp/ChangeLog,v 1.2 2015/04/22 14:43:57 yac Exp $ + +*git-pimp-0.7-r1 (22 Apr 2015) + + 22 Apr 2015; Jan Matejka <yac@gentoo.org> +git-pimp-0.7-r1.ebuild, + -git-pimp-0.7.ebuild: + Depend on git-mailz in the proper category *git-pimp-0.7 (22 Apr 2015) diff --git a/dev-vcs/git-pimp/git-pimp-0.7.ebuild b/dev-vcs/git-pimp/git-pimp-0.7-r1.ebuild index 28200014831f..995184e442a5 100644 --- a/dev-vcs/git-pimp/git-pimp-0.7.ebuild +++ b/dev-vcs/git-pimp/git-pimp-0.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-pimp/git-pimp-0.7.ebuild,v 1.1 2015/04/22 13:58:50 yac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-pimp/git-pimp-0.7-r1.ebuild,v 1.1 2015/04/22 14:43:57 yac Exp $ EAPI=5 inherit eutils @@ -20,7 +20,7 @@ DEPEND="" RDEPEND=" dev-vcs/git app-shells/zsh - net-mail/git-mailz + dev-vcs/git-mailz dev-vcs/git-mantle " |