diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-25 12:54:33 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-25 12:54:33 +0000 |
commit | 0691a62e968de05804a373c74215306774f66456 (patch) | |
tree | a669aee80a5145d2a369343d57f6049fe932b59c /media-video/subdownloader | |
parent | Stable for amd64, wrt bug #474316 (diff) | |
download | gentoo-2-0691a62e968de05804a373c74215306774f66456.tar.gz gentoo-2-0691a62e968de05804a373c74215306774f66456.tar.bz2 gentoo-2-0691a62e968de05804a373c74215306774f66456.zip |
Stable for amd64, wrt bug #471768
(Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-video/subdownloader')
-rw-r--r-- | media-video/subdownloader/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/subdownloader/subdownloader-2.0.18.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-video/subdownloader/ChangeLog b/media-video/subdownloader/ChangeLog index d3e8cc408195..1d9ad4c452f1 100644 --- a/media-video/subdownloader/ChangeLog +++ b/media-video/subdownloader/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/subdownloader # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/subdownloader/ChangeLog,v 1.7 2013/06/25 11:43:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/subdownloader/ChangeLog,v 1.8 2013/06/25 12:54:33 ago Exp $ + + 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> subdownloader-2.0.18.ebuild: + Stable for amd64, wrt bug #471768 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> subdownloader-2.0.18.ebuild: Stable for x86, wrt bug #471768 diff --git a/media-video/subdownloader/subdownloader-2.0.18.ebuild b/media-video/subdownloader/subdownloader-2.0.18.ebuild index d9bf3b98d1fc..b6fe7b9abae2 100644 --- a/media-video/subdownloader/subdownloader-2.0.18.ebuild +++ b/media-video/subdownloader/subdownloader-2.0.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/subdownloader/subdownloader-2.0.18.ebuild,v 1.3 2013/06/25 11:43:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/subdownloader/subdownloader-2.0.18.ebuild,v 1.4 2013/06/25 12:54:33 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${PN}_2.0.18.orig.tar. LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="" #S="${WORKDIR}/subdownloader-${PV}" |