From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E2B5A1382FE for ; Sat, 9 Jul 2016 20:24:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B8C021C028; Sat, 9 Jul 2016 20:24:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE17C21C028 for ; Sat, 9 Jul 2016 20:24:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 53705340F7E for ; Sat, 9 Jul 2016 20:24:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5AE22416 for ; Sat, 9 Jul 2016 20:24:08 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1468095786.c460be9e3631207472590a363a5774d959a96e9d.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gstreamer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gstreamer/gstreamer-1.6.3.ebuild X-VCS-Directories: media-libs/gstreamer/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: c460be9e3631207472590a363a5774d959a96e9d X-VCS-Branch: master Date: Sat, 9 Jul 2016 20:24:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: abbb3d6f-df8f-4135-9bc1-c9050f80b0e7 X-Archives-Hash: b2f919540b79058ee6a2720dc1908903 commit: c460be9e3631207472590a363a5774d959a96e9d Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Jul 9 20:23:06 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Jul 9 20:23:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c460be9e media-libs/gstreamer: Pointless commit to enforce regeneration of the rsync Manifest Package-Manager: portage-2.3.0 media-libs/gstreamer/gstreamer-1.6.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-libs/gstreamer/gstreamer-1.6.3.ebuild b/media-libs/gstreamer/gstreamer-1.6.3.ebuild index d661b3a..fd465ed 100644 --- a/media-libs/gstreamer/gstreamer-1.6.3.ebuild +++ b/media-libs/gstreamer/gstreamer-1.6.3.ebuild @@ -6,6 +6,8 @@ EAPI="5" inherit bash-completion-r1 eutils multilib multilib-minimal pax-utils +# yes the manifest code should get fixed + DESCRIPTION="Open source multimedia framework" HOMEPAGE="https://gstreamer.freedesktop.org/" SRC_URI="https://${PN}.freedesktop.org/src/${PN}/${P}.tar.xz"