diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-07-04 16:44:42 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-07-04 16:44:42 +0000 |
commit | 104193c9b5577fb68c1e0faea8c1b8b140604d1e (patch) | |
tree | 1921bd9062d8254f3c53749cfd5f80cfcdd0fde7 /x11-misc/smeg | |
parent | Specify SA_LIB_DIR in src_compile as well so that sa1.in gets the correct pat... (diff) | |
download | gentoo-2-104193c9b5577fb68c1e0faea8c1b8b140604d1e.tar.gz gentoo-2-104193c9b5577fb68c1e0faea8c1b8b140604d1e.tar.bz2 gentoo-2-104193c9b5577fb68c1e0faea8c1b8b140604d1e.zip |
add missing pygtk dep
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/smeg')
-rw-r--r-- | x11-misc/smeg/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/smeg/smeg-0.7.5.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/smeg/ChangeLog b/x11-misc/smeg/ChangeLog index 986c911d5a4c..a54b214ecee6 100644 --- a/x11-misc/smeg/ChangeLog +++ b/x11-misc/smeg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/smeg # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/smeg/ChangeLog,v 1.3 2005/06/07 21:28:56 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/smeg/ChangeLog,v 1.4 2005/07/04 16:44:42 lanius Exp $ + + 04 Jul 2005; Heinrich Wendel <lanius@gentoo.org> smeg-0.7.5.ebuild: + add missing pygtk dep *smeg-0.7.5 (07 Jun 2005) diff --git a/x11-misc/smeg/smeg-0.7.5.ebuild b/x11-misc/smeg/smeg-0.7.5.ebuild index fc41937eb053..12bd0ddb85ff 100644 --- a/x11-misc/smeg/smeg-0.7.5.ebuild +++ b/x11-misc/smeg/smeg-0.7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/smeg/smeg-0.7.5.ebuild,v 1.2 2005/06/07 22:28:38 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/smeg/smeg-0.7.5.ebuild,v 1.3 2005/07/04 16:44:42 lanius Exp $ DESCRIPTION="Simple Menu Editor for Gnome, written in Python" HOMEPAGE="http://www.realistanew.com/projects/smeg/" @@ -12,7 +12,8 @@ IUSE="gnome" DEPEND=">=dev-lang/python-2.4 >=dev-python/pyxdg-0.14 - gnome? ( >=gnome-base/gnome-menus-2.10.1 )" + gnome? ( >=gnome-base/gnome-menus-2.10.1 ) + >=dev-python/pygtk-2.0" src_compile() { einfo "No compilation necessary" |