diff options
author | Olivier Crête <tester@gentoo.org> | 2008-01-07 23:09:51 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2008-01-07 23:09:51 +0000 |
commit | b8a2afe00bb8cd943b84413904001147f051a27e (patch) | |
tree | 55ca98e922fccdd2f0c78ace010adc01301d524a /x11-plugins/pidgin-hotkeys | |
parent | Add inherit eutils for built_with_use (diff) | |
download | gentoo-2-b8a2afe00bb8cd943b84413904001147f051a27e.tar.gz gentoo-2-b8a2afe00bb8cd943b84413904001147f051a27e.tar.bz2 gentoo-2-b8a2afe00bb8cd943b84413904001147f051a27e.zip |
Add missing inherit eutils for built_with_use
(Portage version: 2.1.3.19)
Diffstat (limited to 'x11-plugins/pidgin-hotkeys')
-rw-r--r-- | x11-plugins/pidgin-hotkeys/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/x11-plugins/pidgin-hotkeys/ChangeLog b/x11-plugins/pidgin-hotkeys/ChangeLog index fa1d119bfeb4..a7ed68dec600 100644 --- a/x11-plugins/pidgin-hotkeys/ChangeLog +++ b/x11-plugins/pidgin-hotkeys/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/pidgin-hotkeys # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-hotkeys/ChangeLog,v 1.9 2008/01/07 05:05:31 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-hotkeys/ChangeLog,v 1.10 2008/01/07 23:09:51 tester Exp $ + + 07 Jan 2008; <tester@gentoo.org> pidgin-hotkeys-0.2.3.ebuild: + Add missing inherit eutils for built_with_use 07 Jan 2008; <tester@gentoo.org> pidgin-hotkeys-0.2.3.ebuild: Add dep on gtk (and check that pidgin has it too) diff --git a/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild b/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild index 6bbde3596542..3c668a4e02bb 100644 --- a/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild +++ b/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild,v 1.9 2008/01/07 05:05:31 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild,v 1.10 2008/01/07 23:09:51 tester Exp $ + +inherit eutils DESCRIPTION="pidgin-hotkeys is a Pidgin plugin that allows you to define global hotkeys for various actions such as toggling buddy list, fetching queued messages, opening preferences or account dialog." |