summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2007-03-31 14:49:31 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2007-03-31 14:49:31 +0000
commitb47844bdbfa15db5c04739afbb6c6c7325fc45d4 (patch)
tree0e30fd2af87f9a72b678de1f205b548958eebab5 /x11-misc/makedepend/makedepend-1.0.1.ebuild
parentVersion bump. Fixes manpage locations for some platforms. (diff)
downloadgentoo-2-b47844bdbfa15db5c04739afbb6c6c7325fc45d4.tar.gz
gentoo-2-b47844bdbfa15db5c04739afbb6c6c7325fc45d4.tar.bz2
gentoo-2-b47844bdbfa15db5c04739afbb6c6c7325fc45d4.zip
Version bump. Fixes a possible NULL dereference and manpage locations for
some platforms. (Portage version: 2.1.2.3)
Diffstat (limited to 'x11-misc/makedepend/makedepend-1.0.1.ebuild')
-rw-r--r--x11-misc/makedepend/makedepend-1.0.1.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-misc/makedepend/makedepend-1.0.1.ebuild b/x11-misc/makedepend/makedepend-1.0.1.ebuild
new file mode 100644
index 000000000000..751440a6b565
--- /dev/null
+++ b/x11-misc/makedepend/makedepend-1.0.1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/makedepend/makedepend-1.0.1.ebuild,v 1.1 2007/03/31 14:49:31 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="create dependencies in makefiles"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ x11-proto/xproto"