If you `vim foo.ebuild` the default template will automatically include lines for DEPEND and RDEPEND, but not for RESTRICT

Therefore I suggest we move this example a bit down in skel.ebuild as it's more logical to continue with new lines instead of applying in-between

Any objections?
--- skel.ebuild	2012-01-20 18:18:14.692033044 +0200
+++ /tmp/skel.ebuild	2012-05-07 00:45:01.871648515 +0300
@@ -85,11 +85,6 @@
 # use any USE flags, set to "".
 IUSE="gnome X"
 
-# A space delimited list of portage features to restrict. man 5 ebuild
-# for details.  Usually not needed.
-#RESTRICT="strip"
-
-
 # Build-time dependencies, such as
 #    ssl? ( >=dev-libs/openssl-0.9.6b )
 #    >=dev-lang/perl-5.6.1-r1
@@ -103,6 +98,11 @@
 # The below is valid if the same run-time depends are required to compile.
 RDEPEND="${DEPEND}"
 
+# A space delimited list of portage features to restrict. man 5 ebuild
+# for details.  Usually not needed.
+#RESTRICT="strip"
+
+
 # Source directory; the dir where the sources can be found (automatically
 # unpacked) inside ${WORKDIR}.  The default value for S is ${WORKDIR}/${P}
 # If you don't need to change it, leave the S= line out of the ebuild

Reply via email to