diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-05-11 04:11:16 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-05-11 04:11:16 +0000 |
commit | 10b26529cbba6e097f7714e28f30022dd49c76ba (patch) | |
tree | d7625050f71e77e1eef3ae4038187a27024968b1 /x11-libs | |
parent | Fix inherit (diff) | |
download | gentoo-2-10b26529cbba6e097f7714e28f30022dd49c76ba.tar.gz gentoo-2-10b26529cbba6e097f7714e28f30022dd49c76ba.tar.bz2 gentoo-2-10b26529cbba6e097f7714e28f30022dd49c76ba.zip |
Fixing inherit
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gtkhotkey/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/gtkhotkey/gtkhotkey-0.2.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-libs/gtkhotkey/ChangeLog b/x11-libs/gtkhotkey/ChangeLog index 4093e270e6d9..ee60354fe466 100644 --- a/x11-libs/gtkhotkey/ChangeLog +++ b/x11-libs/gtkhotkey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/gtkhotkey # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkhotkey/ChangeLog,v 1.17 2013/03/03 15:44:42 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkhotkey/ChangeLog,v 1.18 2013/05/11 04:11:16 patrick Exp $ + + 11 May 2013; Patrick Lauer <patrick@gentoo.org> gtkhotkey-0.2.1.ebuild: + Fixing inherit 03 Mar 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml: Drop to maintainer-needed as talked with him diff --git a/x11-libs/gtkhotkey/gtkhotkey-0.2.1.ebuild b/x11-libs/gtkhotkey/gtkhotkey-0.2.1.ebuild index 4c5390eb6d38..696068afca41 100644 --- a/x11-libs/gtkhotkey/gtkhotkey-0.2.1.ebuild +++ b/x11-libs/gtkhotkey/gtkhotkey-0.2.1.ebuild @@ -1,10 +1,10 @@ -# 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/x11-libs/gtkhotkey/gtkhotkey-0.2.1.ebuild,v 1.6 2012/05/05 03:52:26 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkhotkey/gtkhotkey-0.2.1.ebuild,v 1.7 2013/05/11 04:11:16 patrick Exp $ EAPI="2" -inherit versionator +inherit versionator eutils MY_CRV=$(get_version_component_range 1-2) |