blob: 56d52930a310ba27c01e0607136f3a2c2a579d46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>ruby@gentoo.org</email>
<name>Gentoo Ruby Project</name>
</maintainer>
<use>
<flag name="asset-pipeline">
Also install the default components for the asset pipeline.
These are not required but they are activated automatically
in new Rails projects by default.
</flag>
</use>
<origin>gentoo-staging</origin>
</pkgmetadata>
|