Skip to content

Instantly share code, notes, and snippets.

@kentfredric
Created October 15, 2014 00:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kentfredric/26e2a27e5f2a6d5f1ac6 to your computer and use it in GitHub Desktop.
Save kentfredric/26e2a27e5f2a6d5f1ac6 to your computer and use it in GitHub Desktop.
--- Config-Tiny-2.160.0.ebuild 2014-10-12 00:31:07.000000000 +1300
+++ Config-Tiny-2.160.0-r1.ebuild 2014-10-15 13:44:11.604935655 +1300
@@ -12,9 +12,15 @@
DESCRIPTION="Read/Write .ini style files with as little code as possible"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
-IUSE=""
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+IUSE="test"
-DEPEND=">=virtual/perl-Module-Build-0.380.0"
+DEPEND=">=virtual/perl-Module-Build-0.380.0
+ test? (
+ >=virtual/perl-File-Spec-3.300.0
+ >=virtual/perl-File-Temp-0.220.0
+ >=virtual/perl-Test-Simple-0.470.0
+ )
+"
SRC_TEST="do"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment