diff options
author | 2009-10-12 00:20:36 +0200 | |
---|---|---|
committer | 2009-10-12 00:20:36 +0200 | |
commit | ec6934222507cffdbd03fcfc1f1051cc976ccc1d (patch) | |
tree | ed353ff31ec4f662d2677b75fdbabd091934e875 /x11-proto/compositeproto | |
parent | media-fonts/font-util-1.1.0: version bump, add live ebuild (diff) | |
download | x11-ec6934222507cffdbd03fcfc1f1051cc976ccc1d.tar.gz x11-ec6934222507cffdbd03fcfc1f1051cc976ccc1d.tar.bz2 x11-ec6934222507cffdbd03fcfc1f1051cc976ccc1d.zip |
tree-wide: add missing IUSE, fix headers, fix some indent
Diffstat (limited to 'x11-proto/compositeproto')
-rw-r--r-- | x11-proto/compositeproto/Manifest | 2 | ||||
-rw-r--r-- | x11-proto/compositeproto/compositeproto-9999.ebuild | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-proto/compositeproto/Manifest b/x11-proto/compositeproto/Manifest index 25cb35aa..d62fd1f0 100644 --- a/x11-proto/compositeproto/Manifest +++ b/x11-proto/compositeproto/Manifest @@ -1 +1 @@ -EBUILD compositeproto-9999.ebuild 299 RMD160 396eafb85c22114325ed8225e1f6f0a78364c3a9 SHA1 bc0b85be41870f9c42db14c1f430b89d991f9130 SHA256 93821e251905731544ae9231aa6ff0dea4dbd0d051c21b0494a850e279509b3a +EBUILD compositeproto-9999.ebuild 320 RMD160 820db5e46f80ddf21fd23268c41b5bda675fae71 SHA1 4da9e5c19ef674a0ab9bdff02f4836d986dbdadf SHA256 8b6ab363689114fc89d5989cd9f815b02c665c1ff36e4f4d24253460631faa50 diff --git a/x11-proto/compositeproto/compositeproto-9999.ebuild b/x11-proto/compositeproto/compositeproto-9999.ebuild index 363050a8..961d160b 100644 --- a/x11-proto/compositeproto/compositeproto-9999.ebuild +++ b/x11-proto/compositeproto/compositeproto-9999.ebuild @@ -1,11 +1,13 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# $Header: $ inherit x-modular DESCRIPTION="X.Org Composite protocol headers" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" RDEPEND="" DEPEND="${RDEPEND}" |