commit: 5239595f45766d85511c580faac1d4b13bde38ef Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Fri Jul 26 21:11:37 2019 +0000 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org> CommitDate: Fri Jul 26 22:28:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5239595f
www-plugins/google-talkplugin: fix inherit Closes: https://bugs.gentoo.org/690754 Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Christoph Junghans <junghans <AT> gentoo.org> www-plugins/google-talkplugin/google-talkplugin-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild b/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild index 31e21372df5..0c9566d816e 100644 --- a/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild +++ b/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild @@ -14,10 +14,10 @@ if [ "${PV}" != "9999" ]; then amd64? ( ${MY_URL}/${MY_PKG/i386/amd64} )" KEYWORDS="-* ~amd64 ~x86" else - inherit cvs #hack to make it part of @live-rebuild MY_URL="https://dl.google.com/linux/direct" MY_PKG="${PN}_current_i386.deb" SRC_URI="" + PROPERTIES="live" fi DESCRIPTION="Video chat browser plug-in for Google Talk"
