commit: dba60d9e5f064a1df1432c58d50b81d9403ba3b0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 29 22:55:43 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 29 23:01:34 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dba60d9e
media-libs/xvid: https, DESCRIPTION, superfluous multilib, sort IUSE
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/xvid/xvid-1.3.5.ebuild | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/media-libs/xvid/xvid-1.3.5.ebuild
b/media-libs/xvid/xvid-1.3.5.ebuild
index e3d48368da4..060d9d0bd41 100644
--- a/media-libs/xvid/xvid-1.3.5.ebuild
+++ b/media-libs/xvid/xvid-1.3.5.ebuild
@@ -1,20 +1,20 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit flag-o-matic multilib multilib-minimal
MY_PN="${PN}core"
MY_P="${MY_PN}-${PV}"
+inherit flag-o-matic multilib-minimal
-DESCRIPTION="XviD, a high performance/quality MPEG-4 video de-/encoding
solution"
-HOMEPAGE="http://www.xvid.org/"
-SRC_URI="http://downloads.xvid.org/downloads/${MY_P}.tar.bz2"
+DESCRIPTION="High performance/quality MPEG-4 video de-/encoding solution"
+HOMEPAGE="https://www.xvid.org/"
+SRC_URI="https://downloads.xvid.org/downloads/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
~sparc-solaris ~x86-solaris"
-IUSE="examples elibc_FreeBSD +threads pic"
+IUSE="elibc_FreeBSD examples pic +threads"
NASM=">=dev-lang/nasm-2"
YASM=">=dev-lang/yasm-1"