diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2015-05-27 10:14:21 +0000 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2015-05-27 10:14:21 +0000 |
commit | 9f5b251088fc50361e789a325cb9a10ac35bbbae (patch) | |
tree | 362c988c09c8517afcb300dd00120e227a585dc4 /net-libs | |
parent | Stable for amd64, wrt bug #539426 (diff) | |
download | gentoo-2-9f5b251088fc50361e789a325cb9a10ac35bbbae.tar.gz gentoo-2-9f5b251088fc50361e789a325cb9a10ac35bbbae.tar.bz2 gentoo-2-9f5b251088fc50361e789a325cb9a10ac35bbbae.zip |
Fix up work dir
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 55758000)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libasr/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libasr/libasr-1.0.1.201505061057.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/net-libs/libasr/ChangeLog b/net-libs/libasr/ChangeLog index 1ec69d00b3c1..f1a85f6132ff 100644 --- a/net-libs/libasr/ChangeLog +++ b/net-libs/libasr/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libasr # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libasr/ChangeLog,v 1.4 2015/05/27 10:07:57 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libasr/ChangeLog,v 1.5 2015/05/27 10:14:21 zx2c4 Exp $ + + 27 May 2015; Jason A. Donenfeld <zx2c4@gentoo.org> + libasr-1.0.1.201505061057.ebuild: + Fix up work dir *libasr-1.0.1.201505061057 (27 May 2015) *libasr-1.0.1 (27 May 2015) diff --git a/net-libs/libasr/libasr-1.0.1.201505061057.ebuild b/net-libs/libasr/libasr-1.0.1.201505061057.ebuild index 70201b344517..a2edee62dc88 100644 --- a/net-libs/libasr/libasr-1.0.1.201505061057.ebuild +++ b/net-libs/libasr/libasr-1.0.1.201505061057.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libasr/libasr-1.0.1.201505061057.ebuild,v 1.1 2015/05/27 10:07:57 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libasr/libasr-1.0.1.201505061057.ebuild,v 1.2 2015/05/27 10:14:21 zx2c4 Exp $ EAPI=5 @@ -17,3 +17,5 @@ IUSE="" DEPEND="" RDEPEND="${DEPEND}" + +S="${WORKDIR}/${PN}-$(get_version_component_range 4-)" |