diff options
author | 2009-04-30 23:07:46 +0000 | |
---|---|---|
committer | 2009-04-30 23:07:46 +0000 | |
commit | 82551b943f6bde2ec92aac50290335753ce3cec2 (patch) | |
tree | 7f2e1016ffe4e1237d7083e0aae11e80d7bcdca6 /x11-apps/xdbedizzy | |
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')
-rw-r--r-- | x11-apps/xdbedizzy/ChangeLog | 9 | ||||
-rw-r--r-- | x11-apps/xdbedizzy/xdbedizzy-1.0.2.ebuild | 19 |
2 files changed, 13 insertions, 15 deletions
diff --git a/x11-apps/xdbedizzy/ChangeLog b/x11-apps/xdbedizzy/ChangeLog index 447d01711d78..042da5287da0 100644 --- a/x11-apps/xdbedizzy/ChangeLog +++ b/x11-apps/xdbedizzy/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xdbedizzy -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdbedizzy/ChangeLog,v 1.16 2007/12/20 00:03:25 cla Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdbedizzy/ChangeLog,v 1.17 2009/04/30 23:07:45 ssuominen Exp $ + + 01 May 2009; Samuli Suominen <ssuominen@gentoo.org> + xdbedizzy-1.0.2.ebuild: + Remove USE xprint since it works now, correct patch went upstream after + 1.0.1. Keyword ~amd64. 19 Dec 2007; Dawid Węgliński <cla@gentoo.org> xdbedizzy-1.0.2.ebuild: Stable on x86 (bug #202087) 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" |