diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-06-07 22:28:38 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-06-07 22:28:38 +0000 |
commit | cc646840ebe8be36c6b5da413a5ddc560fe20828 (patch) | |
tree | 2efc10ac258f178c38b15aa49c651a78f9d22718 /x11-misc | |
parent | fix sandbox violation (diff) | |
download | gentoo-2-cc646840ebe8be36c6b5da413a5ddc560fe20828.tar.gz gentoo-2-cc646840ebe8be36c6b5da413a5ddc560fe20828.tar.bz2 gentoo-2-cc646840ebe8be36c6b5da413a5ddc560fe20828.zip |
small fix
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/smeg/smeg-0.7.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/smeg/smeg-0.7.5.ebuild b/x11-misc/smeg/smeg-0.7.5.ebuild index 5083202e7a7c..fc41937eb053 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.1 2005/06/07 21:28:56 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/smeg/smeg-0.7.5.ebuild,v 1.2 2005/06/07 22:28:38 lanius Exp $ DESCRIPTION="Simple Menu Editor for Gnome, written in Python" HOMEPAGE="http://www.realistanew.com/projects/smeg/" @@ -11,7 +11,7 @@ KEYWORDS="~x86 ~amd64" IUSE="gnome" DEPEND=">=dev-lang/python-2.4 - >=dev-python/pyxdg-0.13 + >=dev-python/pyxdg-0.14 gnome? ( >=gnome-base/gnome-menus-2.10.1 )" src_compile() { |