Skip to content

Commit

Permalink
dev-scheme/guile-lib: remove strip_mask
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/651444
Package-Manager: Portage-2.3.19, Repoman-2.3.6
  • Loading branch information
Amynka committed Apr 10, 2018
1 parent 45c5887 commit a5757ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions dev-scheme/guile-lib/guile-lib-0.2.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RESTRICT="strip"

RDEPEND=">=dev-scheme/guile-2.0.12[regex,deprecated]"
DEPEND="${RDEPEND} !<dev-libs/g-wrap-1.9.8"

STRIP_MASK="*.go"

src_install() {
emake -j1 DESTDIR="${D}" install
}
3 changes: 1 addition & 2 deletions dev-scheme/guile-lib/guile-lib-0.2.5.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RESTRICT="strip"

RDEPEND=">=dev-scheme/guile-2.0.12[regex,deprecated]"
DEPEND="${RDEPEND} !<dev-libs/g-wrap-1.9.8"

STRIP_MASK="*.go"

src_install() {
emake -j1 DESTDIR="${D}" install
}

0 comments on commit a5757ca

Please sign in to comment.