Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 586844 - dev-lang/elixir-1.3.0: version bump
Summary: dev-lang/elixir-1.3.0: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mikhail S. Pobolovets
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-23 19:44 UTC by Mikhail S. Pobolovets
Modified: 2016-06-24 20:26 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail S. Pobolovets 2016-06-23 19:44:06 UTC
Ebuild requires a minor change:

 src_install() {
        emake DESTDIR="${D}" LIBDIR="$(get_libdir)" PREFIX="/usr" install
-       dodoc README.md CHANGELOG.md CONTRIBUTING.md
+       dodoc README.md CHANGELOG.md CODE_OF_CONDUCT.md
 }


Reproducible: Always
Comment 1 Sergei Trofimovich (RETIRED) gentoo-dev 2016-06-24 20:26:14 UTC
The version bump was originally done by Patrick:
    https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54b66f9d65b1931459fe9f04481044f8553a54ca

I've pushed doc change as: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0105e6a4d97b8fa8bdfede5156f0fc8915ddadbc

Thank you!