Skip to content

Commit

Permalink
media-libs/glyr: [QA] Add cmake-utils_src_prepare
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.11, Repoman-2.3.3
  • Loading branch information
SoapGentoo committed Oct 16, 2017
1 parent c6f1c66 commit c26bb0d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions media-libs/glyr/glyr-1.0.10.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ DEPEND="${RDEPEND}
DOCS="AUTHORS README*" # CHANGELOG is obsolete in favour of git history

src_prepare() {
cmake-utils_src_prepare

sed -i \
-e '/GCC_ONLY_OPT.*-s/d' \
-e '/FLAGS/s:-Os::' \
Expand Down
4 changes: 3 additions & 1 deletion media-libs/glyr/glyr-1.0.5.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -22,6 +22,8 @@ DEPEND="${RDEPEND}
DOCS="AUTHORS README*" # CHANGELOG is obsolete in favour of git history

src_prepare() {
cmake-utils_src_prepare

sed -i \
-e '/GCC_ONLY_OPT.*-s/d' \
-e '/FLAGS/s:-Os::' \
Expand Down
4 changes: 3 additions & 1 deletion media-libs/glyr/glyr-1.0.7.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -22,6 +22,8 @@ DEPEND="${RDEPEND}
DOCS="AUTHORS README*" # CHANGELOG is obsolete in favour of git history

src_prepare() {
cmake-utils_src_prepare

sed -i \
-e '/GCC_ONLY_OPT.*-s/d' \
-e '/FLAGS/s:-Os::' \
Expand Down

0 comments on commit c26bb0d

Please sign in to comment.