aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eapi-test/unsupported/unsupported-0.1.ebuild')
-rw-r--r--eapi-test/unsupported/unsupported-0.1.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/eapi-test/unsupported/unsupported-0.1.ebuild b/eapi-test/unsupported/unsupported-0.1.ebuild
new file mode 100644
index 0000000..203cf4d
--- /dev/null
+++ b/eapi-test/unsupported/unsupported-0.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=666
+
+DESCRIPTION="Unsupported EAPI"
+HOMEPAGE="http://example.com"
+SRC_URI="http://example.com"
+
+LICENSE="HPND"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"