diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-04-30 23:07:46 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-04-30 23:07:46 +0000 |
commit | 82551b943f6bde2ec92aac50290335753ce3cec2 (patch) | |
tree | 7f2e1016ffe4e1237d7083e0aae11e80d7bcdca6 /x11-apps/xdbedizzy/xdbedizzy-1.0.2.ebuild | |
parent | old (diff) | |
download | gentoo-2-82551b943f6bde2ec92aac50290335753ce3cec2.tar.gz gentoo-2-82551b943f6bde2ec92aac50290335753ce3cec2.tar.bz2 gentoo-2-82551b943f6bde2ec92aac50290335753ce3cec2.zip |
Remove USE xprint since it works now, correct patch went upstream after 1.0.1. Keyword ~amd64.
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xdbedizzy/xdbedizzy-1.0.2.ebuild')
-rw-r--r-- | x11-apps/xdbedizzy/xdbedizzy-1.0.2.ebuild | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/x11-apps/xdbedizzy/xdbedizzy-1.0.2.ebuild b/x11-apps/xdbedizzy/xdbedizzy-1.0.2.ebuild index c997a3024c6c..c1e136d6b3ec 100644 --- a/x11-apps/xdbedizzy/xdbedizzy-1.0.2.ebuild +++ b/x11-apps/xdbedizzy/xdbedizzy-1.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdbedizzy/xdbedizzy-1.0.2.ebuild,v 1.3 2008/01/13 09:35:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdbedizzy/xdbedizzy-1.0.2.ebuild,v 1.4 2009/04/30 23:07:46 ssuominen Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,15 +8,8 @@ inherit x-modular DESCRIPTION="X.Org xdbedizzy application" -KEYWORDS="arm ~mips ~ppc ~ppc64 s390 sh ~sparc x86" - -# xprint support isn't optional, despite what configure says. -#IUSE="xprint" -RDEPEND="x11-libs/libXext - x11-libs/libXprintUtil - x11-libs/libXp" -# xprint? ( x11-libs/libXprintUtil -# x11-libs/libXp )" +KEYWORDS="~amd64 arm ~mips ~ppc ~ppc64 s390 sh ~sparc x86" +IUSE="" +RDEPEND="x11-libs/libXext" DEPEND="${RDEPEND}" - -#CONFIGURE_OPTIONS="$(use_enable xprint)" +CONFIGURE_OPTIONS="--disable-xprint" |