summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-apps/xdpyinfo/xdpyinfo-1.0.3.ebuild')
-rw-r--r--x11-apps/xdpyinfo/xdpyinfo-1.0.3.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-apps/xdpyinfo/xdpyinfo-1.0.3.ebuild b/x11-apps/xdpyinfo/xdpyinfo-1.0.3.ebuild
index a8f1cf2c8652..c1860c1dd0a4 100644
--- a/x11-apps/xdpyinfo/xdpyinfo-1.0.3.ebuild
+++ b/x11-apps/xdpyinfo/xdpyinfo-1.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.0.3.ebuild,v 1.2 2009/04/05 23:38:47 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.0.3.ebuild,v 1.3 2009/05/04 12:45:09 ssuominen Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -8,9 +8,7 @@
inherit x-modular
DESCRIPTION="display information utility for X"
-
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-
IUSE="dga dmx xinerama"
RDEPEND="x11-libs/libXext
@@ -35,6 +33,8 @@ DEPEND="${RDEPEND}
dmx? ( x11-proto/dmxproto )
x11-proto/printproto"
-CONFIGURE_OPTIONS="$(use_with dga)
- $(use_with dmx)
- $(use_with xinerama)"
+pkg_setup() {
+ CONFIGURE_OPTIONS="$(use_with dga)
+ $(use_with dmx)
+ $(use_with xinerama)"
+}