summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-10-31 14:16:35 +0100
committerTomas Chvatal <scarabeus@gentoo.org>2010-10-31 14:16:35 +0100
commite2f2593249fa8afb246a16c27681db4265dc0da6 (patch)
treea711accc137e8c6095e17e3e9646579ba7cca09c /x11-proto/scrnsaverproto
parentVersion bump to latest RC. (diff)
downloadx11-e2f2593249fa8afb246a16c27681db4265dc0da6.tar.gz
x11-e2f2593249fa8afb246a16c27681db4265dc0da6.tar.bz2
x11-e2f2593249fa8afb246a16c27681db4265dc0da6.zip
Sync more bumps from main tree.
Diffstat (limited to 'x11-proto/scrnsaverproto')
-rw-r--r--x11-proto/scrnsaverproto/Manifest2
-rw-r--r--x11-proto/scrnsaverproto/scrnsaverproto-9999.ebuild13
2 files changed, 12 insertions, 3 deletions
diff --git a/x11-proto/scrnsaverproto/Manifest b/x11-proto/scrnsaverproto/Manifest
index 81938f45..04bf3f08 100644
--- a/x11-proto/scrnsaverproto/Manifest
+++ b/x11-proto/scrnsaverproto/Manifest
@@ -1 +1 @@
-EBUILD scrnsaverproto-9999.ebuild 461 RMD160 012e6eef4d8761a2823c381b105da1a7f85ffd41 SHA1 40f989caeb237a6609ec0cd27bee26b172bd93f9 SHA256 d7c941a15dc21ac3006cf2b3f9892d5f1aff092cb278f24a287f864614159185
+EBUILD scrnsaverproto-9999.ebuild 610 RMD160 802739f2b5ea22f19d0c9c009ddf37754e82140e SHA1 5ef042a809ec87d643dbb1cf53465eb24c5f0974 SHA256 3fcbe1d6dc74b46037b22be63ef5eb7c5992a2495dc82397c16076e8505ba990
diff --git a/x11-proto/scrnsaverproto/scrnsaverproto-9999.ebuild b/x11-proto/scrnsaverproto/scrnsaverproto-9999.ebuild
index 5cc179ff..167dcab2 100644
--- a/x11-proto/scrnsaverproto/scrnsaverproto-9999.ebuild
+++ b/x11-proto/scrnsaverproto/scrnsaverproto-9999.ebuild
@@ -8,7 +8,16 @@ inherit xorg-2
DESCRIPTION="X.Org ScrnSaver protocol headers"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
+IUSE="doc"
RDEPEND="!<x11-libs/libXScrnSaver-1.2"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ doc? ( app-text/xmlto )"
+
+pkg_setup() {
+ xorg-2_pkg_setup
+
+ CONFIGURE_OPTIONS="$(use_enable doc specs)
+ $(use_with doc xmlto)
+ --without-fop"
+}