On 1 May 2010 06:58, Caleb Maclennan <[email protected]> wrote:
> However this breaks the package build on ruby 1.8 systems. Is there an
> acceptable way to mark a patch in the spec for inclusion only if the
> host system is running a certain version of a package?
Writing portable patches is the preferred solution.
if RUBY_VERSION < "1.9"
... force_encoding() ...
end
_______________________________________________
pld-devel-en mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en