diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-07-26 15:11:37 -0600 |
---|---|---|
committer | Christoph Junghans <junghans@gentoo.org> | 2019-07-26 16:28:34 -0600 |
commit | 5239595f45766d85511c580faac1d4b13bde38ef (patch) | |
tree | 9f754de5ce7ef53cd4fef447ca707859b37452a0 /www-plugins | |
parent | dev-libs/lockdev: arm64 stable (diff) | |
download | gentoo-5239595f45766d85511c580faac1d4b13bde38ef.tar.gz gentoo-5239595f45766d85511c580faac1d4b13bde38ef.tar.bz2 gentoo-5239595f45766d85511c580faac1d4b13bde38ef.zip |
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@gentoo.org>
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/google-talkplugin/google-talkplugin-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild b/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild index 31e21372df51..0c9566d816e1 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" |