diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-08 16:46:39 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-08 16:54:57 +0100 |
commit | 68c89692f4125495ded1d132f937f8acaf4dc0a2 (patch) | |
tree | 84bcd0889dd284997791d949051f38b659735876 /media-libs | |
parent | media-libs/opus: drop old (diff) | |
download | gentoo-68c89692f4125495ded1d132f937f8acaf4dc0a2.tar.gz gentoo-68c89692f4125495ded1d132f937f8acaf4dc0a2.tar.bz2 gentoo-68c89692f4125495ded1d132f937f8acaf4dc0a2.zip |
media-libs/opus: Minor style fix
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/opus/opus-1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/opus/opus-1.3.ebuild b/media-libs/opus/opus-1.3.ebuild index 6bcb9d13a5d3..d2eb187e3cfb 100644 --- a/media-libs/opus/opus-1.3.ebuild +++ b/media-libs/opus/opus-1.3.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit multilib-minimal MY_P="${P/_/-}" +inherit multilib-minimal if [[ ${PV} == *9999 ]] ; then inherit git-r3 |