diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-07-20 17:31:47 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-07-20 17:31:47 +0000 |
commit | fa168475a896765b87aa27913382001107e4b48b (patch) | |
tree | 248f6113d89a04488f88d1f618ae24aa4c5adc91 /app-misc/rox | |
parent | homepage update. 51484 (Manifest recommit) (diff) | |
download | gentoo-2-fa168475a896765b87aa27913382001107e4b48b.tar.gz gentoo-2-fa168475a896765b87aa27913382001107e4b48b.tar.bz2 gentoo-2-fa168475a896765b87aa27913382001107e4b48b.zip |
make use of the svg useflag, mark stable on x86
Diffstat (limited to 'app-misc/rox')
-rw-r--r-- | app-misc/rox/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/rox/rox-2.1.2.ebuild | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/app-misc/rox/ChangeLog b/app-misc/rox/ChangeLog index 778d3e331c1b..ef5e5f8bd901 100644 --- a/app-misc/rox/ChangeLog +++ b/app-misc/rox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/rox # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/rox/ChangeLog,v 1.30 2004/06/24 22:31:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rox/ChangeLog,v 1.31 2004/07/20 17:31:47 lanius Exp $ + + 20 Jul 2004; Heinrich Wendel <lanius@gentoo.org> rox-2.1.2.ebuild: + make use of the svg useflag, mark stable on x86 22 May 2004; Danny van Dyk <kugelfang@gentoo.org> rox-2.1.2.ebuild: Marked ~amd64. diff --git a/app-misc/rox/rox-2.1.2.ebuild b/app-misc/rox/rox-2.1.2.ebuild index 68b375d0a42f..b9a02edf0a98 100644 --- a/app-misc/rox/rox-2.1.2.ebuild +++ b/app-misc/rox/rox-2.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/rox/rox-2.1.2.ebuild,v 1.4 2004/06/24 22:31:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rox/rox-2.1.2.ebuild,v 1.5 2004/07/20 17:31:47 lanius Exp $ DESCRIPTION="ROX is a desktop environment, like GNOME, KDE and XFCE. It is an attempt to bring some of the good features from RISC OS to Unix and Linux." HOMEPAGE="http://rox.sourceforge.net/" @@ -8,13 +8,15 @@ SRC_URI="mirror://sourceforge/rox/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha ~sparc ~amd64" -IUSE="" +KEYWORDS="x86 ~ppc ~alpha ~sparc ~amd64" DEPEND=">=x11-libs/gtk+-2.0.5 >=dev-libs/glib-2.0.4 >=dev-libs/libxml2-2.4.23 - >=x11-misc/shared-mime-info-0.9" + >=x11-misc/shared-mime-info-0.9 + svg? ( gnome-base/librsvg )" + +IUSE="svg" src_compile() { # rm ROX-Filer/src/configure # see bug #26162 |