Skip to content

Commit

Permalink
media-video/aegisub: Switch to git-r3
Browse files Browse the repository at this point in the history
Switch the live ebuild to git-r3, using the new EGIT_SUBMODULES API.
  • Loading branch information
mgorny committed May 26, 2016
1 parent 1c8f9f8 commit f309093
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion media-video/aegisub/aegisub-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ AUTOTOOLS_IN_SOURCE_BUILD=1
PLOCALES="ar bg ca cs da de el es eu fa fi fr_FR gl hu id it ja ko nl pl pt_BR pt_PT ru sr_RS@latin sr_RS uk_UA vi zh_CN zh_TW"
WX_GTK_VER="3.0"

inherit autotools-utils fdo-mime flag-o-matic gnome2-utils l10n wxwidgets git-2
inherit autotools-utils fdo-mime flag-o-matic gnome2-utils l10n wxwidgets git-r3

DESCRIPTION="Advanced subtitle editor"
HOMEPAGE="http://www.aegisub.org/"
Expand Down Expand Up @@ -59,6 +59,9 @@ REQUIRED_USE="
|| ( alsa openal oss portaudio pulseaudio )
"

# submodules are used to pull in bundled libraries
EGIT_SUBMODULES=()

PATCHES=(
"${FILESDIR}/${PN}-3.2.2_p20160306-fix-luajit-unbundling.patch"
"${FILESDIR}/${PN}-3.2.2_p20160306-respect-user-compiler-flags.patch"
Expand Down

0 comments on commit f309093

Please sign in to comment.