diff options
author | 2008-11-15 17:15:00 +0000 | |
---|---|---|
committer | 2008-11-15 17:15:00 +0000 | |
commit | 399735d5c6b4659ca8b6cd902a759b565ce7edc0 (patch) | |
tree | 611ab4ca42e26027e970e4fd1af98b52eae2b06b | |
parent | old (diff) | |
download | gentoo-2-399735d5c6b4659ca8b6cd902a759b565ce7edc0.tar.gz gentoo-2-399735d5c6b4659ca8b6cd902a759b565ce7edc0.tar.bz2 gentoo-2-399735d5c6b4659ca8b6cd902a759b565ce7edc0.zip |
amd64/x86 stable, bug #246550
(Portage version: 2.2_rc14/cvs/Linux 2.6.26.7 x86_64)
-rw-r--r-- | media-sound/shorten/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/shorten/shorten-3.6.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/shorten/ChangeLog b/media-sound/shorten/ChangeLog index 730b4227abe4..6abbefc20e89 100644 --- a/media-sound/shorten/ChangeLog +++ b/media-sound/shorten/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/shorten # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shorten/ChangeLog,v 1.20 2008/11/13 13:59:03 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shorten/ChangeLog,v 1.21 2008/11/15 17:15:00 maekke Exp $ + + 15 Nov 2008; Markus Meier <maekke@gentoo.org> shorten-3.6.1.ebuild: + amd64/x86 stable, bug #246550 13 Nov 2008; Ferris McCormick <fmccor@gentoo.org> shorten-3.6.1.ebuild: Sparc stable --- Bug #246550 --- tests pass and it works for me. diff --git a/media-sound/shorten/shorten-3.6.1.ebuild b/media-sound/shorten/shorten-3.6.1.ebuild index 857edc3fed2f..56bd615b9dff 100644 --- a/media-sound/shorten/shorten-3.6.1.ebuild +++ b/media-sound/shorten/shorten-3.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shorten/shorten-3.6.1.ebuild,v 1.3 2008/11/13 13:59:03 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shorten/shorten-3.6.1.ebuild,v 1.4 2008/11/15 17:15:00 maekke Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="http://shnutils.freeshell.org/shorten/dist/src/${P}.tar.gz" SLOT="0" LICENSE="as-is" -KEYWORDS="~alpha ~amd64 ~ppc sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~ppc sparc x86 ~x86-fbsd" src_unpack() { unpack ${A} |