summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <tchvatal@suse.cz>2012-06-23 22:44:19 +0200
committerTomas Chvatal <tchvatal@suse.cz>2012-06-23 22:44:19 +0200
commitb68e25d941ed84a21cfddd77acf1aa9cf8be89dd (patch)
tree61f0fd7f694d200382d6414e957302d88405f32b /x11-proto/fontsproto/fontsproto-9999.ebuild
parent[x11-libs/libXfont] Do not use removed config switch. Use the configure phase... (diff)
downloadx11-b68e25d941ed84a21cfddd77acf1aa9cf8be89dd.tar.gz
x11-b68e25d941ed84a21cfddd77acf1aa9cf8be89dd.tar.bz2
x11-b68e25d941ed84a21cfddd77acf1aa9cf8be89dd.zip
Use configure stage instead of setup to not abuse the binary packages that much.
Diffstat (limited to 'x11-proto/fontsproto/fontsproto-9999.ebuild')
-rw-r--r--x11-proto/fontsproto/fontsproto-9999.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-proto/fontsproto/fontsproto-9999.ebuild b/x11-proto/fontsproto/fontsproto-9999.ebuild
index c976c804..d47a9c2a 100644
--- a/x11-proto/fontsproto/fontsproto-9999.ebuild
+++ b/x11-proto/fontsproto/fontsproto-9999.ebuild
@@ -15,12 +15,11 @@ IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"
-pkg_setup() {
- xorg-2_pkg_setup
-
+src_configure() {
XORG_CONFIGURE_OPTIONS=(
$(use_enable doc specs)
$(use_with doc xmlto)
--without-fop
)
+ xorg-2_src_configure
}