diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2014-01-02 17:46:48 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2014-01-02 17:46:48 +0000 |
commit | e1cf148ecbdc52693007c97c751537fa00be5c6b (patch) | |
tree | d06f1ac9248ee7ed2ff8f371f7d2bc7d369a0dce /media-video/vdr/vdr-2.0.4.ebuild | |
parent | cleanup; stable amd64 x86, wrt bug 495758 (diff) | |
download | gentoo-2-e1cf148ecbdc52693007c97c751537fa00be5c6b.tar.gz gentoo-2-e1cf148ecbdc52693007c97c751537fa00be5c6b.tar.bz2 gentoo-2-e1cf148ecbdc52693007c97c751537fa00be5c6b.zip |
stable amd64 x86; cleanup
(Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 34C2808A)
Diffstat (limited to 'media-video/vdr/vdr-2.0.4.ebuild')
-rw-r--r-- | media-video/vdr/vdr-2.0.4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-video/vdr/vdr-2.0.4.ebuild b/media-video/vdr/vdr-2.0.4.ebuild index 91385fb6f3bb..89020a886c53 100644 --- a/media-video/vdr/vdr-2.0.4.ebuild +++ b/media-video/vdr/vdr-2.0.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/vdr-2.0.4.ebuild,v 1.1 2013/10/26 19:35:17 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/vdr-2.0.4.ebuild,v 1.2 2014/01/02 17:46:48 hd_brummy Exp $ -EAPI="5" +EAPI=5 inherit eutils flag-o-matic multilib toolchain-funcs @@ -30,7 +30,7 @@ HOMEPAGE="http://www.tvdr.de/" SRC_URI="ftp://ftp.tvdr.de/vdr/${MY_P}.tar.bz2 http://dev.gentoo.org/~hd_brummy/distfiles/${EXT_P}.patch.bz2" -KEYWORDS="~arm ~amd64 ~ppc ~x86" +KEYWORDS="~arm amd64 ~ppc x86" SLOT="0" LICENSE="GPL-2" |