Skip to content

Commit

Permalink
update live ebuild to use xz tarballs
Browse files Browse the repository at this point in the history
This is not needed for live ebuild itself, but it can be just
removed in order to use tarball version.


git-svn-id: svn://svn.code.sf.net/p/symbol-lookup/code/trunk@271 43bcf1f2-bc33-0410-b139-a31c8fc47933
  • Loading branch information
bircoph committed Oct 27, 2011
1 parent 53ee022 commit e048db5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packaging/portage/dev-util/symlookup/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
EBUILD symlookup-9999.ebuild 947 RMD160 3e2480fbdf94943b94c7d222f22b637cc92f78c4 SHA1 1472cc81e643ed162fdf9b50d3b5dc0cc3a6a8d3 SHA256 e17f23a21ba43079f43368fa68e215c9d8db2ec38fea6cb5827d6b22c4d6a6a0
EBUILD symlookup-9999.ebuild 946 RMD160 569cde2d20befdee4d0de3408d92c7da83997b5f SHA1 a7600e28e38b5194b9d9b37df05913f2ed5204f7 SHA256 ae06d4b988e6ed34bfbb01714a4597921b59a2e699d06e9323b76453242d709b
MISC metadata.xml 476 RMD160 e93d925ab251c3337ffca2307a872fb79e6d25d2 SHA1 aa70e2ff8ec7e410aa600f072255cabeedf674bc SHA256 c5f1e617653971023c3d1946ed40ddda3bef6e991b4c64c35a573213c1ce34ec
2 changes: 1 addition & 1 deletion packaging/portage/dev-util/symlookup/symlookup-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SLOT="0"
IUSE="+portage rpm"

[[ ${PV} != *9999* ]] && {
SRC_URI="mirror://sourceforge/symbol-lookup/${P}.tar.bz2"
SRC_URI="mirror://sourceforge/symbol-lookup/${P}.tar.xz"
KEYWORDS="~x86 ~amd64"
} || KEYWORDS=""

Expand Down

0 comments on commit e048db5

Please sign in to comment.