diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-03-02 20:52:09 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-03-02 20:52:09 +0000 |
commit | 98f98189532b9de4dcecf351c6d27173b8547730 (patch) | |
tree | 3a17fb8bc5b5c76967cde98aadcd30a9d2a37fcd | |
parent | end-quiz: fix a typo in question 6b, s/don't/does not/ (diff) | |
download | comrel-98f98189532b9de4dcecf351c6d27173b8547730.tar.gz comrel-98f98189532b9de4dcecf351c6d27173b8547730.tar.bz2 comrel-98f98189532b9de4dcecf351c6d27173b8547730.zip |
Drop EAPI=0 reference
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r-- | recruiters/quizzes/end-quiz.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recruiters/quizzes/end-quiz.txt b/recruiters/quizzes/end-quiz.txt index 20adc77..96bff5b 100644 --- a/recruiters/quizzes/end-quiz.txt +++ b/recruiters/quizzes/end-quiz.txt @@ -21,8 +21,7 @@ docs: devmanual 2. You have a patch for foomatic which adds SSL support that is optional at build time. Assuming that foomatic uses an autotools based build system - provide most probable changes required in an EAPI="0" ebuild. What should - be done for the ebuild in case it uses EAPI="6"? + provide most probable changes required in an EAPI="6" ebuild. docs: devmanual |