diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:26:17 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:26:17 +0000 |
commit | 272feaab1addea56e2d550905b3afe27467322b0 (patch) | |
tree | 37d5a6f0bbb178c07e7a7ecfd3bb07de91d67cc4 /gnome-extra/gnobog | |
parent | link with proper libmagic #54401 (Manifest recommit) (diff) | |
download | gentoo-2-272feaab1addea56e2d550905b3afe27467322b0.tar.gz gentoo-2-272feaab1addea56e2d550905b3afe27467322b0.tar.bz2 gentoo-2-272feaab1addea56e2d550905b3afe27467322b0.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'gnome-extra/gnobog')
-rw-r--r-- | gnome-extra/gnobog/gnobog-0.4.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-extra/gnobog/gnobog-0.4.3.ebuild b/gnome-extra/gnobog/gnobog-0.4.3.ebuild index ec092c46fb8b..7f8aef228650 100644 --- a/gnome-extra/gnobog/gnobog-0.4.3.ebuild +++ b/gnome-extra/gnobog/gnobog-0.4.3.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnobog/gnobog-0.4.3.ebuild,v 1.10 2004/06/24 22:04:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnobog/gnobog-0.4.3.ebuild,v 1.11 2004/07/14 15:26:11 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Gnome Bookmarks Organizer" HOMEPAGE="http://www.nongnu.org/gnobog/" SRC_URI="http://freesoftware.fsf.org/download/${PN}/${P}.tar.gz" @@ -10,6 +9,7 @@ SRC_URI="http://freesoftware.fsf.org/download/${PN}/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc ppc" +IUSE="" DEPEND=">=gnome-base/libglade-0.17-r5" |