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 | f7766cd64a9a9b5e8f8cba9d19bb087b3c06f898 (patch) | |
tree | e507ccabbdc010f091204a0c26c56f82a3b7fb29 /x11-misc/smeg | |
parent | fix sandbox violation (diff) | |
download | historical-f7766cd64a9a9b5e8f8cba9d19bb087b3c06f898.tar.gz historical-f7766cd64a9a9b5e8f8cba9d19bb087b3c06f898.tar.bz2 historical-f7766cd64a9a9b5e8f8cba9d19bb087b3c06f898.zip |
small fix
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'x11-misc/smeg')
-rw-r--r-- | x11-misc/smeg/Manifest | 8 | ||||
-rw-r--r-- | x11-misc/smeg/smeg-0.7.5.ebuild | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11-misc/smeg/Manifest b/x11-misc/smeg/Manifest index 83a83d56f76f..d7c576752dee 100644 --- a/x11-misc/smeg/Manifest +++ b/x11-misc/smeg/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 218aef790088eacb61205bc86bc50e2e smeg-0.7.5.ebuild 750 +MD5 da5471fc7bee1e1869aeb6c53c590a42 smeg-0.7.5.ebuild 750 MD5 a4467cba1c37e82280d4b357afe7d898 ChangeLog 610 MD5 503ccb1138f9c49f0855884d830988a6 metadata.xml 253 MD5 9ad677b6f5b1420bbcdd988a09e15b9c files/digest-smeg-0.7.5 61 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCphGpevY57Fted3ERAlHKAJwP+j4UbojGfSUv9/YlPEoodWQPXwCgiwTW -GErE8Bx0Ev6XouL5b5huYjQ= -=Qi8Q +iD8DBQFCph+mevY57Fted3ERAhYxAJ9H56zWZijxuHWE1BAl0HBleNpYpACgnZ7v +LDg3i7nPi6wnZtCrSwmE2To= +=6Ebk -----END PGP SIGNATURE----- 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() { |